Uses of Class
org.apache.hadoop.hbase.util.Bytes
Package
Description
Provides HBase Client
-
Uses of org.apache.hadoop.hbase.util.Bytes in org.apache.hadoop.hbase
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.CompoundConfiguration
CompoundConfiguration.addBytesMap
(Map<org.apache.hadoop.hbase.util.Bytes, org.apache.hadoop.hbase.util.Bytes> map) Add Bytes map to config list.org.apache.hadoop.hbase.CompoundConfiguration
CompoundConfiguration.addBytesMap
(Map<org.apache.hadoop.hbase.util.Bytes, org.apache.hadoop.hbase.util.Bytes> map) Add Bytes map to config list. -
Uses of org.apache.hadoop.hbase.util.Bytes in org.apache.hadoop.hbase.client
Modifier and TypeFieldDescriptionstatic final org.apache.hadoop.hbase.util.Bytes
ColumnFamilyDescriptor.REPLICATION_SCOPE_BYTES
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.util.Bytes
ColumnFamilyDescriptor.getValue
(org.apache.hadoop.hbase.util.Bytes key) Get a configuration value.org.apache.hadoop.hbase.util.Bytes
TableDescriptor.getValue
(org.apache.hadoop.hbase.util.Bytes key) Getter for accessing the metadata associated with the key.Modifier and TypeMethodDescriptionMap<org.apache.hadoop.hbase.util.Bytes,
org.apache.hadoop.hbase.util.Bytes> ColumnFamilyDescriptor.getValues()
Get all configuration values.Map<org.apache.hadoop.hbase.util.Bytes,
org.apache.hadoop.hbase.util.Bytes> ColumnFamilyDescriptor.getValues()
Get all configuration values.Map<org.apache.hadoop.hbase.util.Bytes,
org.apache.hadoop.hbase.util.Bytes> TableDescriptor.getValues()
Returns Getter for fetching an unmodifiable map.Map<org.apache.hadoop.hbase.util.Bytes,
org.apache.hadoop.hbase.util.Bytes> TableDescriptor.getValues()
Returns Getter for fetching an unmodifiable map.Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.util.Bytes
ColumnFamilyDescriptor.getValue
(org.apache.hadoop.hbase.util.Bytes key) Get a configuration value.org.apache.hadoop.hbase.util.Bytes
TableDescriptor.getValue
(org.apache.hadoop.hbase.util.Bytes key) Getter for accessing the metadata associated with the key.org.apache.hadoop.hbase.client.TableDescriptorBuilder
TableDescriptorBuilder.removeValue
(org.apache.hadoop.hbase.util.Bytes key) org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
ColumnFamilyDescriptorBuilder.setValue
(org.apache.hadoop.hbase.util.Bytes key, org.apache.hadoop.hbase.util.Bytes value) org.apache.hadoop.hbase.client.TableDescriptorBuilder
TableDescriptorBuilder.setValue
(org.apache.hadoop.hbase.util.Bytes key, org.apache.hadoop.hbase.util.Bytes value) Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.TableDescriptorBuilder
TableDescriptorBuilder.removeValue
(BiPredicate<org.apache.hadoop.hbase.util.Bytes, org.apache.hadoop.hbase.util.Bytes> predicate) org.apache.hadoop.hbase.client.TableDescriptorBuilder
TableDescriptorBuilder.removeValue
(BiPredicate<org.apache.hadoop.hbase.util.Bytes, org.apache.hadoop.hbase.util.Bytes> predicate) -
Uses of org.apache.hadoop.hbase.util.Bytes in org.apache.hadoop.hbase.io.encoding
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.util.Bytes
HFileBlockDefaultEncodingContext.compressAndEncrypt
(byte[] data, int offset, int length) org.apache.hadoop.hbase.util.Bytes
HFileBlockEncodingContext.compressAndEncrypt
(byte[] data, int offset, int length) Compress and encrypt the supplied encoded block data with header. -
Uses of org.apache.hadoop.hbase.util.Bytes in org.apache.hadoop.hbase.util
Modifier and TypeMethodDescriptionint
Bytes.compareTo
(org.apache.hadoop.hbase.util.Bytes that) Define the sort order of the Bytes.ModifierConstructorDescriptionBytes
(org.apache.hadoop.hbase.util.Bytes ibw) Set the new Bytes to the contents of the passedibw
.