public class CachePluginManager extends GridCacheManagerAdapter
cctx, log| Constructor and Description |
|---|
CachePluginManager(GridKernalContext ctx,
CacheConfiguration cfg) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
createComponent(Class<T> cls)
Creates optional component.
|
protected void |
onKernalStart0() |
protected void |
onKernalStop0(boolean cancel) |
protected void |
start0() |
protected void |
stop0(boolean cancel) |
void |
validate()
Validates cache plugin configurations.
|
void |
validateRemotes(CacheConfiguration rmtCfg,
ClusterNode rmtNode)
Checks that remote caches has configuration compatible with the local.
|
context, kernalStartInfo, kernalStopInfo, log, onKernalStart, onKernalStop, printMemoryStats, start, startInfo, stop, stopInfo, toStringpublic CachePluginManager(GridKernalContext ctx, CacheConfiguration cfg)
ctx - Context.cfg - Cache config.protected void onKernalStart0()
throws IgniteCheckedException
onKernalStart0 in class GridCacheManagerAdapterIgniteCheckedException - If failed.protected void onKernalStop0(boolean cancel)
onKernalStop0 in class GridCacheManagerAdaptercancel - Cancel flag.protected void start0()
throws IgniteCheckedException
start0 in class GridCacheManagerAdapterIgniteCheckedException - If failed.protected void stop0(boolean cancel)
stop0 in class GridCacheManagerAdaptercancel - Cancel flag.public <T> T createComponent(Class<T> cls)
cls - Component class.public void validate()
throws IgniteCheckedException
IgniteCheckedException - If validation failed.public void validateRemotes(CacheConfiguration rmtCfg, ClusterNode rmtNode) throws IgniteCheckedException
rmtCfg - Remote cache configuration.rmtNode - Remote rmtNode.IgniteCheckedException - If failed.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.1.0-incubating Release Date : May 20 2015