Modifier and Type | Method and Description |
---|---|
KeyInfo |
IndexHeader.getKeyInfo() |
KeyInfo |
Index.getKeyInfo()
This returns all global key information being stored in this index
|
Modifier and Type | Method and Description |
---|---|
static void |
IndexRebuildUtil.bulkInsertIndex(Index index,
KeyInfo keyInfo,
Iterator<IndexableItem> indexableItems) |
static IndexScanReport |
IndexScanner.doIndexScan(Index index,
KeyInfo keyInfo,
Iterator<IndexableItem> indexableItems,
boolean fullScan) |
Modifier and Type | Method and Description |
---|---|
KeyInfo |
BtreeIndexHeader.getKeyInfo() |
KeyInfo |
BTreeIndex.getKeyInfo() |
KeyInfo |
BlockPersister.getKeyInfo() |
Modifier and Type | Method and Description |
---|---|
static IndexHeader |
BtreeIndexHeader.createHeader(DataBlock headerBlock,
int pageSize,
long count,
KeyInfo keyInfo) |
static IndexHeader |
BtreeIndexHeader.loadAndValidateHeader(DataBlock dataBlock,
KeyInfo keyInfo) |
Constructor and Description |
---|
BTreeIndex(File indexLocation,
KeyInfo keyInfo) |
BtreeIndexHeader(int indexVersion,
int pageSize,
int headerSize,
KeyInfo keyInfo,
long count) |
Modifier and Type | Method and Description |
---|---|
KeyInfo |
BtreePlusBlockPersister.getKeyInfo() |
Constructor and Description |
---|
BtreePlusBlockPersister(DataBlockFactory dataBlockFactory,
int pageSize,
KeyInfo keyInfo) |
Modifier and Type | Method and Description |
---|---|
protected static EqualsCondition |
EqualsSearchOperation.validateCondition(KeyInfo keyInfo,
SearchCondition condition) |
Constructor and Description |
---|
EqualsSearchOperation(LockManager lockManager,
RootBlock rootBlock,
KeyInfo keyInfo) |
NotEqualsSearchOperation(LockManager lockManager,
KeyInfo keyInfo,
RootBlock rootBlock,
BlockPersister persister) |
RangeSearchOperation(LockManager lockManager,
BlockPersister persister,
RootBlock rootBlock,
KeyInfo keyInfo) |
Modifier and Type | Class and Description |
---|---|
class |
KeyInfoImpl |
Copyright © 2015. All rights reserved.