Class IndexStatisticsSnapshotImpl

java.lang.Object
org.infinispan.query.core.stats.impl.IndexStatisticsSnapshotImpl
All Implemented Interfaces:
org.infinispan.commons.dataconversion.internal.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

      public IndexStatisticsSnapshotImpl(Map<String,IndexInfo> indexInfos, boolean reindexing)
    • IndexStatisticsSnapshotImpl

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