| Package | Description | 
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.client | Provides HBase Client | 
| org.apache.hadoop.hbase.io.encoding | |
| org.apache.hadoop.hbase.util | 
| Modifier and Type | Field and Description | 
|---|---|
| static Bytes | HTableDescriptor. OWNER_KEYDeprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| Bytes | HColumnDescriptor. getValue(Bytes key)Deprecated.  | 
| Bytes | HTableDescriptor. getValue(Bytes key)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<Bytes,Bytes> | HColumnDescriptor. getValues()Deprecated.  | 
| Map<Bytes,Bytes> | HColumnDescriptor. getValues()Deprecated.  | 
| Map<Bytes,Bytes> | HTableDescriptor. getValues()Deprecated.  | 
| Map<Bytes,Bytes> | HTableDescriptor. getValues()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| Bytes | HColumnDescriptor. getValue(Bytes key)Deprecated.  | 
| Bytes | HTableDescriptor. getValue(Bytes key)Deprecated.  | 
| void | HTableDescriptor. remove(Bytes key)Deprecated.  Remove metadata represented by the key from the map | 
| HTableDescriptor | HTableDescriptor. setValue(Bytes key,
        Bytes value)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| CompoundConfiguration | CompoundConfiguration. addBytesMap(Map<Bytes,Bytes> map)Add Bytes map to config list. | 
