public interface GridCacheSharedManager<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
onDisconnected(IgniteFuture<?> reconnectFut) |
void |
onKernalStart(boolean active)
Callback that notifies that kernal has successfully started,
including all managers and processors.
|
void |
onKernalStop(boolean cancel) |
void |
onReconnected(boolean active) |
void |
printMemoryStats()
Prints memory statistics (sizes of internal data structures, etc.).
|
void |
start(GridCacheSharedContext<K,V> cctx)
Starts manager.
|
void |
stop(boolean cancel)
Stops manager.
|
void start(GridCacheSharedContext<K,V> cctx) throws IgniteCheckedException
cctx - Context.IgniteCheckedException - If failed.void onKernalStart(boolean active)
active - Cluster active flag.void stop(boolean cancel)
cancel - Cancel flag.void onKernalStop(boolean cancel)
cancel - Cancel flag.void onDisconnected(IgniteFuture<?> reconnectFut)
reconnectFut - Reconnect future.void onReconnected(boolean active)
active - Active flag.void printMemoryStats()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020