public interface GridCacheManager<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
onKernalStart() |
void |
onKernalStop(boolean cancel) |
void |
printMemoryStats()
Prints memory statistics (sizes of internal data structures, etc.).
|
void |
start(GridCacheContext<K,V> cctx)
Starts manager.
|
void |
stop(boolean cancel)
Stops manager.
|
void start(GridCacheContext<K,V> cctx) throws IgniteCheckedException
cctx - Context.IgniteCheckedException - If failed.void stop(boolean cancel)
cancel - Cancel flag.void onKernalStart()
throws IgniteCheckedException
IgniteCheckedException - If failed.void onKernalStop(boolean cancel)
cancel - Cancel flag.void printMemoryStats()
Follow @ApacheIgnite
Ignite Fabric : ver. 1.2.0-incubating Release Date : June 16 2015