Class IndexStatisticsSnapshotImpl

java.lang.Object
org.infinispan.query.core.stats.impl.IndexStatisticsSnapshotImpl
All Implemented Interfaces:
JsonSerialization, IndexStatistics, IndexStatisticsSnapshot

@ProtoTypeId(4203) public class IndexStatisticsSnapshotImpl extends Object implements IndexStatisticsSnapshot
A snapshot for IndexStatistics.
Since:
12.0
  • Constructor Details

    • IndexStatisticsSnapshotImpl

      public IndexStatisticsSnapshotImpl()
    • IndexStatisticsSnapshotImpl

      @ProtoFactory public IndexStatisticsSnapshotImpl(List<org.infinispan.query.core.stats.impl.IndexEntry> entries, boolean reindexing, int genericIndexingFailures, int entityIndexingFailures)
    • IndexStatisticsSnapshotImpl

      public IndexStatisticsSnapshotImpl(Map<String, IndexInfo> indexInfos, boolean reindexing, int genericIndexingFailures, int entityIndexingFailures)
  • Method Details