public enum PartitionReconciliationCommandArg extends Enum<PartitionReconciliationCommandArg> implements CommandArg
CacheSubcommands.PARTITION_RECONCILIATION command arguments.| Enum Constant and Description |
|---|
BATCH_SIZE
Amount of keys to retrieve within one job.
|
FAST_CHECK
This mode allows checking and repairing only partitions that did not pass the validation,
which includes validation of update counters and partition sizes, during the last partitions map exchange.
|
INCLUDE_SENSITIVE
If
true - print data to result with sensitive information: keys and values. |
LOCAL_OUTPUT
Print result to console.
|
PARALLELISM
Maximum number of threads that can be involved in reconciliation activities.
|
RECHECK_ATTEMPTS
Amount of potentially inconsistent keys recheck attempts.
|
RECHECK_DELAY
Recheck delay seconds.
|
REPAIR
If present - Partition Reconciliation&Fix: update from Primary partition.
|
| Modifier and Type | Method and Description |
|---|---|
String |
argName() |
static Set<String> |
args() |
Object |
defaultValue() |
String |
toString() |
static PartitionReconciliationCommandArg |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartitionReconciliationCommandArg[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PartitionReconciliationCommandArg REPAIR
PartitionReconciliationRepairMeta.repairAlg().public static final PartitionReconciliationCommandArg FAST_CHECK
public static final PartitionReconciliationCommandArg INCLUDE_SENSITIVE
true - print data to result with sensitive information: keys and values.public static final PartitionReconciliationCommandArg PARALLELISM
public static final PartitionReconciliationCommandArg BATCH_SIZE
public static final PartitionReconciliationCommandArg RECHECK_ATTEMPTS
public static final PartitionReconciliationCommandArg LOCAL_OUTPUT
public static final PartitionReconciliationCommandArg RECHECK_DELAY
public static PartitionReconciliationCommandArg[] values()
for (PartitionReconciliationCommandArg c : PartitionReconciliationCommandArg.values()) System.out.println(c);
public static PartitionReconciliationCommandArg valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String argName()
argName in interface CommandArgpublic Object defaultValue()
public String toString()
toString in class Enum<PartitionReconciliationCommandArg>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.14-p2 Release Date : January 19 2026