| Package | Description |
|---|---|
| org.apache.ignite.internal.managers.discovery |
TODO.
|
| org.apache.ignite.internal.pagemem.store | |
| org.apache.ignite.internal.processors.cache |
This package contain cache-related processors & persistence implementation.
|
| org.apache.ignite.internal.processors.cache.persistence.file | |
| org.apache.ignite.spi.systemview.view |
Contains
SystemView clases that exists in Ignite. |
| Modifier and Type | Method and Description |
|---|---|
void |
GridDiscoveryManager.addCacheGroup(CacheGroupDescriptor grpDesc,
IgnitePredicate<ClusterNode> filter,
CacheMode cacheMode) |
void |
GridDiscoveryManager.removeCacheGroup(CacheGroupDescriptor grpDesc) |
| Modifier and Type | Method and Description |
|---|---|
void |
IgnitePageStoreManager.initializeForCache(CacheGroupDescriptor grpDesc,
StoredCacheData cacheData)
Callback called when a cache is starting.
|
| Modifier and Type | Method and Description |
|---|---|
CacheGroupDescriptor |
GridCacheProcessor.cacheGroupDescriptor(int grpId)
Tries to find cache group descriptor either in registered cache groups
or in marked for deletion collection if cache group is considered to be stopped.
|
CacheGroupDescriptor |
ExchangeActions.CacheGroupActionData.descriptor() |
CacheGroupDescriptor |
CacheConfigurationEnricher.enrich(CacheGroupDescriptor desc,
boolean affinityNode)
Enriches descriptor cache configuration with stored enrichment.
|
CacheGroupDescriptor |
CachesRegistry.group(int grpId) |
CacheGroupDescriptor |
DynamicCacheDescriptor.groupDescriptor() |
@Nullable CacheGroupDescriptor |
ClusterCachesInfo.markedForDeletionCacheGroupDesc(int grpId) |
CacheGroupDescriptor |
CachesRegistry.unregisterGroup(int grpId)
Removes cache group from registry.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,CacheGroupDescriptor> |
CachesRegistry.allGroups() |
Map<Integer,CacheGroupDescriptor> |
GridCacheProcessor.cacheGroupDescriptors() |
Map<Integer,CacheGroupDescriptor> |
LocalJoinCachesContext.cacheGroupDescriptors() |
Map<Integer,CacheGroupDescriptor> |
CacheAffinitySharedManager.cacheGroups() |
Collection<CacheGroupDescriptor> |
GridCacheProcessor.persistentGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExchangeActions.addCacheGroupToStop(CacheGroupDescriptor grpDesc,
boolean destroy) |
CacheGroupDescriptor |
CacheConfigurationEnricher.enrich(CacheGroupDescriptor desc,
boolean affinityNode)
Enriches descriptor cache configuration with stored enrichment.
|
T2<CacheConfiguration,CacheConfigurationEnrichment> |
CacheConfigurationSplitterOldFormat.split(CacheGroupDescriptor desc)
Splits cache configuration associated with the given
desc into two parts
CacheConfiguration and CacheConfigurationEnrichment that are serialized separately. |
default T2<CacheConfiguration,CacheConfigurationEnrichment> |
CacheConfigurationSplitter.split(CacheGroupDescriptor desc)
Splits cache configuration associated with the given
desc into two parts
CacheConfiguration and CacheConfigurationEnrichment that are serialized separately. |
| Modifier and Type | Method and Description |
|---|---|
IgniteInternalFuture<?> |
CachesRegistry.init(Map<Integer,CacheGroupDescriptor> groupDescriptors,
Map<String,DynamicCacheDescriptor> cacheDescriptors)
Removes currently registered cache groups and caches.
|
IgniteInternalFuture<?> |
CacheAffinitySharedManager.initCachesOnLocalJoin(Map<Integer,CacheGroupDescriptor> grpDescs,
Map<String,DynamicCacheDescriptor> cacheDescs)
Must be called from exchange thread.
|
| Constructor and Description |
|---|
DynamicCacheDescriptor(GridKernalContext ctx,
CacheConfiguration cacheCfg,
CacheType cacheType,
CacheGroupDescriptor grpDesc,
boolean template,
UUID rcvdFrom,
boolean staticCfg,
boolean sql,
IgniteUuid deploymentId,
QuerySchema schema,
@Nullable CacheConfigurationEnrichment cacheCfgEnrichment) |
| Constructor and Description |
|---|
LocalJoinCachesContext(List<T2<DynamicCacheDescriptor,NearCacheConfiguration>> locJoinStartCaches,
List<DynamicCacheDescriptor> locJoinInitCaches,
Map<Integer,CacheGroupDescriptor> cacheGrpDescs,
Map<String,DynamicCacheDescriptor> cacheDescs) |
| Modifier and Type | Method and Description |
|---|---|
void |
FilePageStoreManager.initializeForCache(CacheGroupDescriptor grpDesc,
StoredCacheData cacheData)
Callback called when a cache is starting.
|
| Constructor and Description |
|---|
CacheGroupView(CacheGroupDescriptor grp) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021