Uses of Interface
org.infinispan.query.core.stats.IndexStatisticsSnapshot
Packages that use IndexStatisticsSnapshot
Package
Description
-
Uses of IndexStatisticsSnapshot in org.infinispan.query.core.stats
Methods in org.infinispan.query.core.stats that return IndexStatisticsSnapshotModifier and TypeMethodDescriptionSearchStatisticsSnapshot.getIndexStatistics()IndexStatisticsSnapshot.merge(IndexStatisticsSnapshot other) Merge with anotherIndexStatisticsSnapshot.Methods in org.infinispan.query.core.stats that return types with arguments of type IndexStatisticsSnapshotModifier and TypeMethodDescriptionIndexStatistics.computeSnapshot()default CompletionStage<IndexStatisticsSnapshot> IndexStatisticsSnapshot.computeSnapshot()Methods in org.infinispan.query.core.stats with parameters of type IndexStatisticsSnapshotModifier and TypeMethodDescriptionIndexStatisticsSnapshot.merge(IndexStatisticsSnapshot other) Merge with anotherIndexStatisticsSnapshot. -
Uses of IndexStatisticsSnapshot in org.infinispan.query.core.stats.impl
Classes in org.infinispan.query.core.stats.impl that implement IndexStatisticsSnapshotMethods in org.infinispan.query.core.stats.impl that return IndexStatisticsSnapshotModifier and TypeMethodDescriptionSearchStatisticsSnapshotImpl.getIndexStatistics()IndexStatisticsSnapshotImpl.merge(IndexStatisticsSnapshot other) Methods in org.infinispan.query.core.stats.impl with parameters of type IndexStatisticsSnapshotModifier and TypeMethodDescriptionIndexStatisticsSnapshotImpl.merge(IndexStatisticsSnapshot other) Constructors in org.infinispan.query.core.stats.impl with parameters of type IndexStatisticsSnapshotModifierConstructorDescriptionSearchStatisticsSnapshotImpl(QueryStatisticsSnapshot queryStatistics, IndexStatisticsSnapshot indexStatistics) -
Uses of IndexStatisticsSnapshot in org.infinispan.query.stats.impl
Methods in org.infinispan.query.stats.impl that return types with arguments of type IndexStatisticsSnapshot