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, getComponents, getConverter, getName, getRecords, getRecords, getRecords, getRecords, isOrdered, putEntry, removeEntry
boolean 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 Hazelcast, Inc.. All Rights Reserved.