Uses of Interface
org.infinispan.query.core.stats.QueryStatisticsSnapshot
Packages that use QueryStatisticsSnapshot
-
Uses of QueryStatisticsSnapshot in org.infinispan.query.core.stats
Methods in org.infinispan.query.core.stats that return QueryStatisticsSnapshotModifier and TypeMethodDescriptionSearchStatisticsSnapshot.getQueryStatistics()QueryStatisticsSnapshot.merge(QueryStatisticsSnapshot other) Merge with anotherQueryStatisticsSnapshotMethods in org.infinispan.query.core.stats that return types with arguments of type QueryStatisticsSnapshotModifier and TypeMethodDescriptionQueryStatistics.computeSnapshot()default CompletionStage<QueryStatisticsSnapshot> QueryStatisticsSnapshot.computeSnapshot()Methods in org.infinispan.query.core.stats with parameters of type QueryStatisticsSnapshotModifier and TypeMethodDescriptionQueryStatisticsSnapshot.merge(QueryStatisticsSnapshot other) Merge with anotherQueryStatisticsSnapshot -
Uses of QueryStatisticsSnapshot in org.infinispan.query.core.stats.impl
Classes in org.infinispan.query.core.stats.impl that implement QueryStatisticsSnapshotModifier and TypeClassDescriptionclassManages query statistics for a Cache.Methods in org.infinispan.query.core.stats.impl that return QueryStatisticsSnapshotModifier and TypeMethodDescriptionSearchStatisticsSnapshotImpl.getQueryStatistics()LocalQueryStatistics.merge(QueryStatisticsSnapshot other) Methods in org.infinispan.query.core.stats.impl that return types with arguments of type QueryStatisticsSnapshotMethods in org.infinispan.query.core.stats.impl with parameters of type QueryStatisticsSnapshotConstructors in org.infinispan.query.core.stats.impl with parameters of type QueryStatisticsSnapshotModifierConstructorDescriptionSearchStatisticsSnapshotImpl(QueryStatisticsSnapshot queryStatistics, IndexStatisticsSnapshot indexStatistics)