| Modifier and Type | Class and Description |
|---|---|
class |
TxLogTree |
| Modifier and Type | Class and Description |
|---|---|
class |
DataStructure
Base class for all the data structures based on
PageMemory. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFreeList<T extends Storable> |
class |
CacheFreeListImpl
FreeList implementation for cache.
|
class |
PagesList
Striped doubly-linked list of page IDs optionally organized in buckets.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MetaStorage.FreeListImpl |
class |
MetastorageTree |
| Modifier and Type | Class and Description |
|---|---|
class |
BPlusTree<L,T extends L>
Abstract B+Tree.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReuseListImpl
Reuse list.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PageHandler.initPage(PageMemory pageMem,
int grpId,
long pageId,
PageIO init,
IgniteWriteAheadLogManager wal,
PageLockListener lsnr) |
static long |
PageHandler.readLock(PageMemory pageMem,
int cacheId,
long pageId,
long page,
PageLockListener lsnr) |
static <X,R> R |
PageHandler.readPage(PageMemory pageMem,
int cacheId,
long pageId,
long page,
PageLockListener lsnr,
PageHandler<X,R> h,
X arg,
int intArg,
R lockFailed) |
static <X,R> R |
PageHandler.readPage(PageMemory pageMem,
int cacheId,
long pageId,
PageLockListener lsnr,
PageHandler<X,R> h,
X arg,
int intArg,
R lockFailed) |
static void |
PageHandler.readUnlock(PageMemory pageMem,
int cacheId,
long pageId,
long page,
long pageAddr,
PageLockListener lsnr) |
static long |
PageHandler.writeLock(PageMemory pageMem,
int cacheId,
long pageId,
long page,
PageLockListener lsnr,
boolean tryLock) |
static <X,R> R |
PageHandler.writePage(PageMemory pageMem,
int grpId,
long pageId,
long page,
PageLockListener lsnr,
PageHandler<X,R> h,
PageIO init,
IgniteWriteAheadLogManager wal,
Boolean walPlc,
X arg,
int intArg,
R lockFailed) |
static <X,R> R |
PageHandler.writePage(PageMemory pageMem,
int grpId,
long pageId,
PageLockListener lsnr,
PageHandler<X,R> h,
PageIO init,
IgniteWriteAheadLogManager wal,
Boolean walPlc,
X arg,
int intArg,
R lockFailed) |
static void |
PageHandler.writeUnlock(PageMemory pageMem,
int cacheId,
long pageId,
long page,
long pageAddr,
PageLockListener lsnr,
Boolean walPlc,
boolean dirty) |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheDataTree |
class |
PendingEntriesTree |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019