| CompoundConfiguration | CompoundConfiguration. addBytesMap(Map<Bytes,Bytes> map)Add Bytes map to config list. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Bytes | ColumnFamilyDescriptorBuilder. BLOCKCACHE_BYTES | 
| private static Bytes | ColumnFamilyDescriptorBuilder. BLOCKSIZE_BYTES | 
| private static Bytes | ColumnFamilyDescriptorBuilder. BLOOMFILTER_BYTES | 
| private static Bytes | ColumnFamilyDescriptorBuilder. CACHE_BLOOMS_ON_WRITE_BYTES | 
| private static Bytes | ColumnFamilyDescriptorBuilder. CACHE_DATA_ON_WRITE_BYTES | 
| private static Bytes | ColumnFamilyDescriptorBuilder. CACHE_INDEX_ON_WRITE_BYTES | 
| private static Bytes | TableDescriptorBuilder. COMPACTION_ENABLED_KEY | 
| private static Bytes | ColumnFamilyDescriptorBuilder. COMPRESS_TAGS_BYTES | 
| private static Bytes | ColumnFamilyDescriptorBuilder. COMPRESSION_BYTES | 
| private static Bytes | ColumnFamilyDescriptorBuilder. COMPRESSION_COMPACT_BYTES | 
| private static Bytes | ColumnFamilyDescriptorBuilder. DATA_BLOCK_ENCODING_BYTES | 
| private static Bytes | ColumnFamilyDescriptorBuilder. DFS_REPLICATION_BYTES | 
| private static Bytes | TableDescriptorBuilder. DURABILITY_KEY | 
| private static Bytes | ColumnFamilyDescriptorBuilder. ENCRYPTION_BYTES | 
| private static Bytes | ColumnFamilyDescriptorBuilder. ENCRYPTION_KEY_BYTES | 
| private static Bytes | ColumnFamilyDescriptorBuilder. EVICT_BLOCKS_ON_CLOSE_BYTES | 
| private static Bytes | TableDescriptorBuilder. FLUSH_POLICY_KEY | 
| private static Bytes | ColumnFamilyDescriptorBuilder. IN_MEMORY_BYTES | 
| private static Bytes | ColumnFamilyDescriptorBuilder. IN_MEMORY_COMPACTION_BYTES | 
| private static Bytes | TableDescriptorBuilder. IS_META_KEY | 
| private static Bytes | ColumnFamilyDescriptorBuilder. IS_MOB_BYTES | 
| private static Bytes | ColumnFamilyDescriptorBuilder. KEEP_DELETED_CELLS_BYTES | 
| private static Bytes | TableDescriptorBuilder. MAX_FILESIZE_KEY | 
| private static Bytes | ColumnFamilyDescriptorBuilder. MAX_VERSIONS_BYTES | 
| private static Bytes | TableDescriptorBuilder. MEMSTORE_FLUSHSIZE_KEY | 
| private static Bytes | TableDescriptorBuilder. MERGE_ENABLED_KEY | 
| private static Bytes | ColumnFamilyDescriptorBuilder. MIN_VERSIONS_BYTES | 
| private static Bytes | ColumnFamilyDescriptorBuilder. MOB_COMPACT_PARTITION_POLICY_BYTES | 
| private static Bytes | ColumnFamilyDescriptorBuilder. MOB_THRESHOLD_BYTES | 
| private static Bytes | ColumnFamilyDescriptorBuilder. NEW_VERSION_BEHAVIOR_BYTES | 
| private static Bytes | TableDescriptorBuilder. NORMALIZATION_ENABLED_KEY | 
| private static Bytes | TableDescriptorBuilder. NORMALIZER_TARGET_REGION_COUNT_KEY | 
| private static Bytes | TableDescriptorBuilder. NORMALIZER_TARGET_REGION_SIZE_KEY | 
| static Bytes | TableDescriptorBuilder. OWNER_KEY | 
| private static Bytes | ColumnFamilyDescriptorBuilder. PREFETCH_BLOCKS_ON_OPEN_BYTES | 
| private static Bytes | TableDescriptorBuilder. PRIORITY_KEY | 
| private static Bytes | TableDescriptorBuilder. READONLY_KEY | 
| private static Bytes | TableDescriptorBuilder. REGION_MEMSTORE_REPLICATION_KEY | 
| private static Bytes | TableDescriptorBuilder. REGION_REPLICA_WAIT_FOR_PRIMARY_FLUSH_CONF_KEY | 
| private static Bytes | TableDescriptorBuilder. REGION_REPLICATION_KEY | 
| static Bytes | ColumnFamilyDescriptor. REPLICATION_SCOPE_BYTES | 
| private static Bytes | TableDescriptorBuilder. SPLIT_ENABLED_KEY | 
| private static Bytes | TableDescriptorBuilder. SPLIT_POLICY_KEY | 
| private static Bytes | ColumnFamilyDescriptorBuilder. STORAGE_POLICY_BYTES | 
| private static Bytes | ColumnFamilyDescriptorBuilder. TTL_BYTES | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Set<Bytes> | ColumnFamilyDescriptorBuilder. RESERVED_KEYWORDS | 
| private static Set<Bytes> | TableDescriptorBuilder. RESERVED_KEYWORDS | 
| private Map<Bytes,Bytes> | ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor. values | 
| private Map<Bytes,Bytes> | ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor. values | 
| private Map<Bytes,Bytes> | TableDescriptorBuilder.ModifyableTableDescriptor. valuesA map which holds the metadata information of the table. | 
| private Map<Bytes,Bytes> | TableDescriptorBuilder.ModifyableTableDescriptor. valuesA map which holds the metadata information of the table. | 
| Modifier and Type | Method and Description | 
|---|---|
| Bytes | ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor. getValue(Bytes key) | 
| Bytes | ColumnFamilyDescriptor. getValue(Bytes key) | 
| Bytes | TableDescriptorBuilder.ModifyableTableDescriptor. getValue(Bytes key) | 
| Bytes | TableDescriptor. getValue(Bytes key)Getter for accessing the metadata associated with the key. | 
| private static <T> Bytes | ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor. toBytesOrNull(T t,
             Function<T,byte[]> f) | 
| private static <T> Bytes | TableDescriptorBuilder.ModifyableTableDescriptor. toBytesOrNull(T t,
             Function<T,byte[]> f) | 
