Package | Description |
---|---|
org.apache.ignite.cache.query |
Contains APIs for creating and executing cache queries.
|
org.apache.ignite.client |
Contains Ignite Thin Client API classes.
|
Modifier and Type | Method and Description |
---|---|
ContinuousQuery<K,V> |
ContinuousQuery.setAutoUnsubscribe(boolean autoUnsubscribe)
Sets automatic unsubscribe flag.
|
ContinuousQuery<K,V> |
ContinuousQuery.setInitialQuery(Query<javax.cache.Cache.Entry<K,V>> initQry)
Sets initial query.
|
ContinuousQuery<K,V> |
ContinuousQuery.setLocal(boolean loc)
Sets whether this query should be executed on a local node only.
|
ContinuousQuery<K,V> |
ContinuousQuery.setLocalListener(javax.cache.event.CacheEntryUpdatedListener<K,V> locLsnr)
Sets a local callback.
|
ContinuousQuery<K,V> |
ContinuousQuery.setPageSize(int pageSize)
Sets optional page size, if
0 , then default is used. |
ContinuousQuery<K,V> |
ContinuousQuery.setRemoteFilter(CacheEntryEventSerializableFilter<K,V> rmtFilter)
Deprecated.
|
ContinuousQuery<K,V> |
ContinuousQuery.setTimeInterval(long timeInterval)
Sets time interval.
|
Modifier and Type | Method and Description |
---|---|
<R> QueryCursor<R> |
ClientCache.query(ContinuousQuery<K,V> qry,
ClientDisconnectListener disconnectListener)
Start
ContinuousQuery on the cache. |
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024