Uses of Class
org.apache.ignite.internal.processors.query.stat.ObjectPartitionStatisticsImpl
-
-
Uses of ObjectPartitionStatisticsImpl in org.apache.ignite.internal.processors.query.stat
Methods in org.apache.ignite.internal.processors.query.stat that return ObjectPartitionStatisticsImpl Modifier and Type Method Description ObjectPartitionStatisticsImplObjectPartitionStatisticsImpl. clone()ObjectPartitionStatisticsImplIgniteStatisticsDummyStoreImpl. getLocalPartitionStatistics(StatisticsKey key, int partId)Get partition statistics.ObjectPartitionStatisticsImplIgniteStatisticsInMemoryStoreImpl. getLocalPartitionStatistics(StatisticsKey key, int partId)Get partition statistics.ObjectPartitionStatisticsImplIgniteStatisticsPersistenceStoreImpl. getLocalPartitionStatistics(StatisticsKey key, int partId)Get partition statistics.ObjectPartitionStatisticsImplIgniteStatisticsRepository. getLocalPartitionStatistics(StatisticsKey key, int partId)Get partition statistics.ObjectPartitionStatisticsImplIgniteStatisticsStore. getLocalPartitionStatistics(StatisticsKey key, int partId)Get partition statistics.static ObjectPartitionStatisticsImplStatisticsUtils. toObjectPartitionStatistics(GridKernalContext ctx, StatisticsObjectData objData)Convert StatsObjectData message to ObjectPartitionStatistics.Methods in org.apache.ignite.internal.processors.query.stat that return types with arguments of type ObjectPartitionStatisticsImpl Modifier and Type Method Description Map<StatisticsKey,Collection<ObjectPartitionStatisticsImpl>>IgniteStatisticsDummyStoreImpl. getAllLocalPartitionsStatistics(String schema)Get all local partition statistics.Map<StatisticsKey,Collection<ObjectPartitionStatisticsImpl>>IgniteStatisticsInMemoryStoreImpl. getAllLocalPartitionsStatistics(String schema)Get all local partition statistics.Map<StatisticsKey,Collection<ObjectPartitionStatisticsImpl>>IgniteStatisticsPersistenceStoreImpl. getAllLocalPartitionsStatistics(String schema)Get all local partition statistics.Map<StatisticsKey,Collection<ObjectPartitionStatisticsImpl>>IgniteStatisticsStore. getAllLocalPartitionsStatistics(String schema)Get all local partition statistics.Collection<ObjectPartitionStatisticsImpl>IgniteStatisticsDummyStoreImpl. getLocalPartitionsStatistics(StatisticsKey key)Get local partition statistics by specified object.Collection<ObjectPartitionStatisticsImpl>IgniteStatisticsInMemoryStoreImpl. getLocalPartitionsStatistics(StatisticsKey key)Get local partition statistics by specified object.Collection<ObjectPartitionStatisticsImpl>IgniteStatisticsPersistenceStoreImpl. getLocalPartitionsStatistics(StatisticsKey key)Get local partition statistics by specified object.Collection<ObjectPartitionStatisticsImpl>IgniteStatisticsRepository. getLocalPartitionsStatistics(StatisticsKey key)Get local partition statistics by specified object.Collection<ObjectPartitionStatisticsImpl>IgniteStatisticsStore. getLocalPartitionsStatistics(StatisticsKey key)Get local partition statistics by specified object.Methods in org.apache.ignite.internal.processors.query.stat with parameters of type ObjectPartitionStatisticsImpl Modifier and Type Method Description voidIgniteStatisticsRepository. replaceLocalPartitionStatistics(StatisticsKey key, ObjectPartitionStatisticsImpl statistics)Save specified local partition statistics.voidIgniteStatisticsDummyStoreImpl. saveLocalPartitionStatistics(StatisticsKey key, ObjectPartitionStatisticsImpl statistics)Save partition statistics.voidIgniteStatisticsInMemoryStoreImpl. saveLocalPartitionStatistics(StatisticsKey key, ObjectPartitionStatisticsImpl statistics)Save partition statistics.voidIgniteStatisticsPersistenceStoreImpl. saveLocalPartitionStatistics(StatisticsKey key, ObjectPartitionStatisticsImpl stat)Save partition statistics.voidIgniteStatisticsStore. saveLocalPartitionStatistics(StatisticsKey key, ObjectPartitionStatisticsImpl statistics)Save partition statistics.Method parameters in org.apache.ignite.internal.processors.query.stat with type arguments of type ObjectPartitionStatisticsImpl 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.voidIgniteStatisticsDummyStoreImpl. replaceLocalPartitionsStatistics(StatisticsKey key, Collection<ObjectPartitionStatisticsImpl> statistics)Replace all tables partition statistics with specified ones.voidIgniteStatisticsInMemoryStoreImpl. replaceLocalPartitionsStatistics(StatisticsKey key, Collection<ObjectPartitionStatisticsImpl> statistics)Replace all tables partition statistics with specified ones.voidIgniteStatisticsPersistenceStoreImpl. replaceLocalPartitionsStatistics(StatisticsKey key, Collection<ObjectPartitionStatisticsImpl> statistics)Replace all tables partition statistics with specified ones.voidIgniteStatisticsStore. replaceLocalPartitionsStatistics(StatisticsKey key, Collection<ObjectPartitionStatisticsImpl> statistics)Replace all tables partition statistics with specified ones. -
Uses of ObjectPartitionStatisticsImpl in org.apache.ignite.internal.processors.query.stat.task
Methods in org.apache.ignite.internal.processors.query.stat.task that return ObjectPartitionStatisticsImpl Modifier and Type Method Description ObjectPartitionStatisticsImplGatherPartitionStatistics. call()Reuse or gather new partition statistics according to context and repository state. -
Uses of ObjectPartitionStatisticsImpl in org.apache.ignite.internal.processors.query.stat.view
Constructors in org.apache.ignite.internal.processors.query.stat.view with parameters of type ObjectPartitionStatisticsImpl Constructor Description StatisticsColumnPartitionDataView(StatisticsKey key, String column, ObjectPartitionStatisticsImpl statistics)Constructor.
-