public interface GridCacheSharedManager<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
onDisconnected(IgniteFuture<?> reconnectFut) |
void |
onKernalStart(boolean reconnect) |
void |
onKernalStop(boolean cancel) |
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 onKernalStart(boolean reconnect)
throws IgniteCheckedException
reconnect - True if manager restarted after client reconnect.IgniteCheckedException - If failed.void onKernalStop(boolean cancel)
cancel - Cancel flag.void onDisconnected(IgniteFuture<?> reconnectFut)
reconnectFut - Reconnect future.void printMemoryStats()
Follow @ApacheIgnite
Ignite Fabric : ver. 1.7.0 Release Date : August 1 2016