| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache |
| Modifier and Type | Method and Description |
|---|---|
CacheType |
DynamicCacheChangeRequest.cacheType() |
CacheType |
DynamicCacheDescriptor.cacheType() |
static CacheType |
CacheType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheType[] |
CacheType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicCacheChangeRequest.cacheType(CacheType cacheType) |
IgniteInternalFuture<?> |
GridCacheProcessor.dynamicStartCache(CacheConfiguration ccfg,
String cacheName,
NearCacheConfiguration nearCfg,
CacheType cacheType,
boolean failIfExists,
boolean failIfNotStarted,
boolean checkThreadTx)
Dynamically starts cache.
|
| Constructor and Description |
|---|
DynamicCacheDescriptor(GridKernalContext ctx,
CacheConfiguration cacheCfg,
CacheType cacheType,
boolean template,
IgniteUuid deploymentId) |
GridCacheContext(GridKernalContext ctx,
GridCacheSharedContext sharedCtx,
CacheConfiguration cacheCfg,
CacheType cacheType,
boolean affNode,
boolean updatesAllowed,
GridCacheEventManager evtMgr,
GridCacheSwapManager swapMgr,
CacheStoreManager storeMgr,
GridCacheEvictionManager evictMgr,
GridCacheQueryManager<K,V> qryMgr,
CacheContinuousQueryManager contQryMgr,
CacheDataStructuresManager dataStructuresMgr,
GridCacheTtlManager ttlMgr,
GridCacheDrManager drMgr,
CacheConflictResolutionManager<K,V> rslvrMgr,
CachePluginManager pluginMgr,
GridCacheAffinityManager affMgr) |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.6.0 Release Date : May 18 2016