| Modifier and Type | Method and Description | 
|---|---|
| private static Map<Bytes,Bytes> | ColumnFamilyDescriptorBuilder. getDefaultValuesBytes() | 
| private static Map<Bytes,Bytes> | ColumnFamilyDescriptorBuilder. getDefaultValuesBytes() | 
| Map<Bytes,Bytes> | ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor. getValues() | 
| Map<Bytes,Bytes> | ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor. getValues() | 
| Map<Bytes,Bytes> | ColumnFamilyDescriptor. getValues()It clone all bytes of all elements. | 
| Map<Bytes,Bytes> | ColumnFamilyDescriptor. getValues()It clone all bytes of all elements. | 
| Map<Bytes,Bytes> | TableDescriptorBuilder.ModifyableTableDescriptor. getValues()Getter for fetching an unmodifiable  TableDescriptorBuilder.ModifyableTableDescriptor.valuesmap. | 
| Map<Bytes,Bytes> | TableDescriptorBuilder.ModifyableTableDescriptor. getValues()Getter for fetching an unmodifiable  TableDescriptorBuilder.ModifyableTableDescriptor.valuesmap. | 
| Map<Bytes,Bytes> | TableDescriptor. getValues() | 
| Map<Bytes,Bytes> | TableDescriptor. getValues() | 
| Modifier and Type | Method and Description | 
|---|---|
| private <T> T | ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor. getOrDefault(Bytes key,
            Function<byte[],T> function,
            T defaultValue) | 
| private <T> T | TableDescriptorBuilder.ModifyableTableDescriptor. getOrDefault(Bytes key,
            Function<String,T> function,
            T defaultValue) | 
| private <T> T | ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor. getStringOrDefault(Bytes key,
                  Function<String,T> function,
                  T defaultValue) | 
| Bytes | ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor. getValue(Bytes key) | 
| Bytes | ColumnFamilyDescriptor. getValue(Bytes key) | 
| Bytes | TableDescriptorBuilder.ModifyableTableDescriptor. getValue(Bytes key) | 
| Bytes | TableDescriptor. getValue(Bytes key)Getter for accessing the metadata associated with the key. | 
| ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor | ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor. removeValue(Bytes key) | 
| TableDescriptorBuilder | TableDescriptorBuilder. removeValue(Bytes key) | 
| TableDescriptorBuilder.ModifyableTableDescriptor | TableDescriptorBuilder.ModifyableTableDescriptor. removeValue(Bytes key)Remove metadata represented by the key from the  TableDescriptorBuilder.ModifyableTableDescriptor.valuesmap | 
| ColumnFamilyDescriptorBuilder | ColumnFamilyDescriptorBuilder. setValue(Bytes key,
        Bytes value) | 
| private ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor | ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor. setValue(Bytes key,
        Bytes value) | 
| TableDescriptorBuilder | TableDescriptorBuilder. setValue(Bytes key,
        Bytes value) | 
| TableDescriptorBuilder.ModifyableTableDescriptor | TableDescriptorBuilder.ModifyableTableDescriptor. setValue(Bytes key,
        Bytes value) | 
| private ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor | ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor. setValue(Bytes key,
        String value) | 
| private TableDescriptorBuilder.ModifyableTableDescriptor | TableDescriptorBuilder.ModifyableTableDescriptor. setValue(Bytes key,
        String value) | 
| Constructor and Description | 
|---|
| ModifyableColumnFamilyDescriptor(byte[] name,
                                Map<Bytes,Bytes> values,
                                Map<String,String> config) | 
| ModifyableColumnFamilyDescriptor(byte[] name,
                                Map<Bytes,Bytes> values,
                                Map<String,String> config) | 
| ModifyableTableDescriptor(TableName name,
                         Collection<ColumnFamilyDescriptor> families,
                         Map<Bytes,Bytes> values) | 
| ModifyableTableDescriptor(TableName name,
                         Collection<ColumnFamilyDescriptor> families,
                         Map<Bytes,Bytes> values) | 
| Modifier and Type | Method and Description | 
|---|---|
| private Bytes | HFileBlockDefaultEncodingContext. compressAfterEncoding(byte[] uncompressedBytesWithHeaderBuffer,
                     int uncompressedBytesWithHeaderOffset,
                     int uncompressedBytesWithHeaderLength,
                     byte[] headerBytes) | 
| Bytes | HFileBlockEncodingContext. compressAndEncrypt(byte[] data,
                  int offset,
                  int length) | 
| Bytes | HFileBlockDefaultEncodingContext. compressAndEncrypt(byte[] data,
                  int offset,
                  int length) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | Bytes. compareTo(Bytes that)Define the sort order of the Bytes. | 
| Constructor and Description | 
|---|
| Bytes(Bytes ibw)Set the new Bytes to the contents of the passed
  ibw. | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.