Package | Description |
---|---|
org.apache.ignite.cache |
Contains main Data Grid APIs.
|
org.apache.ignite.client |
Contains Ignite Thin Client API classes.
|
org.apache.ignite.configuration |
Contains configuration-related classes.
|
org.apache.ignite.spi.systemview.view |
Contains system view implementations.
|
Modifier and Type | Method and Description |
---|---|
static @Nullable PartitionLossPolicy |
PartitionLossPolicy.fromOrdinal(byte ord)
Efficiently gets enumerated value from its ordinal.
|
static PartitionLossPolicy |
PartitionLossPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartitionLossPolicy[] |
PartitionLossPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PartitionLossPolicy |
ClientCacheConfiguration.getPartitionLossPolicy()
Gets partition loss policy.
|
Modifier and Type | Method and Description |
---|---|
ClientCacheConfiguration |
ClientCacheConfiguration.setPartitionLossPolicy(PartitionLossPolicy newVal) |
Modifier and Type | Field and Description |
---|---|
static PartitionLossPolicy |
CacheConfiguration.DFLT_PARTITION_LOSS_POLICY
Default partition loss policy.
|
Modifier and Type | Method and Description |
---|---|
PartitionLossPolicy |
CacheConfiguration.getPartitionLossPolicy()
Gets partition loss policy.
|
Modifier and Type | Method and Description |
---|---|
CacheConfiguration<K,V> |
CacheConfiguration.setPartitionLossPolicy(PartitionLossPolicy partLossPlc)
Sets partition loss policy.
|
Modifier and Type | Method and Description |
---|---|
PartitionLossPolicy |
CacheGroupView.partitionLossPolicy() |
PartitionLossPolicy |
CacheView.partitionLossPolicy() |
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024