public static final class AdminRepairTableRequest.Options extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ALTER_TABLE
Reset columns modification after incomplete alter column.
|
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 write-ahead log (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
write-ahead log (WAL) replay on the table
ALTER_TABLE: Reset columns
modification after incomplete alter column.
public static final String DELETE_CHUNKS
public static final String SHRINK_COLUMNS
public static final String REPLAY_WAL
public static final String ALTER_TABLE
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.