7 using System.Collections.Generic;
16 public class AdminRepairTableRequest : KineticaData
75 public const string TRUE =
"true";
76 public const string FALSE =
"false";
81 public IList<string>
table_names {
get;
set; } =
new List<string>();
134 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
197 IDictionary<string, string>
options =
null)
199 this.table_names =
table_names ??
new List<string>();
207 public class AdminRepairTableResponse : KineticaData
210 public IList<string>
table_names {
get;
set; } =
new List<string>();
213 public IList<string>
repair_status {
get;
set; } =
new List<string>();
216 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
IList< string > table_names
List of repaired tables.
IList< string > repair_status
List of repair status by table.
IList< string > table_names
List of tables to query.
IDictionary< string, string > info
Additional information.
const string REPAIR_POLICY
Corrective action to take.
const string VERIFY_ALL
If FALSE only table chunk data already known to be corrupted will be repaired.
const string SHRINK_COLUMNS
Shrinks corrupted chunks to the shortest column
AdminRepairTableRequest()
Constructs an AdminRepairTableRequest object with default parameters.
const string REPLAY_WAL
Manually invokes write-ahead log (WAL) replay on the table
AdminRepairTableRequest(IList< string > table_names, IDictionary< string, string > options=null)
Constructs an AdminRepairTableRequest object with the specified parameters.
IDictionary< string, string > options
Optional parameters.
const string DELETE_CHUNKS
Deletes any corrupted chunks