Package | Description |
---|---|
org.gridgain.grid.cache.conflict |
Contains cache conflicts API classes.
|
org.gridgain.grid.configuration |
Contains base GridGain configuration classes.
|
Modifier and Type | Method and Description |
---|---|
static @Nullable CacheConflictMode |
CacheConflictMode.fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static CacheConflictMode |
CacheConflictMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheConflictMode[] |
CacheConflictMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
static CacheConflictMode |
GridGainCacheConfiguration.DFLT_CONFLICT_RSLVR_MODE
Default data center replication receiver cache conflict resolver mode.
|
Modifier and Type | Method and Description |
---|---|
CacheConflictMode |
GridGainCacheConfiguration.getConflictResolverMode()
Gets conflict resolver mode.
|
Modifier and Type | Method and Description |
---|---|
GridGainCacheConfiguration |
GridGainCacheConfiguration.setConflictResolverMode(CacheConflictMode conflictRslvrMode)
Sets conflict resolver mode.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024