类 Constants
- java.lang.Object
-
- com.baidubce.services.tablestoragehbaseclient.adaptor.Constants
-
public class Constants extends Object
TableStorageConstants used by the Baidu TableStorage HBase client.
-
-
字段概要
字段 修饰符和类型 字段 说明 static intCREATE_TABLE_WAIT_TIMEWait time after create table.static StringDEFAULT_FAMILYDefault family in TableStorage.static intDEFAULT_SERVER_PORTDefault server port in TablestorageRegionLocator.static intDEFAULT_SERVER_START_CODEDefault server start code in TablestorageRegionLocator.static intDEFAULT_WIRTE_BUFFER_SIZEDefault write buffer size for TableStorageBufferedMutator.static intDELETE_TYPERow DELETE type in batch.static intGET_TYPERow GET type in batch.static StringINVALID_TABLE_VERSION_CODEThe error code from TableStorage when table not exist.static intMAX_COLUMN_FAMILY_NUMMaximum column family in TableStorage.static intNON_TYPENo Row type in batch.static intPUT_TYPERow PUT type in batch.static StringTABLE_NOT_EXIST_CODEThe error code from TableStorage when table not exist.static StringWRONG_COLUMN_FAMILY_SIZE_MSGError message for wrong column family.
-
构造器概要
构造器 构造器 说明 Constants()
-
-
-
字段详细资料
-
DEFAULT_FAMILY
public static final String DEFAULT_FAMILY
Default family in TableStorage.- 另请参阅:
- 常量字段值
-
TABLE_NOT_EXIST_CODE
public static final String TABLE_NOT_EXIST_CODE
The error code from TableStorage when table not exist.- 另请参阅:
- 常量字段值
-
INVALID_TABLE_VERSION_CODE
public static final String INVALID_TABLE_VERSION_CODE
The error code from TableStorage when table not exist.- 另请参阅:
- 常量字段值
-
CREATE_TABLE_WAIT_TIME
public static final int CREATE_TABLE_WAIT_TIME
Wait time after create table. Default 1 min.- 另请参阅:
- 常量字段值
-
NON_TYPE
public static final int NON_TYPE
No Row type in batch.- 另请参阅:
- 常量字段值
-
PUT_TYPE
public static final int PUT_TYPE
Row PUT type in batch.- 另请参阅:
- 常量字段值
-
DELETE_TYPE
public static final int DELETE_TYPE
Row DELETE type in batch.- 另请参阅:
- 常量字段值
-
GET_TYPE
public static final int GET_TYPE
Row GET type in batch.- 另请参阅:
- 常量字段值
-
MAX_COLUMN_FAMILY_NUM
public static final int MAX_COLUMN_FAMILY_NUM
Maximum column family in TableStorage.- 另请参阅:
- 常量字段值
-
DEFAULT_WIRTE_BUFFER_SIZE
public static final int DEFAULT_WIRTE_BUFFER_SIZE
Default write buffer size for TableStorageBufferedMutator.- 另请参阅:
- 常量字段值
-
DEFAULT_SERVER_PORT
public static final int DEFAULT_SERVER_PORT
Default server port in TablestorageRegionLocator.- 另请参阅:
- 常量字段值
-
DEFAULT_SERVER_START_CODE
public static final int DEFAULT_SERVER_START_CODE
Default server start code in TablestorageRegionLocator.- 另请参阅:
- 常量字段值
-
-