public class CacheFreeList extends AbstractFreeList<CacheDataRow>
PagesList.PagesCache, PagesList.StripebucketsSize, changed, log, name| Constructor and Description |
|---|
CacheFreeList(int cacheId,
String name,
DataRegionMetricsImpl regionMetrics,
DataRegion dataRegion,
IgniteWriteAheadLogManager wal,
long metaPageId,
boolean initNew,
PageLockListener lockLsnr,
GridKernalContext ctx,
AtomicLong pageListCacheLimit) |
| Modifier and Type | Method and Description |
|---|---|
void |
insertDataRow(CacheDataRow row,
IoStatisticsHolder statHolder) |
String |
toString() |
addForRecycle, casBucket, dumpStatistics, emptyDataPages, freeSpace, getBucket, getBucketCache, getBucketIndex, insertDataRows, isReuseBucket, recycledPagesCount, removeDataRowByLink, takeRecycledPage, updateDataRow, updateDataRowbucketsCount, bucketSize, cachedPagesCount, init, initReusedPage, name, put, removeDataPage, saveMetadata, storedPagesCount, stripesCount, takeEmptyPageacquirePage, allocatePage, allocatePage, allocatePageNoReuse, groupId, init, needWalDeltaRecord, pageSize, randomInt, read, read, readLock, readUnlock, recyclePage, releasePage, tryWriteLock, write, write, write, write, writeLock, writeUnlock, writeUnlockpublic CacheFreeList(int cacheId,
String name,
DataRegionMetricsImpl regionMetrics,
DataRegion dataRegion,
IgniteWriteAheadLogManager wal,
long metaPageId,
boolean initNew,
PageLockListener lockLsnr,
GridKernalContext ctx,
AtomicLong pageListCacheLimit)
throws IgniteCheckedException
cacheId - Cache id.name - Name.regionMetrics - Region metrics.dataRegion - Data region.wal - Wal.metaPageId - Meta page id.initNew - Initialize new.IgniteCheckedExceptionpublic void insertDataRow(CacheDataRow row, IoStatisticsHolder statHolder) throws IgniteCheckedException
insertDataRow in interface FreeList<CacheDataRow>insertDataRow in class AbstractFreeList<CacheDataRow>row - Row.statHolder - Statistics holder to track IO operations.IgniteCheckedException - If failed.public String toString()
toString in class AbstractFreeList<CacheDataRow>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020