| 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 persitence implementation.
|
| org.apache.ignite.internal.processors.cache.persistence.freelist | |
| org.apache.ignite.internal.processors.cache.persistence.metastorage | |
| org.apache.ignite.internal.processors.cache.persistence.partstorage |
| Modifier and Type | Method and Description |
|---|---|
DataRegion |
GridCacheContext.dataRegion() |
DataRegion |
CacheGroupContext.dataRegion() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GridCacheSharedContext.isLazyMemoryAllocation(@Nullable DataRegion region) |
| Modifier and Type | Field and Description |
|---|---|
protected DataRegion |
IgniteCacheDatabaseSharedManager.dfltDataRegion |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,DataRegion> |
IgniteCacheDatabaseSharedManager.dataRegionMap |
| Modifier and Type | Method and Description |
|---|---|
DataRegion |
IgniteCacheDatabaseSharedManager.dataRegion(String memPlcName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<DataRegion> |
IgniteCacheDatabaseSharedManager.dataRegions() |
| Modifier and Type | Method and Description |
|---|---|
void |
IgniteCacheDatabaseSharedManager.ensureFreeSpace(DataRegion memPlc)
|
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) |
| Constructor and Description |
|---|
AbstractFreeList(int cacheId,
String name,
DataRegionMetricsImpl memMetrics,
DataRegion memPlc,
ReuseList reuseList,
IgniteWriteAheadLogManager wal,
long metaPageId,
boolean initNew,
PageLockListener lockLsnr,
GridKernalContext ctx,
AtomicLong pageListCacheLimit) |
CacheFreeList(int cacheId,
String name,
DataRegionMetricsImpl regionMetrics,
DataRegion dataRegion,
IgniteWriteAheadLogManager wal,
long metaPageId,
boolean initNew,
PageLockListener lockLsnr,
GridKernalContext ctx,
AtomicLong pageListCacheLimit) |
| Constructor and Description |
|---|
MetaStorage(GridCacheSharedContext<?,?> cctx,
DataRegion dataRegion,
DataRegionMetricsImpl regionMetrics,
boolean readOnly) |
| Constructor and Description |
|---|
PartitionMetaStorageImpl(int cacheId,
String name,
DataRegionMetricsImpl memMetrics,
DataRegion memPlc,
ReuseList reuseList,
IgniteWriteAheadLogManager wal,
long metaPageId,
boolean initNew,
PageLockListener lsnr,
GridKernalContext ctx,
AtomicLong pageListCacheLimit) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020