public class GridMapQueryExecutor extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
FORCE_LAZY |
| Constructor and Description |
|---|
GridMapQueryExecutor(GridSpinBusyLock busyLock) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelLazyWorkers()
Cancel active lazy queries and prevent submit of new queries.
|
void |
onCacheStop(String cacheName) |
void |
onMessage(UUID nodeId,
Object msg) |
int |
registeredLazyWorkers() |
void |
start(GridKernalContext ctx,
IgniteH2Indexing h2) |
void |
stopAndUnregisterCurrentLazyWorker()
Unregister lazy worker if needed (i.e. if we are currently in lazy worker thread).
|
void |
unregisterLazyWorker(MapQueryLazyWorker worker)
Unregister lazy worker.
|
public GridMapQueryExecutor(GridSpinBusyLock busyLock)
busyLock - Busy lock.public void start(GridKernalContext ctx, IgniteH2Indexing h2) throws IgniteCheckedException
ctx - Context.h2 - H2 Indexing.IgniteCheckedException - If failed.public void cancelLazyWorkers()
public void onMessage(UUID nodeId, Object msg)
nodeId - Node ID.msg - Message.public void onCacheStop(String cacheName)
cacheName - Cache name.public void stopAndUnregisterCurrentLazyWorker()
public void unregisterLazyWorker(MapQueryLazyWorker worker)
worker - Worker.public int registeredLazyWorkers()
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018