Uses of Class
org.apache.hadoop.hbase.util.Bytes
Packages that use org.apache.hadoop.hbase.util.Bytes
Package
Description
Provides HBase Client
-
Uses of org.apache.hadoop.hbase.util.Bytes in org.apache.hadoop.hbase
Method parameters in org.apache.hadoop.hbase with type arguments of type org.apache.hadoop.hbase.util.Bytes in inModifier 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
Fields in org.apache.hadoop.hbase.client declared as org.apache.hadoop.hbase.util.Bytes in inModifier and TypeFieldDescriptionstatic final org.apache.hadoop.hbase.util.Bytes
ColumnFamilyDescriptor.REPLICATION_SCOPE_BYTES
Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.util.Bytes in inModifier 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.Methods in org.apache.hadoop.hbase.client that return types with arguments of type org.apache.hadoop.hbase.util.Bytes in inModifier 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.Methods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.util.Bytes in inModifier 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) Method parameters in org.apache.hadoop.hbase.client with type arguments of type org.apache.hadoop.hbase.util.Bytes in inModifier 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
Methods in org.apache.hadoop.hbase.io.encoding that return org.apache.hadoop.hbase.util.Bytes in inModifier 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
Methods in org.apache.hadoop.hbase.util with parameters of type org.apache.hadoop.hbase.util.Bytes in inModifier and TypeMethodDescriptionint
Bytes.compareTo
(org.apache.hadoop.hbase.util.Bytes that) Define the sort order of the Bytes.Constructors in org.apache.hadoop.hbase.util with parameters of type org.apache.hadoop.hbase.util.Bytes in inModifierConstructorDescriptionBytes
(org.apache.hadoop.hbase.util.Bytes ibw) Set the new Bytes to the contents of the passedibw
.