| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.util |
| Modifier and Type | Field and Description |
|---|---|
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) |
ColumnFamilyDescriptorBuilder |
ColumnFamilyDescriptorBuilder.setValue(Bytes key,
Bytes value) |
TableDescriptorBuilder |
TableDescriptorBuilder.setValue(Bytes key,
Bytes value) |
| Modifier and Type | Method and Description |
|---|---|
TableDescriptorBuilder |
TableDescriptorBuilder.removeValue(BiPredicate<Bytes,Bytes> predicate) |
TableDescriptorBuilder |
TableDescriptorBuilder.removeValue(BiPredicate<Bytes,Bytes> predicate) |
| 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.