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.CompoundConfigurationCompoundConfiguration.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.CompoundConfigurationCompoundConfiguration.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.BytesColumnFamilyDescriptor.REPLICATION_SCOPE_BYTESMethods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.util.Bytes in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.util.BytesColumnFamilyDescriptor.getValue(org.apache.hadoop.hbase.util.Bytes key) Get a configuration value.org.apache.hadoop.hbase.util.BytesTableDescriptor.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.BytesColumnFamilyDescriptor.getValue(org.apache.hadoop.hbase.util.Bytes key) Get a configuration value.org.apache.hadoop.hbase.util.BytesTableDescriptor.getValue(org.apache.hadoop.hbase.util.Bytes key) Getter for accessing the metadata associated with the key.org.apache.hadoop.hbase.client.TableDescriptorBuilderTableDescriptorBuilder.removeValue(org.apache.hadoop.hbase.util.Bytes key) org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilderColumnFamilyDescriptorBuilder.setValue(org.apache.hadoop.hbase.util.Bytes key, org.apache.hadoop.hbase.util.Bytes value) org.apache.hadoop.hbase.client.TableDescriptorBuilderTableDescriptorBuilder.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.TableDescriptorBuilderTableDescriptorBuilder.removeValue(BiPredicate<org.apache.hadoop.hbase.util.Bytes, org.apache.hadoop.hbase.util.Bytes> predicate) org.apache.hadoop.hbase.client.TableDescriptorBuilderTableDescriptorBuilder.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.BytesHFileBlockDefaultEncodingContext.compressAndEncrypt(byte[] data, int offset, int length) org.apache.hadoop.hbase.util.BytesHFileBlockEncodingContext.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 TypeMethodDescriptionintBytes.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.