Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
org.apache.ignite.cache |
Contains main Data Grid APIs.
|
org.apache.ignite.events |
Contains Event Subscription functionality together with various events emitted by Ignite.
|
Modifier and Type | Method and Description |
---|---|
IgniteCache<K,V> |
IgniteCache.withReadRepair(ReadRepairStrategy strategy)
This is an experimental API.
|
Modifier and Type | Method and Description |
---|---|
static ReadRepairStrategy |
ReadRepairStrategy.fromString(String name)
Provides strategy by name.
|
static ReadRepairStrategy |
ReadRepairStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReadRepairStrategy[] |
ReadRepairStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ReadRepairStrategy |
CacheConsistencyViolationEvent.getStrategy()
Returns strategy.
|
Constructor and Description |
---|
CacheConsistencyViolationEvent(String cacheName,
ClusterNode node,
String msg,
Map<Object,CacheConsistencyViolationEvent.EntriesInfo> entries,
Map<Object,Object> repaired,
ReadRepairStrategy strategy)
Creates a new instance of CacheConsistencyViolationEvent.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023