public class TableStorageConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTENT_TYPE_JSON
Content type json in HTTP header
|
static int |
CREATE_TABLE_VERSION
TableVersion's value.
|
static String |
DEFAULT_ENCODING
Default encoding used for text data
|
static int |
DEFAULT_LIVE_TIME
TimeToLive's value.
|
static int |
DEFAULT_MAX_VERSIONS
Default MaxVersions.
|
static String |
DEFAULT_START_ROWKEY
Default startRowkey in ScanRequest.
|
static String |
DEFAULT_STOP_ROWKEY
Default stopRowkey in ScanRequest.
|
static int |
DEFAULT_TABLE_MAX_VERSIONS
Default MaxVersions.
|
static String |
EMPTY_JSON_STR
Empty Json String.
|
static String |
EMPTY_STORAGE_TYPE
storageType's value is empty.
|
static int |
FORERVER_LIVE_TIME
TimeToLive's value.
|
static String[] |
INSTANCE_NAME_NOT_CONTAIN_WORDS
The InstanceName should not contain these words
|
static String[] |
INSTANCE_NAME_NOT_START_WITH_WORDS
The InstanceName should not start with these words
|
static String |
JSON_CELLS
The cells key in json response
|
static String |
JSON_COLUMN
The column key in json response
|
static String |
JSON_COMPRESS_TYPE
The compress type key in json response
|
static String |
JSON_CREATE_TIME
The create time key in json response
|
static String |
JSON_END_KEY
The stop key ranges key in json response
|
static String |
JSON_INS_CTIME
The instance createTime key in json response
|
static String |
JSON_INS_ID
The instance id key in json response
|
static String |
JSON_INS_NAME
The instance name key in json response
|
static String |
JSON_INS_REGION
The instance region key in json response
|
static String |
JSON_INS_STATE
The instance state key in json response
|
static String |
JSON_INS_STORAGE_TYPE
The instnace storageType key in json response
|
static String |
JSON_INSTANCE
The instance key in json response
|
static String |
JSON_INSTANCES
The instances key in json response
|
static String |
JSON_KEY_RANGES
The keyRanges key in json response
|
static String |
JSON_MAX_VERSIONS
The max version key in json response
|
static String |
JSON_NEXT_START_KEY
The next_start_key key in json response
|
static String |
JSON_RESULT
The result key in json response
|
static String |
JSON_ROWKEY
The rowkey key in json response
|
static String |
JSON_START_KEY
The start key ranges key in json response
|
static String |
JSON_STORAGE_TYPE
The storage type key in json response
|
static String |
JSON_TABLE_NAME
The table name key in json response
|
static String |
JSON_TABLE_STATE
The table state key in json response
|
static String |
JSON_TABLE_VERSION
The table version key in json response
|
static String |
JSON_TABLES
The tables key in json response
|
static String |
JSON_TIMESTAMP
The timestamp key in json response
|
static String |
JSON_TTL
The ttl key in json response
|
static String |
JSON_VALUE
The value key in json response
|
static int |
MAX_CELL_VALUE_SIZE
Max cell value size
|
static int |
MAX_READ_CELL_NUM
Max cell num in GetRow, BatchGetRow and Scan
|
static int |
MAX_READ_ROW_NUM
Max row num in BatchGetRow
|
static int |
MAX_REQUEST_BODY_SIZE
Max body size in request
|
static int |
MAX_ROW_SIZE
Max row size.
|
static String |
MAX_ROWKEY
Max rowkey in TableStorage
|
static int |
MAX_ROWKEY_SIZE
Max rowkey size
|
static int |
MAX_WRITE_CELL_NUM
Max cell num in PutRow, DeleteRow, BatchPutRow and BatchDeleteRow
|
static int |
MAX_WRITE_ROW_NUM
Max row num in BatchPutRow and BatchDeleteRow
|
static int |
MIN_TABLE_MAX_VERSIONS
Minimum value of MaxVersions.
|
static int |
MIN_VALID_LIVE_TIME
Minimum value of TimeToLive which is set to 23 hours
|
static String |
NAME_PATTERN_STR
The InstanceName, TableName and ColumnName should satisfy the regular expression
|
protected static String |
ONLY_STATE
Only get table state in ShowTable operation
|
static String |
STORAGE_TYPE_COMMON_PERFORMANCE
storageType's value is CommonPerformance.
|
static String |
STORAGE_TYPE_HIGH_PERFORMANCE
storageType's value is HighPerformance.
|
static String |
URI_INSTANCE
The instance resource identification in url
|
static String |
URI_INSTANCES
The instance resource identification in url
|
static String |
URI_ROW
The row resource identification in url
|
static String |
URI_ROWS
The rows resource identification in url
|
protected static String |
URI_SLICES
The slices resource identification in url
|
static String |
URI_TABLE
The table resource identification in url
|
static String |
URI_TABLES
The tables resource identification in url
|
static String |
URL_PREFIX
URL prefix of bts service
|
static String |
X_BCE_BTS_METHOD_DELETE
Delete Method in HTTP header
|
static String |
X_BCE_BTS_METHOD_GET
Get Method in HTTP header
|
static String |
X_BCE_BTS_METHOD_KEY
The bts service identification in HTTP header.
|
static String |
X_BCE_BTS_METHOD_PUT
Put Method in HTTP header
|
| Constructor and Description |
|---|
TableStorageConstants() |
public static String DEFAULT_ENCODING
public static final String CONTENT_TYPE_JSON
public static final String MAX_ROWKEY
public static final int CREATE_TABLE_VERSION
public static final String EMPTY_STORAGE_TYPE
public static final String STORAGE_TYPE_HIGH_PERFORMANCE
public static final String STORAGE_TYPE_COMMON_PERFORMANCE
public static final int MIN_VALID_LIVE_TIME
public static final int FORERVER_LIVE_TIME
public static final int DEFAULT_LIVE_TIME
public static final int DEFAULT_TABLE_MAX_VERSIONS
public static final int MIN_TABLE_MAX_VERSIONS
public static final int DEFAULT_MAX_VERSIONS
public static final String EMPTY_JSON_STR
public static final String DEFAULT_START_ROWKEY
public static final String DEFAULT_STOP_ROWKEY
public static final String X_BCE_BTS_METHOD_KEY
public static final String X_BCE_BTS_METHOD_GET
public static final String X_BCE_BTS_METHOD_PUT
public static final String X_BCE_BTS_METHOD_DELETE
public static final String URL_PREFIX
public static final String URI_INSTANCE
public static final String URI_INSTANCES
public static final String URI_TABLES
public static final String URI_TABLE
public static final String URI_ROW
public static final String URI_ROWS
protected static final String URI_SLICES
protected static final String ONLY_STATE
public static final String NAME_PATTERN_STR
public static final String[] INSTANCE_NAME_NOT_CONTAIN_WORDS
public static final String[] INSTANCE_NAME_NOT_START_WITH_WORDS
public static final int MAX_WRITE_ROW_NUM
public static final int MAX_READ_ROW_NUM
public static final int MAX_ROWKEY_SIZE
public static final int MAX_ROW_SIZE
public static final int MAX_WRITE_CELL_NUM
public static final int MAX_READ_CELL_NUM
public static final int MAX_CELL_VALUE_SIZE
public static final int MAX_REQUEST_BODY_SIZE
public static final String JSON_INS_ID
public static final String JSON_INS_NAME
public static final String JSON_INS_REGION
public static final String JSON_INS_STATE
public static final String JSON_INS_CTIME
public static final String JSON_INS_STORAGE_TYPE
public static final String JSON_INSTANCE
public static final String JSON_INSTANCES
public static final String JSON_TABLES
public static final String JSON_TABLE_NAME
public static final String JSON_TABLE_STATE
public static final String JSON_TABLE_VERSION
public static final String JSON_COMPRESS_TYPE
public static final String JSON_TTL
public static final String JSON_MAX_VERSIONS
public static final String JSON_CREATE_TIME
public static final String JSON_NEXT_START_KEY
public static final String JSON_RESULT
public static final String JSON_ROWKEY
public static final String JSON_CELLS
public static final String JSON_COLUMN
public static final String JSON_VALUE
public static final String JSON_TIMESTAMP
public static final String JSON_KEY_RANGES
public static final String JSON_START_KEY
public static final String JSON_END_KEY
public static final String JSON_STORAGE_TYPE
Copyright © 2024. All rights reserved.