Modifier and Type | Class and Description |
---|---|
class |
EmbeddedEntity |
class |
SimpleEntity
This is the public API storage entity, this is stored in the DB and all indexes are
updated based on the index definitions.
|
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) |
void |
Index.rebuildIndex(Iterator<IndexableItem> indexableItems)
Do a full rebuild of the index and fully populate it based on provided item iterator
|
IndexScanReport |
Index.scan(ScanIntent intent,
Iterator<IndexableItem> scanItems)
This performs a scan of the index and reports on the integrity.
|
Modifier and Type | Method and Description |
---|---|
void |
BTreeIndex.rebuildIndex(Iterator<IndexableItem> indexableItems) |
IndexScanReport |
BTreeIndex.scan(ScanIntent intent,
Iterator<IndexableItem> indexableItems) |
Modifier and Type | Method and Description |
---|---|
static boolean |
KeyUtil.isAnyDataPresent(IndexableItem sEntity,
Index index) |
Modifier and Type | Method and Description |
---|---|
Key |
WrappedValueKeyFactory.createKey(IndexableItem indexableItem) |
Key |
UUIDKeyFactory.createKey(IndexableItem indexableItem) |
Key |
StringKeyFactory.createKey(IndexableItem indexableItem) |
Key |
LongKeyFactory.createKey(IndexableItem indexableItem) |
Key |
KeyFactory.createKey(IndexableItem indexableItem) |
Key |
DataKeyFactory.createKey(IndexableItem indexableItem) |
Key |
CompositeKeyFactory.createKey(IndexableItem indexableItem) |
Set<Key> |
WrappedValueKeyFactory.createMultivalueKeys(IndexableItem indexableItem) |
Set<Key> |
KeyFactory.createMultivalueKeys(IndexableItem indexableItem) |
Set<Key> |
CompositeKeyFactory.createMultivalueKeys(IndexableItem indexableItem) |
Set<Key> |
AbstractKeyFactory.createMultivalueKeys(IndexableItem indexableItem) |
boolean |
WrappedValueKeyFactory.isMultiValueKey(IndexableItem indexableItem) |
boolean |
KeyFactory.isMultiValueKey(IndexableItem indexableItem) |
boolean |
CompositeKeyFactory.isMultiValueKey(IndexableItem indexableItem) |
boolean |
AbstractKeyFactory.isMultiValueKey(IndexableItem indexableItem) |
Modifier and Type | Method and Description |
---|---|
void |
MultiKeyLoaderImpl.enrichKey(IndexableItem indexableItem,
Key key) |
void |
MultiKeyloader.enrichKey(IndexableItem indexableItem,
Key key) |
Modifier and Type | Method and Description |
---|---|
IndexableItem |
IndexItemIterator.next() |
Copyright © 2015. All rights reserved.