Package org.infinispan.query.core.stats
Interface IndexStatistics
- All Known Subinterfaces:
IndexStatisticsSnapshot
- All Known Implementing Classes:
IndexStatisticsSnapshotImpl
public interface IndexStatistics
Exposes index statistics for a particular cache.
- Since:
- 12.0
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
indexedEntities
- Returns:
- The name of all indexed entities configured in the cache. The name of the entity is either the class name annotated with @Index, or the protobuf Message name.
-
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() -
computeSnapshot
CompletionStage<IndexStatisticsSnapshot> computeSnapshot()
-