Uses of Class
org.apache.ignite.internal.processors.query.stat.LocalStatisticsGatheringContext
-
Packages that use LocalStatisticsGatheringContext Package Description org.apache.ignite.internal.processors.query.stat org.apache.ignite.internal.processors.query.stat.task -
-
Uses of LocalStatisticsGatheringContext in org.apache.ignite.internal.processors.query.stat
Methods in org.apache.ignite.internal.processors.query.stat with parameters of type LocalStatisticsGatheringContext Modifier and Type Method Description voidStatisticsProcessor. updateLocalStatistics(LocalStatisticsGatheringContext ctx)Update statistics for the given key to actual state. -
Uses of LocalStatisticsGatheringContext in org.apache.ignite.internal.processors.query.stat.task
Methods in org.apache.ignite.internal.processors.query.stat.task that return LocalStatisticsGatheringContext Modifier and Type Method Description LocalStatisticsGatheringContextGatherPartitionStatistics. context()Constructors in org.apache.ignite.internal.processors.query.stat.task with parameters of type LocalStatisticsGatheringContext Constructor Description GatherPartitionStatistics(IgniteStatisticsRepository statRepo, LocalStatisticsGatheringContext gathCtx, int partId, IgniteLogger log)Constructor.
-