| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache |
This package contain cache-related processors & persistence implementation.
|
| org.apache.ignite.spi.systemview.view |
Contains
SystemView clases that exists in Ignite. |
| Modifier and Type | Method and Description |
|---|---|
CacheType |
CacheJoinNodeDiscoveryData.CacheInfo.cacheType() |
CacheType |
DynamicCacheDescriptor.cacheType() |
CacheType |
CacheData.cacheType() |
CacheType |
DynamicCacheChangeRequest.cacheType() |
CacheType |
GridCacheProcessor.cacheType(String cacheName) |
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<Boolean> |
GridCacheProcessor.dynamicStartCache(@Nullable CacheConfiguration ccfg,
String cacheName,
@Nullable NearCacheConfiguration nearCfg,
CacheType cacheType,
boolean sql,
boolean failIfExists,
boolean failIfNotStarted,
boolean checkThreadTx)
Dynamically starts cache.
|
| Constructor and Description |
|---|
CacheGroupContext(GridCacheSharedContext ctx,
int grpId,
UUID rcvdFrom,
CacheType cacheType,
CacheConfiguration ccfg,
boolean affNode,
DataRegion dataRegion,
CacheObjectContext cacheObjCtx,
FreeList freeList,
ReuseList reuseList,
AffinityTopologyVersion locStartVer,
boolean persistenceEnabled,
boolean walEnabled,
boolean recoveryMode,
CompressionHandler compressHandler) |
CacheInfo(StoredCacheData cacheData,
CacheType cacheType,
boolean sql,
long flags,
boolean staticallyConfigured) |
DynamicCacheDescriptor(GridKernalContext ctx,
CacheConfiguration cacheCfg,
CacheType cacheType,
CacheGroupDescriptor grpDesc,
boolean template,
UUID rcvdFrom,
boolean staticCfg,
boolean sql,
IgniteUuid deploymentId,
QuerySchema schema,
@Nullable CacheConfigurationEnrichment cacheCfgEnrichment) |
GridCacheContext(GridKernalContext ctx,
GridCacheSharedContext sharedCtx,
CacheConfiguration cacheCfg,
CacheGroupContext grp,
CacheType cacheType,
AffinityTopologyVersion locStartTopVer,
IgniteUuid deploymentId,
boolean affNode,
boolean updatesAllowed,
boolean statisticsEnabled,
boolean recoveryMode,
GridCacheEventManager evtMgr,
CacheStoreManager storeMgr,
CacheEvictionManager evictMgr,
GridCacheQueryManager<K,V> qryMgr,
CacheContinuousQueryManager contQryMgr,
CacheDataStructuresManager dataStructuresMgr,
GridCacheTtlManager ttlMgr,
GridCacheDrManager drMgr,
CacheConflictResolutionManager<K,V> rslvrMgr,
CachePluginManager pluginMgr,
GridCacheAffinityManager affMgr,
PlatformCacheManager platformMgr) |
| Modifier and Type | Method and Description |
|---|---|
CacheType |
CacheView.cacheType() |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023