Class ObjectStatisticsEvent


  • public class ObjectStatisticsEvent
    extends Object
    Local object statistics change event.
    • Constructor Detail

      • ObjectStatisticsEvent

        public ObjectStatisticsEvent​(StatisticsKey key,
                                     ObjectStatisticsImpl statistics,
                                     AffinityTopologyVersion topVer)
        Constructor.
        Parameters:
        key - Statistics key.
        statistics - Local object statistics.
        topVer - Affinity topology version for whick local object statistics were calculated.
    • Method Detail

      • key

        public StatisticsKey key()
        Get statistics key.
        Returns:
        Statistics key.
      • statistics

        public ObjectStatisticsImpl statistics()
        Get object statistics.
        Returns:
        Object statistics.
      • topologyVersion

        public AffinityTopologyVersion topologyVersion()
        Get affinity topology version.
        Returns:
        topology version for which statisics were calculated.