public class GridCacheContinuousQueryManager<K,V> extends GridCacheManagerAdapter<K,V>
cctx, log| Constructor and Description |
|---|
GridCacheContinuousQueryManager() |
| Modifier and Type | Method and Description |
|---|---|
GridCacheContinuousQuery<K,V> |
createQuery(GridPredicate<GridCacheEntry<K,V>> prjPred) |
void |
onEntryUpdate(GridCacheEntryEx<K,V> e,
K key,
V val,
GridCacheValueBytes valBytes,
boolean unwind) |
context, kernalStartInfo, kernalStopInfo, log, onKernalStart, onKernalStart0, onKernalStop, onKernalStop0, printMemoryStats, start, start0, startInfo, stop, stop0, stopInfo, toStringpublic GridCacheContinuousQuery<K,V> createQuery(@Nullable GridPredicate<GridCacheEntry<K,V>> prjPred)
prjPred - Projection predicate.public void onEntryUpdate(GridCacheEntryEx<K,V> e, K key, @Nullable V val, @Nullable GridCacheValueBytes valBytes, boolean unwind) throws GridException
e - Cache entry.key - Key.val - Value.valBytes - Value bytes.unwind - Whether to unwind after entry is added to buffer.GridException - In case of error.Copyright © 2014. All rights reserved.