Class IgniteDhtPartitionsToReloadMap
- java.lang.Object
-
- org.apache.ignite.internal.processors.cache.distributed.dht.preloader.IgniteDhtPartitionsToReloadMap
-
- All Implemented Interfaces:
Serializable
public class IgniteDhtPartitionsToReloadMap extends Object implements Serializable
Partition reload map.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description 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:
Trueif empty.
-
-