| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache.distributed.dht | |
| org.apache.ignite.internal.processors.cache.distributed.dht.preloader |
| Modifier and Type | Method and Description |
|---|---|
static GridDhtPartitionState |
GridDhtPartitionState.fromOrdinal(int ord) |
GridDhtPartitionState |
GridDhtPartitionTopology.partitionState(UUID nodeId,
int part) |
GridDhtPartitionState |
GridClientPartitionTopology.partitionState(UUID nodeId,
int part) |
GridDhtPartitionState |
GridDhtLocalPartition.state() |
static GridDhtPartitionState |
GridDhtPartitionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridDhtPartitionState[] |
GridDhtPartitionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<Integer,GridDhtPartitionState> |
GridDhtPartitionMap2.map |
| Modifier and Type | Method and Description |
|---|---|
GridDhtPartitionState |
GridDhtPartitionMap2.get(Integer part) |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<Integer,GridDhtPartitionState>> |
GridDhtPartitionMap2.entrySet() |
Map<Integer,GridDhtPartitionState> |
GridDhtPartitionMap2.map() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridDhtPartitionMap2.put(Integer part,
GridDhtPartitionState state) |
| Constructor and Description |
|---|
GridDhtPartitionMap(UUID nodeId,
long updateSeq,
Map<Integer,GridDhtPartitionState> m)
Deprecated.
|
GridDhtPartitionMap2(UUID nodeId,
long updateSeq,
AffinityTopologyVersion top,
Map<Integer,GridDhtPartitionState> m,
boolean onlyActive) |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.9.0 Release Date : March 2 2017