public interface IgniteStatisticsStore
void clearAllStatistics()
Map<StatisticsKey,Collection<ObjectPartitionStatisticsImpl>> getAllLocalPartitionsStatistics(String schema)
schema - Schema name, if null - returl local partitions statistics for all schemas.void replaceLocalPartitionsStatistics(StatisticsKey key, Collection<ObjectPartitionStatisticsImpl> statistics)
key - Statistics key to replace statistics by.statistics - Collection of partition level statistics.Collection<ObjectPartitionStatisticsImpl> getLocalPartitionsStatistics(StatisticsKey key)
key - Key to get statistics by.void clearLocalPartitionsStatistics(StatisticsKey key)
key - Key to clear statistics by.ObjectPartitionStatisticsImpl getLocalPartitionStatistics(StatisticsKey key, int partId)
key - Key to get partition statistics by.partId - Partition id.null if there are no statistics collected for such partition.void clearLocalPartitionStatistics(StatisticsKey key, int partId)
key - Object which statistics needs to be cleaned.partId - Partition id.void clearLocalPartitionsStatistics(StatisticsKey key, Collection<Integer> partIds)
key - Object which statistics need to be cleaned.partIds - Collection of partition ids.void saveLocalPartitionStatistics(StatisticsKey key, ObjectPartitionStatisticsImpl statistics)
key - Object which partition statistics belongs to.statistics - Statistics to save.void saveObsolescenceInfo(Map<StatisticsKey,IntMap<ObjectPartitionStatisticsObsolescence>> obsolescence)
obsolescence - Statistics key to partId to obsolescence info map to save.void saveObsolescenceInfo(StatisticsKey key, int partId, ObjectPartitionStatisticsObsolescence partObs)
key - Statistics key which it is belongs to.partId - Partition id.partObs - Info to save.void clearObsolescenceInfo(StatisticsKey key, Collection<Integer> partIds)
key - Statistics key to remove obsolescense info by.partIds - Partition ids, if null - remove all partitions info for specified key.Map<StatisticsKey,IntMap<ObjectPartitionStatisticsObsolescence>> loadAllObsolescence()
Collection<Integer> loadLocalPartitionMap(StatisticsKey key)
key - Staistics key to load map by.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025