| 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.freelist | |
| org.apache.ignite.internal.processors.cache.persistence.partstorage | |
| org.apache.ignite.internal.processors.cache.tree |
| Modifier and Type | Method and Description |
|---|---|
FreeList |
CacheGroupContext.freeList() |
| 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 | Method and Description |
|---|---|
FreeList |
RowStore.freeList() |
FreeList |
IgniteCacheDatabaseSharedManager.freeList(String memPlcName) |
| Constructor and Description |
|---|
RowStore(CacheGroupContext grp,
FreeList freeList) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFreeList<T extends Storable> |
class |
CacheFreeList
FreeList implementation for cache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PartitionMetaStorageImpl<T extends Storable> |
| Constructor and Description |
|---|
CacheDataRowStore(CacheGroupContext grp,
FreeList freeList,
int partId) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021