Uses of Class
org.apache.ignite.internal.processors.query.stat.ObjectStatisticsImpl
-
Packages that use ObjectStatisticsImpl Package Description org.apache.ignite.internal.processors.query.stat org.apache.ignite.internal.processors.query.stat.view -
-
Uses of ObjectStatisticsImpl in org.apache.ignite.internal.processors.query.stat
Subclasses of ObjectStatisticsImpl in org.apache.ignite.internal.processors.query.stat Modifier and Type Class Description classObjectPartitionStatisticsImplStatistic for some partition of data object.Methods in org.apache.ignite.internal.processors.query.stat with type parameters of type ObjectStatisticsImpl Modifier and Type Method Description <T extends ObjectStatisticsImpl>
TObjectStatisticsImpl. subtract(Set<String> cols)Remove specified columns from clone of current ObjectStatistics object.Methods in org.apache.ignite.internal.processors.query.stat that return ObjectStatisticsImpl Modifier and Type Method Description ObjectStatisticsImplIgniteStatisticsRepository. aggregatedLocalStatistics(Collection<ObjectPartitionStatisticsImpl> stats, StatisticsObjectConfiguration cfg, AffinityTopologyVersion topVer)Scan local partitioned statistic and aggregate local statistic for specified statistic object.static ObjectStatisticsImplIgniteStatisticsHelper. aggregateLocalStatistics(GridQueryTypeDescriptor tbl, StatisticsObjectConfiguration cfg, Collection<? extends ObjectStatisticsImpl> stats, IgniteLogger log)Aggregate partition level statistics to local level one or local statistics to global one.ObjectStatisticsImplIgniteStatisticsHelper. aggregateLocalStatistics(StatisticsObjectConfiguration cfg, Collection<? extends ObjectStatisticsImpl> stats)Aggregate specified partition level statistics to local level statistics.ObjectStatisticsImplObjectStatisticsImpl. clone()ObjectStatisticsImplIgniteGlobalStatisticsManager. getGlobalStatistics(StatisticsKey key)Get global statistics for the given key.ObjectStatisticsImplIgniteStatisticsManagerImpl. getLocalStatistics(StatisticsKey key, AffinityTopologyVersion topVer)Get local statitsics with specified topology version if exists.ObjectStatisticsImplIgniteStatisticsRepository. getLocalStatistics(StatisticsKey key, AffinityTopologyVersion topVer)Get local statistics.ObjectStatisticsImplIgniteStatisticsRepository.VersionedStatistics. statistics()ObjectStatisticsImplObjectStatisticsEvent. statistics()Get object statistics.static ObjectStatisticsImplStatisticsUtils. toObjectStatistics(GridKernalContext ctx, StatisticsObjectData data)Convert statistics object data message to object statistics impl.Methods in org.apache.ignite.internal.processors.query.stat with parameters of type ObjectStatisticsImpl Modifier and Type Method Description static intStatisticsUtils. compareVersions(ObjectStatisticsImpl stat, Map<String,Long> versions)Test if specified statistics are fit to all required versions.voidIgniteGlobalStatisticsManager. onLocalStatisticsAggregated(StatisticsKey key, ObjectStatisticsImpl statistics, AffinityTopologyVersion topVer)After collecting local statistics - check if there are some pending request for it and send responces.voidIgniteStatisticsRepository. saveLocalStatistics(StatisticsKey key, ObjectStatisticsImpl statistics, AffinityTopologyVersion topVer)Save local object statistics.static StatisticsObjectDataStatisticsUtils. toObjectData(StatisticsKeyMessage keyMsg, StatisticsType type, ObjectStatisticsImpl stat)Build statistics object data from values.Method parameters in org.apache.ignite.internal.processors.query.stat with type arguments of type ObjectStatisticsImpl Modifier and Type Method Description static ObjectStatisticsImplIgniteStatisticsHelper. aggregateLocalStatistics(GridQueryTypeDescriptor tbl, StatisticsObjectConfiguration cfg, Collection<? extends ObjectStatisticsImpl> stats, IgniteLogger log)Aggregate partition level statistics to local level one or local statistics to global one.ObjectStatisticsImplIgniteStatisticsHelper. aggregateLocalStatistics(StatisticsObjectConfiguration cfg, Collection<? extends ObjectStatisticsImpl> stats)Aggregate specified partition level statistics to local level statistics.Constructors in org.apache.ignite.internal.processors.query.stat with parameters of type ObjectStatisticsImpl Constructor Description ObjectStatisticsEvent(StatisticsKey key, ObjectStatisticsImpl statistics, AffinityTopologyVersion topVer)Constructor.VersionedStatistics(AffinityTopologyVersion topVer, ObjectStatisticsImpl statistics)Constructor. -
Uses of ObjectStatisticsImpl in org.apache.ignite.internal.processors.query.stat.view
Constructors in org.apache.ignite.internal.processors.query.stat.view with parameters of type ObjectStatisticsImpl Constructor Description StatisticsColumnGlobalDataView(StatisticsKey key, String column, ObjectStatisticsImpl statistics)Constructor.StatisticsColumnLocalDataView(StatisticsKey key, String column, ObjectStatisticsImpl statistics)Constructor.
-