Interface IndexStatistics
- All Known Subinterfaces:
IndexStatisticsSnapshot
- All Known Implementing Classes:
IndexStatisticsSnapshotImpl, LocalIndexStatistics
public interface IndexStatistics
Exposes index statistics for a particular cache.
- Since:
- 12.0
-
Method Summary
Modifier and TypeMethodDescriptionintintboolean
-
Method Details
-
indexedEntities
-
computeIndexInfos
CompletionStage<Map<String, IndexInfo>> computeIndexInfos()- Returns:
- The
IndexInfofor each indexed entity configured in the cache. The name of the entity is either the class name annotated with @Index, or the protobuf Message name.
-
reindexing
boolean reindexing() -
genericIndexingFailures
int genericIndexingFailures() -
entityIndexingFailures
int entityIndexingFailures() -
computeSnapshot
CompletionStage<IndexStatisticsSnapshot> computeSnapshot()
-