Class LocalIndexStatistics
java.lang.Object
org.infinispan.query.stats.impl.LocalIndexStatistics
- All Implemented Interfaces:
IndexStatistics
A
IndexStatistics for an indexed Cache.- Since:
- 12.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintboolean
-
Constructor Details
-
LocalIndexStatistics
public LocalIndexStatistics()
-
-
Method Details
-
indexedEntities
- Specified by:
indexedEntitiesin interfaceIndexStatistics- 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
- Specified by:
computeIndexInfosin interfaceIndexStatistics- 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
public boolean reindexing()- Specified by:
reindexingin interfaceIndexStatistics
-
genericIndexingFailures
public int genericIndexingFailures()- Specified by:
genericIndexingFailuresin interfaceIndexStatistics
-
entityIndexingFailures
public int entityIndexingFailures()- Specified by:
entityIndexingFailuresin interfaceIndexStatistics
-
computeSnapshot
- Specified by:
computeSnapshotin interfaceIndexStatistics
-