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_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.
|
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 |
---|---|
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.
|
Bytes |
TableDescriptorBuilder.ModifyableTableDescriptor.getValue(Bytes key) |
Bytes |
ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor.getValue(Bytes 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() |
Map<Bytes,Bytes> |
TableDescriptorBuilder.ModifyableTableDescriptor.getValues()
Getter for fetching an unmodifiable
TableDescriptorBuilder.ModifyableTableDescriptor.values map. |
Map<Bytes,Bytes> |
TableDescriptorBuilder.ModifyableTableDescriptor.getValues()
Getter for fetching an unmodifiable
TableDescriptorBuilder.ModifyableTableDescriptor.values map. |
Map<Bytes,Bytes> |
ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor.getValues() |
Map<Bytes,Bytes> |
ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor.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.
|
Bytes |
TableDescriptorBuilder.ModifyableTableDescriptor.getValue(Bytes key) |
Bytes |
ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor.getValue(Bytes key) |
TableDescriptorBuilder |
TableDescriptorBuilder.removeValue(Bytes key) |
TableDescriptorBuilder.ModifyableTableDescriptor |
TableDescriptorBuilder.ModifyableTableDescriptor.removeValue(Bytes key)
Remove metadata represented by the key from the
TableDescriptorBuilder.ModifyableTableDescriptor.values map |
ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor |
ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor.removeValue(Bytes key) |
TableDescriptorBuilder |
TableDescriptorBuilder.setValue(Bytes key,
Bytes value) |
TableDescriptorBuilder.ModifyableTableDescriptor |
TableDescriptorBuilder.ModifyableTableDescriptor.setValue(Bytes key,
Bytes value) |
ColumnFamilyDescriptorBuilder |
ColumnFamilyDescriptorBuilder.setValue(Bytes key,
Bytes value) |
Modifier and Type | Method and Description |
---|---|
Bytes |
HFileBlockDefaultEncodingContext.compressAndEncrypt(byte[] data,
int offset,
int length) |
Bytes |
HFileBlockEncodingContext.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–2019 Cloudera. All rights reserved.