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 |
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.
Returns Getter for fetching an unmodifiable map.
|
Map<Bytes,Bytes> |
HTableDescriptor.getValues()
Deprecated.
Returns Getter for fetching an unmodifiable map.
|
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 | Field and Description |
---|---|
static Bytes |
TableDescriptorBuilder.OWNER_KEY |
static Bytes |
ColumnFamilyDescriptor.REPLICATION_SCOPE_BYTES |
Modifier and Type | Method and Description |
---|---|
Bytes |
TableDescriptor.getValue(Bytes key)
Getter for accessing the metadata associated with the key.
|
Bytes |
ColumnFamilyDescriptor.getValue(Bytes key)
Get a configuration value.
|
Modifier and Type | Method and Description |
---|---|
Map<Bytes,Bytes> |
TableDescriptor.getValues()
Returns Getter for fetching an unmodifiable map.
|
Map<Bytes,Bytes> |
TableDescriptor.getValues()
Returns Getter for fetching an unmodifiable map.
|
Map<Bytes,Bytes> |
ColumnFamilyDescriptor.getValues()
Get all configuration values.
|
Map<Bytes,Bytes> |
ColumnFamilyDescriptor.getValues()
Get all configuration values.
|
Modifier and Type | Method and Description |
---|---|
Bytes |
TableDescriptor.getValue(Bytes key)
Getter for accessing the metadata associated with the key.
|
Bytes |
ColumnFamilyDescriptor.getValue(Bytes key)
Get a configuration value.
|
TableDescriptorBuilder |
TableDescriptorBuilder.removeValue(Bytes key) |
TableDescriptorBuilder |
TableDescriptorBuilder.setValue(Bytes key,
Bytes value) |
ColumnFamilyDescriptorBuilder |
ColumnFamilyDescriptorBuilder.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.