| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache |
This package contain cache-related processors & persistence implementation.
|
| org.apache.ignite.internal.processors.cache.persistence |
This package contain cache with persistence implementation.
|
| org.apache.ignite.internal.processors.cache.persistence.checkpoint | |
| org.apache.ignite.internal.processors.cache.persistence.defragmentation | |
| org.apache.ignite.internal.processors.cache.persistence.freelist | |
| org.apache.ignite.internal.processors.cache.persistence.metastorage | |
| org.apache.ignite.internal.processors.cache.persistence.partstorage | |
| org.apache.ignite.internal.processors.cache.warmup |
| Modifier and Type | Method and Description |
|---|---|
DataRegion |
GridCacheContext.dataRegion() |
DataRegion |
CacheGroupContext.dataRegion() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GridCacheSharedContext.isLazyMemoryAllocation(@Nullable DataRegion region) |
| 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) |
| Modifier and Type | Field and Description |
|---|---|
protected DataRegion |
IgniteCacheDatabaseSharedManager.dfltDataRegion |
| Modifier and Type | Field and Description |
|---|---|
protected Set<DataRegion> |
GridCacheDatabaseSharedManager.checkpointedDataRegions
Data regions which should be checkpointed.
|
protected Map<String,DataRegion> |
IgniteCacheDatabaseSharedManager.dataRegionMap |
| Modifier and Type | Method and Description |
|---|---|
DataRegion |
IgniteCacheDatabaseSharedManager.addDataRegion(DataStorageConfiguration dataStorageCfg,
DataRegionConfiguration dataRegionCfg,
boolean trackable) |
DataRegion |
GridCacheDatabaseSharedManager.addDataRegion(DataStorageConfiguration dataStorageCfg,
DataRegionConfiguration dataRegionCfg,
boolean trackable,
PageReadWriteManager pmPageMgr) |
protected DataRegion |
IgniteCacheDatabaseSharedManager.addDataRegion(DataStorageConfiguration dataStorageCfg,
DataRegionConfiguration dataRegionCfg,
boolean trackable,
PageReadWriteManager pmPageMgr) |
@Nullable DataRegion |
IgniteCacheDatabaseSharedManager.dataRegion(@Nullable String memPlcName)
Getting data region by name.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<DataRegion> |
GridCacheDatabaseSharedManager.checkpointedDataRegions() |
Collection<DataRegion> |
IgniteCacheDatabaseSharedManager.dataRegions()
Getting registered data regions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheDatabaseSharedManager.addCheckpointListener(CheckpointListener lsnr,
DataRegion dataRegion) |
void |
IgniteCacheDatabaseSharedManager.ensureFreeSpace(DataRegion memPlc)
See
GridCacheMapEntry#ensureFreeSpace() |
void |
IgniteCacheDatabaseSharedManager.ensureFreeSpaceForInsert(DataRegion region,
int dataRowSize)
Checks that the given
region has enough space for putting a new entry. |
AtomicLong |
GridCacheDatabaseSharedManager.pageListCacheLimitHolder(DataRegion dataRegion) |
| Modifier and Type | Method and Description |
|---|---|
void |
CheckpointManager.addCheckpointListener(CheckpointListener lsnr,
DataRegion dataRegion) |
void |
LightweightCheckpointManager.addCheckpointListener(CheckpointListener lsnr,
DataRegion dataRegion) |
void |
CheckpointWorkflow.addCheckpointListener(CheckpointListener lsnr,
DataRegion dataRegion)
Adding the listener which will be called only when given data region will be checkpointed.
|
| Modifier and Type | Method and Description |
|---|---|
List<CheckpointListener> |
CheckpointWorkflow.getRelevantCheckpointListeners(Collection<DataRegion> checkpointedRegions) |
| Modifier and Type | Method and Description |
|---|---|
void |
CachePartitionDefragmentationManager.createIndexPageStore(int grpId,
File workDir,
FileVersionCheckingFactory pageStoreFactory,
DataRegion partRegion,
LongConsumer allocatedTracker) |
| Constructor and Description |
|---|
AbstractFreeList(int cacheGrpId,
String name,
DataRegion dataRegion,
ReuseList reuseList,
IgniteWriteAheadLogManager wal,
long metaPageId,
boolean initNew,
PageLockListener lockLsnr,
GridKernalContext ctx,
AtomicLong pageListCacheLimit,
byte pageFlag) |
CacheFreeList(int cacheGrpId,
String name,
DataRegion dataRegion,
IgniteWriteAheadLogManager wal,
long metaPageId,
boolean initNew,
PageLockListener lockLsnr,
GridKernalContext ctx,
AtomicLong pageListCacheLimit,
byte pageFlag) |
| Constructor and Description |
|---|
MetaStorage(GridCacheSharedContext<?,?> cctx,
DataRegion dataRegion,
boolean readOnly) |
| Constructor and Description |
|---|
PartitionMetaStorageImpl(int cacheGrpId,
String name,
DataRegion memPlc,
ReuseList reuseList,
IgniteWriteAheadLogManager wal,
long metaPageId,
boolean initNew,
PageLockListener lsnr,
GridKernalContext ctx,
AtomicLong pageListCacheLimit,
byte pageFlag) |
| Modifier and Type | Method and Description |
|---|---|
protected long |
LoadAllWarmUpStrategy.availableLoadPageCount(DataRegion region)
Getting count of pages available for loading into data region.
|
protected Map<CacheGroupContext,List<org.apache.ignite.internal.processors.cache.warmup.LoadAllWarmUpStrategy.LoadPartition>> |
LoadAllWarmUpStrategy.loadDataInfo(DataRegion region)
Calculation of cache groups, partitions and count of pages that can load
into data region.
|
void |
LoadAllWarmUpStrategy.warmUp(LoadAllWarmUpConfiguration cfg,
DataRegion region)
Warm up.
|
void |
NoOpWarmUpStrategy.warmUp(NoOpWarmUpConfiguration cfg,
DataRegion region)
Warm up.
|
void |
WarmUpStrategy.warmUp(T cfg,
DataRegion region)
Warm up.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021