Class IgniteDhtPartitionCountersMap

    • Constructor Detail

      • IgniteDhtPartitionCountersMap

        public IgniteDhtPartitionCountersMap()
    • Method Detail

      • empty

        public boolean empty()
        Returns:
        True if map is empty.
      • putIfAbsent

        public void putIfAbsent​(int cacheId,
                                Map<Integer,​T2<Long,​Long>> cntrMap)
        Parameters:
        cacheId - Cache ID.
        cntrMap - Counters map.
      • get

        public Map<Integer,​T2<Long,​Long>> get​(int cacheId)
        Parameters:
        cacheId - Cache ID.
        Returns:
        Counters map.