public interface IndexesStats
Indexes
.Modifier and Type | Field and Description |
---|---|
static IndexesStats |
EMPTY
Empty no-op internal indexes stats.
|
Modifier and Type | Method and Description |
---|---|
PerIndexStats |
createPerIndexStats(boolean ordered,
boolean queryableEntriesAreCached)
Creates a new instance of internal per-index stats.
|
long |
getIndexedQueryCount()
Returns the number of indexed queries performed on the indexes.
|
long |
getQueryCount()
Returns the number of queries performed on the indexes.
|
void |
incrementIndexedQueryCount()
Increments the number of indexed queries performed on the indexes.
|
void |
incrementQueryCount()
Increments the number of queries performed on the indexes.
|
static final IndexesStats EMPTY
long getQueryCount()
void incrementQueryCount()
long getIndexedQueryCount()
void incrementIndexedQueryCount()
PerIndexStats createPerIndexStats(boolean ordered, boolean queryableEntriesAreCached)
ordered
- true
if the stats are being created
for an ordered index, false
otherwise.queryableEntriesAreCached
- true
if the stats are being created
for an index for which queryable entries are
cached, false
otherwise.Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.