Modifier and Type | Method and Description |
---|---|
Index |
IndexManager.createIndex(String bagName,
CompositeIndexField compositeIndexFields,
boolean unique,
IndexField... values) |
Index |
IndexManager.createIndex(String bagName,
IndexField indexField,
boolean unique,
IndexField... valueFields) |
Index |
IndexManager.getBestMatchingIndex(String bagName,
Set<String> fields) |
Index |
IndexManager.getIndex(String bagName,
String keyName) |
Modifier and Type | Method and Description |
---|---|
Map<String,Index> |
IndexManager.getIndexes(String bagName) |
List<Index> |
IndexManager.getLoadedIndexes() |
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 | Class and Description |
---|---|
class |
BTreeIndex |
Modifier and Type | Method and Description |
---|---|
static boolean |
KeyUtil.isAnyDataPresent(IndexableItem sEntity,
Index index) |
Modifier and Type | Method and Description |
---|---|
static Set<Key> |
BagOperationUtil.createEntityKeys(SimpleEntity entity,
Index index) |
static void |
BagOperationUtil.doIndexInsert(Set<Key> keys,
Index index) |
Modifier and Type | Method and Description |
---|---|
Index |
IndexManagerImpl.createIndex(String bagName,
CompositeIndexField compositeIndexFields,
boolean unique,
IndexField... values) |
Index |
IndexManagerImpl.createIndex(String bagName,
IndexField indexField,
boolean unique,
IndexField... valueFields) |
Index |
IndexManagerImpl.getBestMatchingIndex(String bagName,
Set<String> fields) |
Index |
IndexManagerImpl.getIndex(String bagName,
String keyName) |
Modifier and Type | Method and Description |
---|---|
Map<String,Index> |
IndexManagerImpl.getIndexes(String bagName) |
List<Index> |
IndexManagerImpl.getLoadedIndexes() |
Constructor and Description |
---|
IndexScanAndRecovery(Index index,
RecordIterator recordIterator) |
IndexScanAndRecovery(Index index,
RecordIterator recordIterator,
boolean forceRebuild) |
Modifier and Type | Method and Description |
---|---|
Index |
TransactionalRecordWriter.getIndex() |
Copyright © 2015. All rights reserved.