Package com.gpudb.protocol
Class CheckTableRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.CheckTableRequest.Options
-
- Enclosing class:
- CheckTableRequest
public static final class CheckTableRequest.Options extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringFALSEstatic StringLOCAL_ONLYIfTRUEonly locally persisted files will be checked.static StringSHOW_DETAILIfTRUEreports individual chunk errors.static StringTRUE
-
-
-
Field Detail
-
LOCAL_ONLY
public static final String LOCAL_ONLY
- See Also:
- Constant Field Values
-
TRUE
public static final String TRUE
- See Also:
- Constant Field Values
-
FALSE
public static final String FALSE
- See Also:
- Constant Field Values
-
SHOW_DETAIL
public static final String SHOW_DETAIL
- See Also:
- Constant Field Values
-
-