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 CacheRebalanceMode |
CacheRebalanceMode.fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static CacheRebalanceMode |
CacheRebalanceMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheRebalanceMode[] |
CacheRebalanceMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CacheRebalanceMode |
ClientCacheConfiguration.getRebalanceMode()
Gets rebalance mode.
|
Modifier and Type | Method and Description |
---|---|
ClientCacheConfiguration |
ClientCacheConfiguration.setRebalanceMode(CacheRebalanceMode rebalanceMode) |
Modifier and Type | Field and Description |
---|---|
static CacheRebalanceMode |
CacheConfiguration.DFLT_REBALANCE_MODE
Default rebalance mode for distributed cache.
|
Modifier and Type | Method and Description |
---|---|
CacheRebalanceMode |
CacheConfiguration.getRebalanceMode()
Gets rebalance mode for distributed cache.
|
Modifier and Type | Method and Description |
---|---|
CacheConfiguration<K,V> |
CacheConfiguration.setRebalanceMode(CacheRebalanceMode rebalanceMode)
Sets cache rebalance mode.
|
Modifier and Type | Method and Description |
---|---|
CacheRebalanceMode |
CacheGroupView.rebalanceMode() |
CacheRebalanceMode |
CacheView.rebalanceMode() |
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024