| Package | Description | 
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.client | 
 Provides HBase Client 
 | 
| org.apache.hadoop.hbase.util | 
| Modifier and Type | Field and Description | 
|---|---|
static Bytes | 
HTableDescriptor.OWNER_KEY
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
Bytes | 
HTableDescriptor.getValue(Bytes key)
Deprecated.  
  | 
Bytes | 
HColumnDescriptor.getValue(Bytes key)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<Bytes,Bytes> | 
HTableDescriptor.getValues()
Deprecated.  
  | 
Map<Bytes,Bytes> | 
HTableDescriptor.getValues()
Deprecated.  
  | 
Map<Bytes,Bytes> | 
HColumnDescriptor.getValues()
Deprecated.  
  | 
Map<Bytes,Bytes> | 
HColumnDescriptor.getValues()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
Bytes | 
HTableDescriptor.getValue(Bytes key)
Deprecated.  
  | 
Bytes | 
HColumnDescriptor.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 | Field and Description | 
|---|---|
static Bytes | 
TableDescriptorBuilder.OWNER_KEY  | 
static Bytes | 
ColumnFamilyDescriptor.REPLICATION_SCOPE_BYTES  | 
| Modifier and Type | Method and Description | 
|---|---|
Bytes | 
ColumnFamilyDescriptor.getValue(Bytes key)  | 
Bytes | 
TableDescriptor.getValue(Bytes key)
Getter for accessing the metadata associated with the key. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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> | 
TableDescriptor.getValues()  | 
Map<Bytes,Bytes> | 
TableDescriptor.getValues()  | 
| Modifier and Type | Method and Description | 
|---|---|
Bytes | 
ColumnFamilyDescriptor.getValue(Bytes key)  | 
Bytes | 
TableDescriptor.getValue(Bytes key)
Getter for accessing the metadata associated with the key. 
 | 
TableDescriptorBuilder | 
TableDescriptorBuilder.removeValue(Bytes key)  | 
ColumnFamilyDescriptorBuilder | 
ColumnFamilyDescriptorBuilder.setValue(Bytes key,
        Bytes value)  | 
TableDescriptorBuilder | 
TableDescriptorBuilder.setValue(Bytes key,
        Bytes value)  | 
| 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–2020 The Apache Software Foundation. All rights reserved.