Uses of Interface
org.infinispan.query.core.stats.SearchStatisticsSnapshot
Packages that use SearchStatisticsSnapshot
Package
Description
Query API that lets you perform Ickle queries and look up values in caches.
-
Uses of SearchStatisticsSnapshot in org.infinispan.query
Methods in org.infinispan.query that return types with arguments of type SearchStatisticsSnapshotModifier and TypeMethodDescriptionSearch.getClusteredSearchStatistics(Cache<?, ?> cache) Deprecated, for removal: This API element is subject to removal in a future version.Returns aggregated search statistics for all nodes in the cluster. -
Uses of SearchStatisticsSnapshot in org.infinispan.query.core
Methods in org.infinispan.query.core that return types with arguments of type SearchStatisticsSnapshotModifier and TypeMethodDescriptionSearch.getClusteredSearchStatistics(Cache<?, ?> cache) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SearchStatisticsSnapshot in org.infinispan.query.core.stats
Methods in org.infinispan.query.core.stats that return SearchStatisticsSnapshotModifier and TypeMethodDescriptionSearchStatisticsSnapshot.merge(SearchStatisticsSnapshot other) Merge with anotherSearchStatisticsSnapshotMethods in org.infinispan.query.core.stats that return types with arguments of type SearchStatisticsSnapshotModifier and TypeMethodDescriptionSearchStatistics.computeSnapshot()default CompletionStage<SearchStatisticsSnapshot> SearchStatisticsSnapshot.computeSnapshot()Methods in org.infinispan.query.core.stats with parameters of type SearchStatisticsSnapshotModifier and TypeMethodDescriptionSearchStatisticsSnapshot.merge(SearchStatisticsSnapshot other) Merge with anotherSearchStatisticsSnapshot -
Uses of SearchStatisticsSnapshot in org.infinispan.query.core.stats.impl
Classes in org.infinispan.query.core.stats.impl that implement SearchStatisticsSnapshotModifier and TypeClassDescriptionfinal classQuery and Index statistics for a Cache.Classes in org.infinispan.query.core.stats.impl that implement interfaces with type arguments of type SearchStatisticsSnapshotMethods in org.infinispan.query.core.stats.impl that return SearchStatisticsSnapshotModifier and TypeMethodDescriptionStatsTask.apply(EmbeddedCacheManager cacheManager) SearchStatisticsSnapshotImpl.merge(SearchStatisticsSnapshot other) Methods in org.infinispan.query.core.stats.impl that return types with arguments of type SearchStatisticsSnapshotModifier and TypeMethodDescriptionSearchStatisticsImpl.computeSnapshot()SearchStatsRetriever.getDistributedSearchStatistics()Methods in org.infinispan.query.core.stats.impl with parameters of type SearchStatisticsSnapshotModifier and TypeMethodDescriptionSearchStatisticsSnapshotImpl.merge(SearchStatisticsSnapshot other)