Class IgniteDhtPartitionsToReloadMap

    • Constructor Detail

      • IgniteDhtPartitionsToReloadMap

        public IgniteDhtPartitionsToReloadMap()
    • Method Detail

      • get

        public Set<Integer> get​(UUID nodeId,
                                int cacheId)
        Parameters:
        nodeId - Node ID.
        cacheId - Cache ID.
        Returns:
        Collection of partitions to reload.
      • put

        public void put​(UUID nodeId,
                        int cacheId,
                        int partId)
        Parameters:
        nodeId - Node ID.
        cacheId - Cache ID.
        partId - Partition ID.
      • isEmpty

        public boolean isEmpty()
        Returns:
        True if empty.