public interface GridCacheSharedManager<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
onDisconnected(IgniteFuture<?> reconnectFut) |
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 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 Fabric : ver. 2.6.0 Release Date : July 10 2018