Package com.gpudb.protocol
Class AdminRepairTableRequest.Options
java.lang.Object
com.gpudb.protocol.AdminRepairTableRequest.Options
Enclosing class:
A set of string constants for the
AdminRepairTableRequest parameter options.
Optional parameters.
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringReset columns modification after incomplete alter column.static final StringDeletes any corrupted chunks.static final Stringstatic final StringCorrective action to take.static final StringManually invokes write-ahead log (WAL) replay on the table.static final StringShrinks corrupted chunks to the shortest column.static final Stringstatic final StringIfFALSEonly table chunk data already known to be corrupted will be repaired.
Field Details
REPAIR_POLICY
Corrective action to take. Supported values: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.
See Also: