| Package | Description |
|---|---|
| org.apache.ignite.internal.commandline.cache.distribution | |
| org.apache.ignite.internal.pagemem.wal.record.delta | |
| org.apache.ignite.internal.processors.cache.distributed.dht.preloader | |
| org.apache.ignite.internal.processors.cache.distributed.dht.topology | |
| org.apache.ignite.internal.util |
System-wide utility routine and helper classes.
|
| org.apache.ignite.internal.visor.cache |
| Modifier and Type | Method and Description |
|---|---|
GridDhtPartitionState |
CacheDistributionPartition.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheDistributionPartition.setState(GridDhtPartitionState state) |
| Constructor and Description |
|---|
CacheDistributionPartition(int partId,
boolean primary,
GridDhtPartitionState state,
long updateCntr,
long size) |
| Constructor and Description |
|---|
PartitionMetaStateRecord(int grpId,
int partId,
GridDhtPartitionState state,
long updateCounter) |
| Modifier and Type | Method and Description |
|---|---|
GridDhtPartitionState |
GridDhtPartitionMap.get(Integer part) |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<Integer,GridDhtPartitionState>> |
GridDhtPartitionMap.entrySet() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridDhtPartitionMap.put(Integer part,
GridDhtPartitionState state) |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable GridDhtPartitionState |
GridDhtPartitionState.fromOrdinal(int ord) |
GridDhtPartitionState |
GridDhtPartitionTopologyImpl.partitionState(UUID nodeId,
int part) |
GridDhtPartitionState |
GridClientPartitionTopology.partitionState(UUID nodeId,
int part) |
GridDhtPartitionState |
GridDhtPartitionTopology.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 | Method and Description |
|---|---|
void |
GridDhtLocalPartition.restoreState(GridDhtPartitionState stateToRestore) |
void |
GridDhtLocalPartition.setState(GridDhtPartitionState toState)
For testing purposes only.
|
| Modifier and Type | Method and Description |
|---|---|
GridDhtPartitionState |
GridPartitionStateMap.get(Object key) |
GridDhtPartitionState |
GridPartitionStateMap.put(Integer key,
GridDhtPartitionState val) |
GridDhtPartitionState |
GridPartitionStateMap.remove(Object key) |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<Integer,GridDhtPartitionState>> |
GridPartitionStateMap.entrySet() |
| Modifier and Type | Method and Description |
|---|---|
GridDhtPartitionState |
GridPartitionStateMap.put(Integer key,
GridDhtPartitionState val) |
| Modifier and Type | Method and Description |
|---|---|
GridDhtPartitionState |
VisorPartitionMap.get(Integer part) |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,GridDhtPartitionState> |
VisorPartitionMap.getPartitions() |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020