public static final class AdminVerifyDbRequest.Options extends Object
REBUILD_ON_ERROR
:
Supported values:
The default value is FALSE
.
VERIFY_NULLS
: When enabled, verifies that null values are set to zero
Supported values:
The default value is FALSE
.
VERIFY_PERSIST
:
Supported values:
The default value is FALSE
.
CONCURRENT_SAFE
: When enabled, allows this endpoint to be run safely
with other concurrent database operations. Other operations may be
slower while this is running.
Supported values:
The default value is TRUE
.
VERIFY_RANK0
: When enabled, compares rank0 table meta-data against
workers meta-data
Supported values:
The default value is FALSE
.
Map
.
A set of string constants for the parameter options
.Modifier and Type | Field and Description |
---|---|
static String |
CONCURRENT_SAFE
When enabled, allows this endpoint to be run safely with other
concurrent database operations.
|
static String |
FALSE |
static String |
REBUILD_ON_ERROR
|
static String |
TRUE |
static String |
VERIFY_NULLS
|
static String |
VERIFY_PERSIST
|
static String |
VERIFY_RANK0
|
public static final String REBUILD_ON_ERROR
public static final String TRUE
public static final String FALSE
public static final String VERIFY_NULLS
FALSE
.public static final String VERIFY_PERSIST
public static final String CONCURRENT_SAFE
TRUE
.public static final String VERIFY_RANK0
FALSE
.Copyright © 2020. All rights reserved.