| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache | |
| org.apache.ignite.internal.processors.cache.persistence | |
| org.apache.ignite.internal.processors.query |
| Modifier and Type | Method and Description |
|---|---|
DynamicCacheDescriptor |
GridCacheProcessor.cacheDescriptor(int cacheId) |
DynamicCacheDescriptor |
GridCacheProcessor.cacheDescriptor(String name)
Get registered cache descriptor.
|
DynamicCacheDescriptor |
ExchangeActions.CacheActionData.descriptor() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,DynamicCacheDescriptor> |
GridCacheProcessor.cacheDescriptors() |
Map<String,DynamicCacheDescriptor> |
LocalJoinCachesContext.cacheDescriptors() |
List<T2<DynamicCacheDescriptor,NearCacheConfiguration>> |
LocalJoinCachesContext.caches() |
Collection<DynamicCacheDescriptor> |
GridCacheProcessor.startReceivedCaches(UUID nodeId,
AffinityTopologyVersion exchTopVer)
Starts statically configured caches received from remote nodes during exchange.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExchangeActions.addCacheToStop(DynamicCacheChangeRequest req,
DynamicCacheDescriptor desc) |
void |
GridCacheProcessor.saveCacheConfiguration(DynamicCacheDescriptor desc)
Save cache configuration to persistent store if necessary.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheAffinitySharedManager.initCachesOnLocalJoin(Map<Integer,CacheGroupDescriptor> cacheGroupDescriptors,
Map<String,DynamicCacheDescriptor> cacheDescriptors)
Must be called from exchange thread.
|
void |
CacheAffinitySharedManager.initStartedCaches(boolean crd,
GridDhtPartitionsExchangeFuture fut,
Collection<DynamicCacheDescriptor> descs)
Initialized affinity for cache received from node joining on this exchange.
|
| Constructor and Description |
|---|
LocalJoinCachesContext(List<T2<DynamicCacheDescriptor,NearCacheConfiguration>> locJoinStartCaches,
Map<Integer,CacheGroupDescriptor> cacheGrpDescs,
Map<String,DynamicCacheDescriptor> cacheDescs) |
LocalJoinCachesContext(List<T2<DynamicCacheDescriptor,NearCacheConfiguration>> locJoinStartCaches,
Map<Integer,CacheGroupDescriptor> cacheGrpDescs,
Map<String,DynamicCacheDescriptor> cacheDescs) |
| Modifier and Type | Method and Description |
|---|---|
void |
IgniteCacheDatabaseSharedManager.readCheckpointAndRestoreMemory(List<DynamicCacheDescriptor> cachesToStart) |
void |
GridCacheDatabaseSharedManager.readCheckpointAndRestoreMemory(List<DynamicCacheDescriptor> cachesToStart) |
| Modifier and Type | Method and Description |
|---|---|
static SchemaOperationException |
QueryUtils.checkQueryEntityConflicts(CacheConfiguration<?,?> ccfg,
Collection<DynamicCacheDescriptor> descs)
Check given
CacheConfiguration for conflicts in table and index names from any query entities
found in collection of DynamicCacheDescriptors and belonging to the same schema. |
Follow @ApacheIgnite
Ignite Fabric : ver. 2.4.0 Release Date : March 5 2018