public static final class AdminRepairTableRequest.Options extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DELETE_CHUNKS
Deletes any corrupted chunks
|
static String |
FALSE |
static String |
REPAIR_POLICY
Corrective action to take.
|
static String |
REPLAY_WAL
Manually invokes wal replay on the table
|
static String |
SHRINK_COLUMNS
Shrinks corrupted chunks to the shortest column
|
static String |
TRUE |
static String |
VERIFY_ALL
If
FALSE only table chunk data already known
to be corrupted will be repaired. |
public static final String REPAIR_POLICY
DELETE_CHUNKS
: Deletes any
corrupted chunks
SHRINK_COLUMNS
: Shrinks
corrupted chunks to the shortest column
REPLAY_WAL
: Manually invokes wal
replay on the table
public static final String DELETE_CHUNKS
public static final String SHRINK_COLUMNS
public static final String REPLAY_WAL
public static final String VERIFY_ALL
FALSE
only table chunk data already known
to be corrupted will be repaired. Otherwise the database will
perform a full table scan to check for correctness.
Supported values:
The default value is FALSE
.public static final String TRUE
public static final String FALSE
Copyright © 2025. All rights reserved.