public class IgniteDhtPartitionHistorySuppliersMap extends Object implements Serializable
| Constructor and Description |
|---|
IgniteDhtPartitionHistorySuppliersMap() |
| Modifier and Type | Method and Description |
|---|---|
static IgniteDhtPartitionHistorySuppliersMap |
empty() |
Map<T2<Integer,Integer>,Long> |
getReservations(UUID nodeId) |
UUID |
getSupplier(int grpId,
int partId) |
boolean |
isEmpty() |
void |
put(UUID nodeId,
int grpId,
int partId,
long cntr) |
void |
putAll(IgniteDhtPartitionHistorySuppliersMap that) |
public IgniteDhtPartitionHistorySuppliersMap()
public static IgniteDhtPartitionHistorySuppliersMap empty()
@Nullable public UUID getSupplier(int grpId, int partId)
grpId - Cache group ID.partId - Partition ID.@Nullable public Map<T2<Integer,Integer>,Long> getReservations(UUID nodeId)
nodeId - Node ID to check.public void put(UUID nodeId, int grpId, int partId, long cntr)
nodeId - Node ID.grpId - Cache group ID.partId - Partition ID.cntr - Partition counter.public boolean isEmpty()
True if empty.public void putAll(IgniteDhtPartitionHistorySuppliersMap that)
that - Other map to put.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.1.0 Release Date : July 20 2017