| Modifier and Type | Method and Description |
|---|---|
static <K,V> GridClosure<GridDhtLocalPartition<K,V>,GridDhtPartitionState> |
GridCacheUtils.part2state() |
| Modifier and Type | Method and Description |
|---|---|
static GridDhtPartitionState |
GridDhtPartitionState.fromOrdinal(int ord) |
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.
|
| Constructor and Description |
|---|
GridDhtPartitionMap(UUID nodeId,
long updateSeq,
Map<Integer,GridDhtPartitionState> m,
boolean onlyActive) |
Copyright © 2014. All rights reserved.