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
Fields in org.apache.hadoop.hbase declared as org.apache.hadoop.hbase.util.Bytes in inModifier and TypeFieldDescriptionstatic final org.apache.hadoop.hbase.util.BytesHTableDescriptor.OWNER_KEYDeprecated.Methods in org.apache.hadoop.hbase that return org.apache.hadoop.hbase.util.Bytes in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.util.BytesHColumnDescriptor.getValue(org.apache.hadoop.hbase.util.Bytes key) Deprecated.org.apache.hadoop.hbase.util.BytesHTableDescriptor.getValue(org.apache.hadoop.hbase.util.Bytes key) Deprecated.Methods in org.apache.hadoop.hbase 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> HColumnDescriptor.getValues()Deprecated.Map<org.apache.hadoop.hbase.util.Bytes,org.apache.hadoop.hbase.util.Bytes> HColumnDescriptor.getValues()Deprecated.Map<org.apache.hadoop.hbase.util.Bytes,org.apache.hadoop.hbase.util.Bytes> HTableDescriptor.getValues()Deprecated.Returns Getter for fetching an unmodifiable map.Map<org.apache.hadoop.hbase.util.Bytes,org.apache.hadoop.hbase.util.Bytes> HTableDescriptor.getValues()Deprecated.Returns Getter for fetching an unmodifiable map.Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.util.Bytes in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.util.BytesHColumnDescriptor.getValue(org.apache.hadoop.hbase.util.Bytes key) Deprecated.org.apache.hadoop.hbase.util.BytesHTableDescriptor.getValue(org.apache.hadoop.hbase.util.Bytes key) Deprecated.voidHTableDescriptor.remove(org.apache.hadoop.hbase.util.Bytes key) Deprecated.Remove metadata represented by the key from the maporg.apache.hadoop.hbase.HTableDescriptorHTableDescriptor.setValue(org.apache.hadoop.hbase.util.Bytes key, org.apache.hadoop.hbase.util.Bytes value) Deprecated.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.BytesTableDescriptorBuilder.OWNER_KEYstatic 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.BytesColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor.getValue(org.apache.hadoop.hbase.util.Bytes key) 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.util.BytesTableDescriptorBuilder.ModifyableTableDescriptor.getValue(org.apache.hadoop.hbase.util.Bytes 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> ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor.getValues()Map<org.apache.hadoop.hbase.util.Bytes,org.apache.hadoop.hbase.util.Bytes> ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor.getValues()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.Map<org.apache.hadoop.hbase.util.Bytes,org.apache.hadoop.hbase.util.Bytes> TableDescriptorBuilder.ModifyableTableDescriptor.getValues()Getter for fetching an unmodifiableTableDescriptorBuilder.ModifyableTableDescriptor.valuesmap.Map<org.apache.hadoop.hbase.util.Bytes,org.apache.hadoop.hbase.util.Bytes> TableDescriptorBuilder.ModifyableTableDescriptor.getValues()Getter for fetching an unmodifiableTableDescriptorBuilder.ModifyableTableDescriptor.valuesmap.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.BytesColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor.getValue(org.apache.hadoop.hbase.util.Bytes key) 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.util.BytesTableDescriptorBuilder.ModifyableTableDescriptor.getValue(org.apache.hadoop.hbase.util.Bytes key) org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptorColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor.removeValue(org.apache.hadoop.hbase.util.Bytes key) org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptorTableDescriptorBuilder.ModifyableTableDescriptor.removeValue(org.apache.hadoop.hbase.util.Bytes key) Remove metadata represented by the key from theTableDescriptorBuilder.ModifyableTableDescriptor.valuesmaporg.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.TableDescriptorBuilder.ModifyableTableDescriptorTableDescriptorBuilder.ModifyableTableDescriptor.setValue(org.apache.hadoop.hbase.util.Bytes key, org.apache.hadoop.hbase.util.Bytes value) Setter for storing metadata as a (key, value) pair inTableDescriptorBuilder.ModifyableTableDescriptor.valuesmaporg.apache.hadoop.hbase.client.TableDescriptorBuilderTableDescriptorBuilder.setValue(org.apache.hadoop.hbase.util.Bytes key, org.apache.hadoop.hbase.util.Bytes value) -
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.