ContinuousQueryWithTransformer<K,V,T> |
ContinuousQueryWithTransformer.setAutoUnsubscribe(boolean autoUnsubscribe) |
Sets automatic unsubscribe flag.
|
ContinuousQueryWithTransformer<K,V,T> |
ContinuousQueryWithTransformer.setInitialQuery(Query<javax.cache.Cache.Entry<K,V>> initQry) |
Sets initial query.
|
ContinuousQueryWithTransformer<K,V,T> |
ContinuousQueryWithTransformer.setLocal(boolean loc) |
Sets whether this query should be executed on local node only.
|
ContinuousQueryWithTransformer<K,V,T> |
ContinuousQueryWithTransformer.setLocalListener(ContinuousQueryWithTransformer.EventListener<T> locLsnr) |
Sets local callback.
|
ContinuousQueryWithTransformer<K,V,T> |
ContinuousQueryWithTransformer.setPageSize(int pageSize) |
Sets optional page size, if 0 , then default is used.
|
ContinuousQueryWithTransformer<K,V,T> |
ContinuousQueryWithTransformer.setRemoteFilterFactory(javax.cache.configuration.Factory<? extends javax.cache.event.CacheEntryEventFilter<K,V>> rmtFilterFactory) |
Sets optional key-value filter factory.
|
ContinuousQueryWithTransformer<K,V,T> |
ContinuousQueryWithTransformer.setRemoteTransformerFactory(javax.cache.configuration.Factory<? extends IgniteClosure<javax.cache.event.CacheEntryEvent<? extends K,? extends V>,T>> factory) |
Sets transformer factory.
|
ContinuousQueryWithTransformer<K,V,T> |
ContinuousQueryWithTransformer.setTimeInterval(long timeInterval) |
Sets time interval.
|