public interface PlatformContinuousQuery extends javax.cache.event.CacheEntryUpdatedListener, PlatformContinuousQueryFilter
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close continuous query.
|
PlatformTarget |
getInitialQueryCursor()
Gets initial query cursor (if any).
|
void |
start(IgniteCacheProxy cache,
boolean loc,
int bufSize,
long timeInterval,
boolean autoUnsubscribe,
Query initialQry,
boolean includeExpired)
Start continuous query execution.
|
onQueryUnregistervoid start(IgniteCacheProxy cache, boolean loc, int bufSize, long timeInterval, boolean autoUnsubscribe, Query initialQry, boolean includeExpired) throws IgniteCheckedException
cache - Cache.loc - Local flag.bufSize - Buffer size.timeInterval - Time interval.autoUnsubscribe - Auto-unsubscribe flag.initialQry - Initial query.includeExpired - Whether to include expired events.IgniteCheckedException - If failed.void close()
PlatformTarget getInitialQueryCursor()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021