public interface InternalIndex extends Index
Index.OperationSource| Modifier and Type | Method and Description |
|---|---|
PerIndexStats |
getPerIndexStats()
Returns the index stats associated with this index.
|
boolean |
hasPartitionIndexed(int partitionId)
Returns
true if the given partition is indexed by this index,
false otherwise. |
void |
markPartitionAsIndexed(int partitionId)
Marks the given partition as indexed by this index.
|
void |
markPartitionAsUnindexed(int partitionId)
Marks the given partition as unindexed by this index.
|
clear, destroy, getAttributeName, getConverter, getRecords, getRecords, getSubRecords, getSubRecordsBetween, isOrdered, removeEntryIndex, saveEntryIndexboolean hasPartitionIndexed(int partitionId)
true if the given partition is indexed by this index,
false otherwise.void markPartitionAsIndexed(int partitionId)
partitionId - the ID of the partition to mark as indexed.void markPartitionAsUnindexed(int partitionId)
partitionId - the ID of the partition to mark as unindexed.PerIndexStats getPerIndexStats()
Copyright © 2019. All Rights Reserved.