public interface IndexStatistics
Index
.Modifier and Type | Method and Description |
---|---|
int |
getNumberOfBucketIndexes()
Deprecated.
|
long |
getNumberOfBucketIndexesLong()
Returns the number of bucket indexes created in the Partitioned Region
|
long |
getNumberOfKeys()
Returns the number of keys in this index.
|
long |
getNumberOfMapIndexKeys()
Returns the number of keys in this index at the highest level
|
long |
getNumberOfValues()
Returns the number of values in this index.
|
long |
getNumberOfValues(Object key)
Return the number of values for the specified key in this index.
|
long |
getNumUpdates()
Return the total number of times this index has been updated
|
int |
getReadLockCount()
Deprecated.
|
long |
getReadLockCountLong()
Return number of read locks taken on this index
|
long |
getTotalUpdateTime()
Returns the total amount of time (in nanoseconds) spent updating this index.
|
long |
getTotalUses()
Returns the total number of times this index has been accessed by a query.
|
long getNumUpdates()
long getTotalUpdateTime()
long getTotalUses()
long getNumberOfKeys()
long getNumberOfValues()
long getNumberOfValues(Object key)
key
- the key@Deprecated int getReadLockCount()
getReadLockCountLong()
long getReadLockCountLong()
long getNumberOfMapIndexKeys()
@Deprecated int getNumberOfBucketIndexes()
getNumberOfBucketIndexesLong()
long getNumberOfBucketIndexesLong()