类 Constants


  • public class Constants
    extends Object
    TableStorageConstants used by the Baidu TableStorage HBase client.
    • 字段详细资料

      • 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.
        另请参阅:
        常量字段值
      • WRONG_COLUMN_FAMILY_SIZE_MSG

        public static final String WRONG_COLUMN_FAMILY_SIZE_MSG
        Error message for wrong column family.
        另请参阅:
        常量字段值
    • 构造器详细资料

      • Constants

        public Constants()