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 Details

    • indexedEntities

      Set<String> 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 IndexInfo for 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