A B C D E F G H I J K L M N O P Q R S T U V W Z

A

add(Configuration) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
Add Hadoop Configuration object to config list.
add(byte[], byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
add(byte[], byte[], byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
addHbaseResources(Configuration) - Static method in class org.apache.hadoop.hbase.HBaseConfiguration
 
Addressing - Class in org.apache.hadoop.hbase.util
Utility for network addresses, resolving and naming.
Addressing() - Constructor for class org.apache.hadoop.hbase.util.Addressing
 
addStringMap(Map<String, String>) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
Add String map to config list.
addWritableMap(Map<ImmutableBytesWritable, ImmutableBytesWritable>) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
Add ImmutableBytesWritable map to config list.
advance() - Method in interface org.apache.hadoop.hbase.CellScanner
Advance the scanner 1 cell.
advance() - Method in class org.apache.hadoop.hbase.codec.BaseDecoder
 
align(int) - Static method in class org.apache.hadoop.hbase.util.ClassSize
Aligns a number to 8.
align(long) - Static method in class org.apache.hadoop.hbase.util.ClassSize
Aligns a number to 8.
ALL_VERSIONS - Static variable in class org.apache.hadoop.hbase.HConstants
Define for 'return-all-versions'.
appendKeyToByteArrayWithoutValue(Cell, byte[], int) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
 
appendKeyValue(StringBuilder, String, Object) - Static method in class org.apache.hadoop.hbase.util.Strings
Append to a StringBuilder a key/value.
appendKeyValue(StringBuilder, String, Object, String, String) - Static method in class org.apache.hadoop.hbase.util.Strings
Append to a StringBuilder a key/value.
appendToByteArray(Cell, byte[], int) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
copy key and value
appendToByteBuffer(ByteBuffer, KeyValue, boolean) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
 
areKeyLengthsEqual(Cell, Cell) - Static method in class org.apache.hadoop.hbase.CellComparator
lengths
arePartsEqual(ByteBuffer, int, int, int, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Check whether two parts in the same buffer are equal.
areRowLengthsEqual(Cell, Cell) - Static method in class org.apache.hadoop.hbase.CellComparator
 
ARRAY - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Array overhead
ARRAYLIST - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for ArrayList(0)
ArrayUtils - Class in org.apache.hadoop.hbase.util
 
ArrayUtils() - Constructor for class org.apache.hadoop.hbase.util.ArrayUtils
 
ATOMIC_BOOLEAN - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for AtomicBoolean
ATOMIC_INTEGER - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for AtomicInteger
ATOMIC_LONG - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for AtomicLong

B

BaseDecoder - Class in org.apache.hadoop.hbase.codec
 
BaseDecoder(InputStream) - Constructor for class org.apache.hadoop.hbase.codec.BaseDecoder
 
BaseEncoder - Class in org.apache.hadoop.hbase.codec
 
BaseEncoder(OutputStream) - Constructor for class org.apache.hadoop.hbase.codec.BaseEncoder
 
beginOp() - Method in class org.apache.hadoop.hbase.util.DrainBarrier
Tries to start an operation.
binarySearch(byte[][], byte[], int, int, RawComparator<byte[]>) - Static method in class org.apache.hadoop.hbase.util.Bytes
Binary search for keys in indexes.
BlockType - Enum in org.apache.hadoop.hbase.io.hfile
Various types of HFile blocks.
BlockType.BlockCategory - Enum in org.apache.hadoop.hbase.io.hfile
 
buf - Variable in class org.apache.hadoop.hbase.io.ByteBufferOutputStream
 
BYTE_BUFFER - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for ByteBuffer
ByteBufferArray - Class in org.apache.hadoop.hbase.util
This class manages an array of ByteBuffers with a default size 4MB.
ByteBufferArray(long, boolean) - Constructor for class org.apache.hadoop.hbase.util.ByteBufferArray
We allocate a number of byte buffers as the capacity.
ByteBufferOutputStream - Class in org.apache.hadoop.hbase.io
Not thread safe!
ByteBufferOutputStream(int) - Constructor for class org.apache.hadoop.hbase.io.ByteBufferOutputStream
 
ByteBufferOutputStream(int, boolean) - Constructor for class org.apache.hadoop.hbase.io.ByteBufferOutputStream
 
ByteBufferUtils - Class in org.apache.hadoop.hbase.util
Utility functions for working with byte buffers, such as reading/writing variable-length long numbers.
ByteRange - Class in org.apache.hadoop.hbase.util
Lightweight, reusable class for specifying ranges of byte[]'s.
ByteRange() - Constructor for class org.apache.hadoop.hbase.util.ByteRange
construct
ByteRange(byte[]) - Constructor for class org.apache.hadoop.hbase.util.ByteRange
 
ByteRange(byte[], int, int) - Constructor for class org.apache.hadoop.hbase.util.ByteRange
 
ByteRangeTool - Class in org.apache.hadoop.hbase.util
Utility methods ByteRange.
ByteRangeTool() - Constructor for class org.apache.hadoop.hbase.util.ByteRangeTool
 
Bytes - Class in org.apache.hadoop.hbase.util
Utility class that handles byte arrays, conversions to/from other types, comparisons, hash code generation, manufacturing keys for HashMaps or HashSets, etc.
Bytes() - Constructor for class org.apache.hadoop.hbase.util.Bytes
 
Bytes.ByteArrayComparator - Class in org.apache.hadoop.hbase.util
Byte array comparator class.
Bytes.ByteArrayComparator() - Constructor for class org.apache.hadoop.hbase.util.Bytes.ByteArrayComparator
Constructor
BYTES_COMPARATOR - Static variable in class org.apache.hadoop.hbase.util.Bytes
Pass this to TreeMaps where byte [] are keys.
BYTES_PER_CHECKSUM - Static variable in class org.apache.hadoop.hbase.HConstants
The name of the configuration parameter that specifies the number of bytes in a newly created checksum chunk.
BYTES_RAWCOMPARATOR - Static variable in class org.apache.hadoop.hbase.util.Bytes
Use comparing byte arrays, byte-by-byte
bytesToVint(byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
 

C

call(Class<T>, T, String, Class[], Object[]) - Static method in class org.apache.hadoop.hbase.util.Methods
 
CATALOG_FAMILY - Static variable in class org.apache.hadoop.hbase.HConstants
The catalog family
CATALOG_FAMILY_STR - Static variable in class org.apache.hadoop.hbase.HConstants
The catalog family as a string
Cell - Interface in org.apache.hadoop.hbase
The unit of storage in HBase consisting of the following fields:
CellCodec - Class in org.apache.hadoop.hbase.codec
Basic Cell codec that just writes out all the individual elements of a Cell.
CellCodec() - Constructor for class org.apache.hadoop.hbase.codec.CellCodec
 
CellComparator - Class in org.apache.hadoop.hbase
Compare two HBase cells.
CellComparator() - Constructor for class org.apache.hadoop.hbase.CellComparator
 
CellOutputStream - Interface in org.apache.hadoop.hbase.io
Accepts a stream of Cells.
CellScannable - Interface in org.apache.hadoop.hbase
Implementer can return a CellScanner over its Cell content.
cellScanner() - Method in interface org.apache.hadoop.hbase.CellScannable
 
CellScanner - Interface in org.apache.hadoop.hbase
An interface for iterating through a sequence of cells.
CellUtil - Class in org.apache.hadoop.hbase
Utility methods helpful slinging Cell instances.
CellUtil() - Constructor for class org.apache.hadoop.hbase.CellUtil
 
checkFlushed() - Method in class org.apache.hadoop.hbase.codec.BaseEncoder
 
CHECKSUM_TYPE_NAME - Static variable in class org.apache.hadoop.hbase.HConstants
The name of the configuration parameter that specifies the name of an algorithm that is used to compute checksums for newly created blocks.
Classes - Class in org.apache.hadoop.hbase.util
Utilities for class manipulation.
Classes() - Constructor for class org.apache.hadoop.hbase.util.Classes
 
ClassSize - Class in org.apache.hadoop.hbase.util
Class for determining the "size" of a class, an attempt to calculate the actual bytes that an object of this class will occupy in memory The core of this class is taken from the Derby project
ClassSize() - Constructor for class org.apache.hadoop.hbase.util.ClassSize
 
clear() - Method in class org.apache.hadoop.hbase.CompoundConfiguration
This class is immutable.
clear() - Method in class org.apache.hadoop.hbase.util.ByteRange
write methods
clear() - Method in class org.apache.hadoop.hbase.util.SoftValueSortedMap
 
CLIENT_PORT_STR - Static variable in class org.apache.hadoop.hbase.HConstants
The ZK client port key in the ZK properties map.
clone() - Method in class org.apache.hadoop.hbase.KeyValue
Clones a KeyValue.
clone() - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
 
clone() - Method in class org.apache.hadoop.hbase.KeyValue.MetaComparator
 
clone() - Method in class org.apache.hadoop.hbase.KeyValue.RootComparator
 
close() - Method in class org.apache.hadoop.hbase.io.ByteBufferOutputStream
 
close() - Method in class org.apache.hadoop.hbase.io.compress.ReusableStreamGzipCodec.ReusableGzipOutputStream
 
close() - Method in class org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultEncodingContext
Releases the compressor this writer uses to compress blocks into the compressor pool.
close() - Method in interface org.apache.hadoop.hbase.io.encoding.HFileBlockEncodingContext
Releases the resources used.
CLUSTER_DISTRIBUTED - Static variable in class org.apache.hadoop.hbase.HConstants
Cluster is in distributed mode or not
CLUSTER_ID_DEFAULT - Static variable in class org.apache.hadoop.hbase.HConstants
Default value for cluster ID
CLUSTER_ID_FILE_NAME - Static variable in class org.apache.hadoop.hbase.HConstants
name of the file for unique cluster ID
CLUSTER_IS_DISTRIBUTED - Static variable in class org.apache.hadoop.hbase.HConstants
Cluster is fully-distributed
CLUSTER_IS_LOCAL - Static variable in class org.apache.hadoop.hbase.HConstants
Cluster is standalone or pseudo-distributed
Codec - Interface in org.apache.hadoop.hbase.codec
Encoder/Decoder for Cell.
Codec.Decoder - Interface in org.apache.hadoop.hbase.codec
Implementations should implicitly clean up any resources allocated when the Decoder/CellScanner runs off the end of the cell block.
Codec.Encoder - Interface in org.apache.hadoop.hbase.codec
Call flush when done.
CodecException - Exception in org.apache.hadoop.hbase.codec
 
CodecException() - Constructor for exception org.apache.hadoop.hbase.codec.CodecException
 
CodecException(String) - Constructor for exception org.apache.hadoop.hbase.codec.CodecException
 
CodecException(Throwable) - Constructor for exception org.apache.hadoop.hbase.codec.CodecException
 
CodecException(String, Throwable) - Constructor for exception org.apache.hadoop.hbase.codec.CodecException
 
codeToType(byte) - Static method in enum org.apache.hadoop.hbase.KeyValue.Type
Cannot rely on enum ordinals .
CollectionUtils - Class in org.apache.hadoop.hbase.util
Utility methods for dealing with Collections, including treating null collections as empty.
CollectionUtils() - Constructor for class org.apache.hadoop.hbase.util.CollectionUtils
 
COLUMN_FAMILY_DELIM_ARRAY - Static variable in class org.apache.hadoop.hbase.KeyValue
 
COLUMN_FAMILY_DELIMITER - Static variable in class org.apache.hadoop.hbase.KeyValue
Colon character in UTF-8
COMPACTION_KV_MAX - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for the maximum batch of KVs to be used in flushes and compactions
COMPARATOR - Static variable in class org.apache.hadoop.hbase.KeyValue
Comparator for plain key/values; i.e.
comparator() - Method in class org.apache.hadoop.hbase.util.SoftValueSortedMap
 
compare(Cell, Cell) - Method in class org.apache.hadoop.hbase.CellComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable.Comparator
 
compare(long) - Method in class org.apache.hadoop.hbase.io.TimeRange
Compare the timestamp to timerange
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.KeyValue.KeyComparator
 
compare(byte[], byte[]) - Method in class org.apache.hadoop.hbase.KeyValue.KeyComparator
 
compare(KeyValue, KeyValue) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
 
compare(KeyValue, KeyValue) - Method in class org.apache.hadoop.hbase.KeyValue.RowComparator
 
compare(byte[], byte[]) - Method in class org.apache.hadoop.hbase.util.Bytes.ByteArrayComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.util.Bytes.ByteArrayComparator
 
compareColumns(byte[], int, int, int, byte[], int, int, int) - Method in class org.apache.hadoop.hbase.KeyValue.KeyComparator
 
compareColumns(KeyValue, byte[], int, int, int) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
 
compareIgnoringPrefix(int, byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.KeyValue.KeyComparator
Compare the two key-values, ignoring the prefix of the given length that is known to be the same between the two.
compareIgnoringPrefix(int, T, int, int, T, int, int) - Method in interface org.apache.hadoop.hbase.KeyValue.SamePrefixComparator
Compare two keys assuming that the first n bytes are the same.
compareRowid(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.KeyValue.MetaKeyComparator
 
compareRows(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.KeyValue.KeyComparator
 
compareRows(KeyValue, KeyValue) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
 
compareRows(KeyValue, short, KeyValue, short) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
 
compareRows(KeyValue, byte[]) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
 
compareRows(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
 
compareRows(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.KeyValue.MetaKeyComparator
 
compareRows(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.KeyValue.RootKeyComparator
 
compareStatic(Cell, Cell) - Static method in class org.apache.hadoop.hbase.CellComparator
 
compareTimestamps(KeyValue, KeyValue) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
 
compareTo(ImmutableBytesWritable) - Method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable
Define the sort order of the BytesWritable.
compareTo(byte[]) - Method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable
Compares the bytes in this object to the specified byte array
compareTo(ByteRange) - Method in class org.apache.hadoop.hbase.util.ByteRange
Bitwise comparison of each byte in the array.
compareTo(byte[], byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
compareTo(byte[], int, int, byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Lexicographically compare two arrays.
CompoundConfiguration - Class in org.apache.hadoop.hbase
Do a shallow merge of multiple KV configuration pools.
CompoundConfiguration() - Constructor for class org.apache.hadoop.hbase.CompoundConfiguration
Default Constructor.
compressAfterEncoding(byte[], BlockType) - Method in class org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultEncodingContext
 
compressAfterEncoding(byte[], BlockType, byte[]) - Method in class org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultEncodingContext
 
Compression - Class in org.apache.hadoop.hbase.io.compress
Compression related stuff.
Compression.Algorithm - Enum in org.apache.hadoop.hbase.io.compress
Compression algorithms.
CONCURRENT_HASHMAP - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for ConcurrentHashMap
CONCURRENT_HASHMAP_ENTRY - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for ConcurrentHashMap.Entry
CONCURRENT_HASHMAP_SEGMENT - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for ConcurrentHashMap.Segment
CONCURRENT_SKIPLISTMAP - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for ConcurrentSkipListMap
CONCURRENT_SKIPLISTMAP_ENTRY - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for ConcurrentSkipListMap Entry
configs - Variable in class org.apache.hadoop.hbase.CompoundConfiguration
 
CONFIGURATION - Static variable in class org.apache.hadoop.hbase.HConstants
 
contains(byte[], byte) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
contains(byte[], byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
containsIgnoreMvccVersion(Collection<KeyValue>, Collection<KeyValue>) - Static method in class org.apache.hadoop.hbase.KeyValueTestUtil
Checks whether KeyValues from kvCollection2 are contained in kvCollection1.
containsKey(Object) - Method in class org.apache.hadoop.hbase.util.SoftValueSortedMap
 
containsValue(Object) - Method in class org.apache.hadoop.hbase.util.SoftValueSortedMap
 
convertKvToByteBuffer(List<KeyValue>, boolean) - Static method in class org.apache.hadoop.hbase.util.test.RedundantKVGenerator
Convert list of KeyValues to byte buffer.
copy(byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
Copy the byte array given in parameter and return an instance of a new byte array with the same length and the same content.
copy(byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Copy the byte array given in parameter and return an instance of a new byte array with the same length and the same content.
copyBufferToStream(OutputStream, ByteBuffer, int, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Copy data from a buffer to an output stream.
copyBytes() - Method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable
Returns a copy of the bytes referred to by this writable
copyFamilyTo(Cell, byte[], int) - Static method in class org.apache.hadoop.hbase.CellUtil
 
copyFromBufferToBuffer(ByteBuffer, ByteBuffer, int, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Copy from one buffer to another from given offset
copyFromNext(BufferedDataBlockEncoder.SeekerState) - Method in class org.apache.hadoop.hbase.io.encoding.DiffKeyDeltaEncoder.DiffSeekerState
 
copyFromNext(BufferedDataBlockEncoder.SeekerState) - Method in class org.apache.hadoop.hbase.io.encoding.FastDiffDeltaEncoder.FastDiffSeekerState
 
copyFromStreamToBuffer(ByteBuffer, DataInputStream, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Copy the given number of bytes from the given stream and put it at the current position of the given buffer, updating the position in the buffer.
CopyKeyDataBlockEncoder - Class in org.apache.hadoop.hbase.io.encoding
Just copy data, do not do any kind of compression.
CopyKeyDataBlockEncoder() - Constructor for class org.apache.hadoop.hbase.io.encoding.CopyKeyDataBlockEncoder
 
copyKeyToNewByteBuffer(Cell) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
 
COPYONWRITE_ARRAYLIST - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for CopyOnWriteArrayList
COPYONWRITE_ARRAYSET - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for CopyOnWriteArraySet
copyQualifierTo(Cell, byte[], int) - Static method in class org.apache.hadoop.hbase.CellUtil
 
copyRowTo(Cell, byte[], int) - Static method in class org.apache.hadoop.hbase.CellUtil
copyTo
copyToNewArrays(Collection<ByteRange>) - Static method in class org.apache.hadoop.hbase.util.ByteRangeTool
 
copyToNewByteArray(Cell) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
 
copyToNewByteBuffer(Cell) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
 
copyToNewKeyValue(Cell) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
copy key only
copyValueTo(Cell, byte[], int) - Static method in class org.apache.hadoop.hbase.CellUtil
 
CORRUPT_DIR_NAME - Static variable in class org.apache.hadoop.hbase.HConstants
 
CP_HTD_ATTR_KEY_PATTERN - Static variable in class org.apache.hadoop.hbase.HConstants
 
CP_HTD_ATTR_VALUE_PARAM_KEY_PATTERN - Static variable in class org.apache.hadoop.hbase.HConstants
 
CP_HTD_ATTR_VALUE_PARAM_PATTERN - Static variable in class org.apache.hadoop.hbase.HConstants
 
CP_HTD_ATTR_VALUE_PARAM_VALUE_PATTERN - Static variable in class org.apache.hadoop.hbase.HConstants
 
CP_HTD_ATTR_VALUE_PATTERN - Static variable in class org.apache.hadoop.hbase.HConstants
 
create() - Static method in class org.apache.hadoop.hbase.HBaseConfiguration
Creates a Configuration with HBase resources
create(Configuration) - Static method in class org.apache.hadoop.hbase.HBaseConfiguration
 
create(DataInput) - Static method in class org.apache.hadoop.hbase.KeyValue
 
create(int, DataInput) - Static method in class org.apache.hadoop.hbase.KeyValue
Create a KeyValue reading length from in
create(String, String, String, long, String) - Static method in class org.apache.hadoop.hbase.KeyValueTestUtil
 
create(String, String, String, long, KeyValue.Type, String) - Static method in class org.apache.hadoop.hbase.KeyValueTestUtil
 
create() - Method in class org.apache.hadoop.hbase.util.RetryCounterFactory
 
createCell(byte[], byte[], byte[], long, byte, byte[]) - Static method in class org.apache.hadoop.hbase.CellUtil
 
createCellScanner(List<CellScannable>) - Static method in class org.apache.hadoop.hbase.CellUtil
 
createCellScanner(Iterable<Cell>) - Static method in class org.apache.hadoop.hbase.CellUtil
 
createCellScanner(Iterator<Cell>) - Static method in class org.apache.hadoop.hbase.CellUtil
 
createCellScanner(Cell[]) - Static method in class org.apache.hadoop.hbase.CellUtil
 
createCellScanner(NavigableMap<byte[], List<? extends Cell>>) - Static method in class org.apache.hadoop.hbase.CellUtil
Flatten the map of cells out under the CellScanner
createCompressionStream(OutputStream, Compressor, int) - Method in enum org.apache.hadoop.hbase.io.compress.Compression.Algorithm
 
createDecompressionStream(InputStream, Decompressor, int) - Method in enum org.apache.hadoop.hbase.io.compress.Compression.Algorithm
 
createEncoder(String) - Static method in enum org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
 
createFirstDeleteFamilyOnRow(byte[], byte[]) - Static method in class org.apache.hadoop.hbase.KeyValue
Create a Delete Family KeyValue for the specified row and family that would be smaller than all other possible Delete Family KeyValues that have the same row and family.
createFirstKeyInIncrementedRow(Cell) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
Increment the row bytes and clear the other fields
createFirstKeyInNextRow(Cell) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
Append single byte 0x00 to the end of the input row key
createFirstOnRow(byte[]) - Static method in class org.apache.hadoop.hbase.KeyValue
Create a KeyValue that is smaller than all other possible KeyValues for the given row.
createFirstOnRow(byte[], int, short) - Static method in class org.apache.hadoop.hbase.KeyValue
Create a KeyValue that is smaller than all other possible KeyValues for the given row.
createFirstOnRow(byte[], long) - Static method in class org.apache.hadoop.hbase.KeyValue
Creates a KeyValue that is smaller than all other KeyValues that are older than the passed timestamp.
createFirstOnRow(byte[], byte[], byte[]) - Static method in class org.apache.hadoop.hbase.KeyValue
Create a KeyValue for the specified row, family and qualifier that would be smaller than all other possible KeyValues that have the same row,family,qualifier.
createFirstOnRow(byte[], byte[], byte[], long) - Static method in class org.apache.hadoop.hbase.KeyValue
 
createFirstOnRow(byte[], int, int, byte[], int, int, byte[], int, int) - Static method in class org.apache.hadoop.hbase.KeyValue
Create a KeyValue for the specified row, family and qualifier that would be smaller than all other possible KeyValues that have the same row, family, qualifier.
createFirstOnRow(byte[], byte[], byte[], byte[]) - Static method in class org.apache.hadoop.hbase.KeyValue
Create a KeyValue for the specified row, family and qualifier that would be smaller than all other possible KeyValues that have the same row, family, qualifier.
createFirstOnRow(byte[], int, byte[], int, int, byte[], int, int, byte[], int, int) - Static method in class org.apache.hadoop.hbase.KeyValue
Create a KeyValue for the specified row, family and qualifier that would be smaller than all other possible KeyValues that have the same row, family, qualifier.
createFirstOnRowColTS(long) - Method in class org.apache.hadoop.hbase.KeyValue
Creates the first KV with the row/family/qualifier of this KV and the given timestamp.
createHostAndPortStr(String, int) - Static method in class org.apache.hadoop.hbase.util.Addressing
 
createInetSocketAddressFromHostAndPortStr(String) - Static method in class org.apache.hadoop.hbase.util.Addressing
 
createKeyOnly(boolean) - Method in class org.apache.hadoop.hbase.KeyValue
Creates a new KeyValue that only contains the key portion (the value is set to be null).
createKeyValueFromKey(byte[]) - Static method in class org.apache.hadoop.hbase.KeyValue
 
createKeyValueFromKey(ByteBuffer) - Static method in class org.apache.hadoop.hbase.KeyValue
 
createKeyValueFromKey(byte[], int, int) - Static method in class org.apache.hadoop.hbase.KeyValue
 
createLastOnRow(byte[]) - Static method in class org.apache.hadoop.hbase.KeyValue
Creates a KeyValue that is last on the specified row id.
createLastOnRow(byte[], int, int, byte[], int, int, byte[], int, int) - Static method in class org.apache.hadoop.hbase.KeyValue
Create a KeyValue for the specified row, family and qualifier that would be larger than or equal to all other possible KeyValues that have the same row, family, qualifier.
createLastOnRowCol() - Method in class org.apache.hadoop.hbase.KeyValue
Similar to KeyValue.createLastOnRow(byte[], int, int, byte[], int, int, byte[], int, int) but creates the last key on the row/column of this KV (the value part of the returned KV is always empty).
createOutputStream(OutputStream) - Method in class org.apache.hadoop.hbase.io.compress.ReusableStreamGzipCodec
 
createPlainCompressionStream(OutputStream, Compressor) - Method in enum org.apache.hadoop.hbase.io.compress.Compression.Algorithm
Creates a compression stream without any additional wrapping into buffering streams.
createSeeker(RawComparator<byte[]>, boolean) - Method in class org.apache.hadoop.hbase.io.encoding.CopyKeyDataBlockEncoder
 
createSeeker(RawComparator<byte[]>, boolean) - Method in interface org.apache.hadoop.hbase.io.encoding.DataBlockEncoder
Create a HFileBlock seeker which find KeyValues within a block.
createSeeker(RawComparator<byte[]>, boolean) - Method in class org.apache.hadoop.hbase.io.encoding.DiffKeyDeltaEncoder
 
createSeeker(RawComparator<byte[]>, boolean) - Method in class org.apache.hadoop.hbase.io.encoding.FastDiffDeltaEncoder
 
createSeeker(RawComparator<byte[]>, boolean) - Method in class org.apache.hadoop.hbase.io.encoding.PrefixKeyDeltaEncoder
 
current() - Method in interface org.apache.hadoop.hbase.CellScanner
 
current() - Method in class org.apache.hadoop.hbase.codec.BaseDecoder
 
currentTimeMillis() - Method in class org.apache.hadoop.hbase.util.DefaultEnvironmentEdge
Returns the currentTimeMillis.
currentTimeMillis() - Method in interface org.apache.hadoop.hbase.util.EnvironmentEdge
Returns the currentTimeMillis.
currentTimeMillis() - Static method in class org.apache.hadoop.hbase.util.EnvironmentEdgeManager
Defers to the delegate and calls the EnvironmentEdge.currentTimeMillis() method.
currentTimeMillis() - Method in class org.apache.hadoop.hbase.util.IncrementingEnvironmentEdge
Returns the currentTimeMillis.

D

DATA_FILE_UMASK_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
File permission umask to use when creating hbase data files
DataBlockEncoder - Interface in org.apache.hadoop.hbase.io.encoding
Encoding of KeyValue.
DataBlockEncoder.EncodedSeeker - Interface in org.apache.hadoop.hbase.io.encoding
An interface which enable to seek while underlying data is encoded.
DataBlockEncoding - Enum in org.apache.hadoop.hbase.io.encoding
Provide access to all data block encoding algorithms.
decodeKeyValues(DataInputStream, int, int, boolean) - Method in class org.apache.hadoop.hbase.io.encoding.CopyKeyDataBlockEncoder
 
decodeKeyValues(DataInputStream, boolean) - Method in interface org.apache.hadoop.hbase.io.encoding.DataBlockEncoder
Decode.
decodeKeyValues(DataInputStream, int, int, boolean) - Method in interface org.apache.hadoop.hbase.io.encoding.DataBlockEncoder
Uncompress.
decodeKeyValues(DataInputStream, int, int, boolean) - Method in class org.apache.hadoop.hbase.io.encoding.DiffKeyDeltaEncoder
 
decodeKeyValues(DataInputStream, int, int, boolean) - Method in class org.apache.hadoop.hbase.io.encoding.FastDiffDeltaEncoder
 
decodeKeyValues(DataInputStream, int, int, boolean) - Method in class org.apache.hadoop.hbase.io.encoding.PrefixKeyDeltaEncoder
 
decompress(byte[], int, InputStream, int, int, Compression.Algorithm) - Static method in class org.apache.hadoop.hbase.io.compress.Compression
Decompresses data from the given stream using the configured compression algorithm.
deepCopy() - Method in class org.apache.hadoop.hbase.util.ByteRange
Create a new ByteRange with new backing byte[] and copy the state of this range into the new range.
deepCopySubRangeTo(int, int, byte[], int) - Method in class org.apache.hadoop.hbase.util.ByteRange
Wrapper for System.arraycopy.
deepCopyTo(byte[], int) - Method in class org.apache.hadoop.hbase.util.ByteRange
Wrapper for System.arraycopy.
deepCopyToNewArray() - Method in class org.apache.hadoop.hbase.util.ByteRange
Instantiate a new byte[] with exact length, which is at least 24 bytes + length.
DEFAULT_BLOCKSIZE - Static variable in class org.apache.hadoop.hbase.HConstants
Default block size for an HFile.
DEFAULT_CLUSTER_DISTRIBUTED - Static variable in class org.apache.hadoop.hbase.HConstants
Default value for cluster distributed mode
DEFAULT_CLUSTER_ID - Static variable in class org.apache.hadoop.hbase.HConstants
Default cluster ID, cannot be used to identify a cluster so a key with this value means it wasn't meant for replication.
DEFAULT_HBASE_CLIENT_OPERATION_TIMEOUT - Static variable in class org.apache.hadoop.hbase.HConstants
Default HBase client operation timeout, which is tantamount to a blocking call
DEFAULT_HBASE_CLIENT_PAUSE - Static variable in class org.apache.hadoop.hbase.HConstants
Default value of HConstants.HBASE_CLIENT_PAUSE.
DEFAULT_HBASE_CLIENT_PREFETCH_LIMIT - Static variable in class org.apache.hadoop.hbase.HConstants
Default value of HConstants.HBASE_CLIENT_PREFETCH_LIMIT.
DEFAULT_HBASE_CLIENT_RETRIES_NUMBER - Static variable in class org.apache.hadoop.hbase.HConstants
Default value of HConstants.HBASE_CLIENT_RETRIES_NUMBER.
DEFAULT_HBASE_CLIENT_RPC_MAXATTEMPTS - Static variable in class org.apache.hadoop.hbase.HConstants
Default value of HConstants.HBASE_CLIENT_RPC_MAXATTEMPTS.
DEFAULT_HBASE_CLIENT_SCANNER_CACHING - Static variable in class org.apache.hadoop.hbase.HConstants
Default value for HConstants.HBASE_CLIENT_SCANNER_CACHING
DEFAULT_HBASE_CLIENT_SCANNER_MAX_RESULT_SIZE - Static variable in class org.apache.hadoop.hbase.HConstants
Maximum number of bytes returned when calling a scanner's next method.
DEFAULT_HBASE_CLIENT_SCANNER_TIMEOUT_PERIOD - Static variable in class org.apache.hadoop.hbase.HConstants
Default value of HConstants.HBASE_CLIENT_SCANNER_TIMEOUT_PERIOD.
DEFAULT_HBASE_CONFIG_READ_ZOOKEEPER_CONFIG - Static variable in class org.apache.hadoop.hbase.HConstants
 
DEFAULT_HBASE_META_SCANNER_CACHING - Static variable in class org.apache.hadoop.hbase.HConstants
Default value of HConstants.HBASE_META_SCANNER_CACHING.
DEFAULT_HBASE_RPC_TIMEOUT - Static variable in class org.apache.hadoop.hbase.HConstants
Default value of HConstants.HBASE_RPC_TIMEOUT_KEY
DEFAULT_HBASE_SERVER_PAUSE - Static variable in class org.apache.hadoop.hbase.HConstants
Default value of HConstants.HBASE_SERVER_PAUSE.
DEFAULT_HEALTH_FAILURE_THRESHOLD - Static variable in class org.apache.hadoop.hbase.HConstants
 
DEFAULT_HEALTH_SCRIPT_TIMEOUT - Static variable in class org.apache.hadoop.hbase.HConstants
 
DEFAULT_HOST - Static variable in class org.apache.hadoop.hbase.HConstants
default host address
DEFAULT_HREGION_EDITS_REPLAY_SKIP_ERRORS - Static variable in class org.apache.hadoop.hbase.HConstants
 
DEFAULT_HSTORE_OPEN_AND_CLOSE_THREADS_MAX - Static variable in class org.apache.hadoop.hbase.HConstants
The default number for the max number of threads used for opening and closing stores or store files in parallel
DEFAULT_KEYVALUE_SEPARATOR - Static variable in class org.apache.hadoop.hbase.util.Strings
 
DEFAULT_MASTER_INFOPORT - Static variable in class org.apache.hadoop.hbase.HConstants
default port for master web api
DEFAULT_MASTER_PORT - Static variable in class org.apache.hadoop.hbase.HConstants
default port that the master listens on
DEFAULT_MASTER_TYPE_BACKUP - Static variable in class org.apache.hadoop.hbase.HConstants
by default every master is a possible primary master unless the conf explicitly overrides it
DEFAULT_MAX_FILE_SIZE - Static variable in class org.apache.hadoop.hbase.HConstants
Default maximum file size
DEFAULT_REGIONSERVER_INFOPORT - Static variable in class org.apache.hadoop.hbase.HConstants
default port for region server web api
DEFAULT_REGIONSERVER_PORT - Static variable in class org.apache.hadoop.hbase.HConstants
Default port region server listens on.
DEFAULT_SEPARATOR - Static variable in class org.apache.hadoop.hbase.util.Strings
 
DEFAULT_STATUS_MULTICAST_ADDRESS - Static variable in class org.apache.hadoop.hbase.HConstants
 
DEFAULT_STATUS_MULTICAST_PORT - Static variable in class org.apache.hadoop.hbase.HConstants
 
DEFAULT_THREAD_WAKE_FREQUENCY - Static variable in class org.apache.hadoop.hbase.HConstants
Default value for thread wake frequency
DEFAULT_VERSION_FILE_WRITE_ATTEMPTS - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for how often we should try to write a version file, before failing
DEFAULT_ZK_SESSION_TIMEOUT - Static variable in class org.apache.hadoop.hbase.HConstants
Default value for ZooKeeper session timeout
DEFAULT_ZOOKEEPER_ZNODE_PARENT - Static variable in class org.apache.hadoop.hbase.HConstants
 
DEFAULT_ZOOKEPER_CLIENT_PORT - Static variable in class org.apache.hadoop.hbase.HConstants
Default client port that the zookeeper listens on
DEFAULT_ZOOKEPER_MAX_CLIENT_CNXNS - Static variable in class org.apache.hadoop.hbase.HConstants
Default limit on concurrent client-side zookeeper connections
DEFAULT_ZOOKEPER_RECOVERABLE_WAITIME - Static variable in class org.apache.hadoop.hbase.HConstants
Default wait time for the recoverable zookeeper
DefaultEnvironmentEdge - Class in org.apache.hadoop.hbase.util
Default implementation of an environment edge.
DefaultEnvironmentEdge() - Constructor for class org.apache.hadoop.hbase.util.DefaultEnvironmentEdge
 
DELIMITER - Static variable in class org.apache.hadoop.hbase.HConstants
delimiter used between portions of a region name
DiffKeyDeltaEncoder - Class in org.apache.hadoop.hbase.io.encoding
Compress using: - store size of common prefix - save column family once, it is same within HFile - use integer compression for key, value and prefix (7-bit encoding) - use bits to avoid duplication key length, value length and type if it same as previous - store in 3 bits length of timestamp field - allow diff in timestamp instead of actual value Format: - 1 byte: flag - 1-5 bytes: key length (only if FLAG_SAME_KEY_LENGTH is not set in flag) - 1-5 bytes: value length (only if FLAG_SAME_VALUE_LENGTH is not set in flag) - 1-5 bytes: prefix length - ...
DiffKeyDeltaEncoder() - Constructor for class org.apache.hadoop.hbase.io.encoding.DiffKeyDeltaEncoder
 
DiffKeyDeltaEncoder.DiffCompressionState - Class in org.apache.hadoop.hbase.io.encoding
 
DiffKeyDeltaEncoder.DiffCompressionState() - Constructor for class org.apache.hadoop.hbase.io.encoding.DiffKeyDeltaEncoder.DiffCompressionState
 
DiffKeyDeltaEncoder.DiffSeekerState - Class in org.apache.hadoop.hbase.io.encoding
 
DiffKeyDeltaEncoder.DiffSeekerState() - Constructor for class org.apache.hadoop.hbase.io.encoding.DiffKeyDeltaEncoder.DiffSeekerState
 
DISTRIBUTED_LOG_SPLITTING_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
Conf key that enables distributed log splitting
domainNamePointerToHostName(String) - Static method in class org.apache.hadoop.hbase.util.Strings
Given a PTR string generated via reverse DNS lookup, return everything except the trailing period.
DrainBarrier - Class in org.apache.hadoop.hbase.util
A simple barrier that can be used by classes that need to wait for some operations to finish before stopping/closing/etc.
DrainBarrier() - Constructor for class org.apache.hadoop.hbase.util.DrainBarrier
 
drainInputStreamToBuffer(InputStream) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Copy from the InputStream to a new heap ByteBuffer until the InputStream is exhausted.

E

EMPTY_BYTE_ARRAY - Static variable in class org.apache.hadoop.hbase.HConstants
An empty instance.
EMPTY_END_ROW - Static variable in class org.apache.hadoop.hbase.HConstants
Last row in a table.
EMPTY_START_ROW - Static variable in class org.apache.hadoop.hbase.HConstants
Used by scanners, etc when they want to start at the beginning of a region
ENABLE_DATA_FILE_UMASK - Static variable in class org.apache.hadoop.hbase.HConstants
Enable file permission modification from standard hbase
ENABLE_WAL_COMPRESSION - Static variable in class org.apache.hadoop.hbase.HConstants
Configuration name of HLog Compression
encodeData() - Method in class org.apache.hadoop.hbase.io.encoding.EncodedDataBlock
Do the encoding, but do not cache the encoded data.
EncodedDataBlock - Class in org.apache.hadoop.hbase.io.encoding
Encapsulates a data block compressed using a particular encoding algorithm.
EncodedDataBlock(DataBlockEncoder, boolean, DataBlockEncoding, byte[]) - Constructor for class org.apache.hadoop.hbase.io.encoding.EncodedDataBlock
Create a buffer which will be encoded using dataBlockEncoder.
encodeKeyValues(ByteBuffer, boolean, HFileBlockEncodingContext) - Method in interface org.apache.hadoop.hbase.io.encoding.DataBlockEncoder
Encodes KeyValues.
EncoderBufferTooSmallException - Exception in org.apache.hadoop.hbase.io.encoding
Internal error which indicates a bug in a data block encoding algorithm.
EncoderBufferTooSmallException(String) - Constructor for exception org.apache.hadoop.hbase.io.encoding.EncoderBufferTooSmallException
 
endOp() - Method in class org.apache.hadoop.hbase.util.DrainBarrier
Ends the operation.
ensureKeyValue(Cell) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
 
entrySet() - Method in class org.apache.hadoop.hbase.util.SoftValueSortedMap
 
EnvironmentEdge - Interface in org.apache.hadoop.hbase.util
Has some basic interaction with the environment.
EnvironmentEdgeManager - Class in org.apache.hadoop.hbase.util
Manages a singleton instance of the environment edge.
equals(Cell, Cell) - Static method in class org.apache.hadoop.hbase.CellComparator
equals
equals(Object) - Method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable
 
equals(Object) - Method in class org.apache.hadoop.hbase.KeyValue
Needed doing 'contains' on List.
equals(Object) - Method in class org.apache.hadoop.hbase.util.ByteRange
standard methods
equals(byte[], byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
equals(byte[], int, int, byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
equals(List<byte[]>, List<byte[]>) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
equals(Object) - Method in class org.apache.hadoop.hbase.util.Pair
 
equals(Object) - Method in class org.apache.hadoop.hbase.util.PairOfSameType
 
equals(Object) - Method in class org.apache.hadoop.hbase.util.Triple
 
equalsFamily(Cell, Cell) - Static method in class org.apache.hadoop.hbase.CellComparator
 
equalsIgnoreMvccVersion(Cell, Cell) - Static method in class org.apache.hadoop.hbase.CellComparator
special case for KeyValue.equals
equalsQualifier(Cell, Cell) - Static method in class org.apache.hadoop.hbase.CellComparator
 
equalsRow(Cell, Cell) - Static method in class org.apache.hadoop.hbase.CellComparator
 
equalsTimestamp(Cell, Cell) - Static method in class org.apache.hadoop.hbase.CellComparator
 
equalsType(Cell, Cell) - Static method in class org.apache.hadoop.hbase.CellComparator
 
estimateBase(Class, boolean) - Static method in class org.apache.hadoop.hbase.util.ClassSize
Estimate the static space taken up by the fields of a class.
ESTIMATED_HEAP_TAX - Static variable in class org.apache.hadoop.hbase.util.Bytes
Estimate of size cost to pay beyond payload in jvm for instance of byte [].
expectSpecific() - Method in enum org.apache.hadoop.hbase.io.hfile.BlockType.BlockCategory
Throws an exception if the block category passed is the special category meaning "all categories".
extendedForName(String) - Static method in class org.apache.hadoop.hbase.util.Classes
Equivalent of Class.forName(String) which also returns classes for primitives like boolean, etc.
extendLimit(ByteBuffer, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
 

F

FAMILY_LENGTH_SIZE - Static variable in class org.apache.hadoop.hbase.KeyValue
Size of the family length field in bytes
FastDiffDeltaEncoder - Class in org.apache.hadoop.hbase.io.encoding
Encoder similar to DiffKeyDeltaEncoder but supposedly faster.
FastDiffDeltaEncoder() - Constructor for class org.apache.hadoop.hbase.io.encoding.FastDiffDeltaEncoder
 
FastDiffDeltaEncoder.FastDiffSeekerState - Class in org.apache.hadoop.hbase.io.encoding
 
FastDiffDeltaEncoder.FastDiffSeekerState() - Constructor for class org.apache.hadoop.hbase.io.encoding.FastDiffDeltaEncoder.FastDiffSeekerState
 
FILE_SYSTEM_VERSION - Static variable in class org.apache.hadoop.hbase.HConstants
Current version of file system.
fillFamilyRange(Cell, ByteRange) - Static method in class org.apache.hadoop.hbase.CellUtil
 
fillQualifierRange(Cell, ByteRange) - Static method in class org.apache.hadoop.hbase.CellUtil
 
fillRowRange(Cell, ByteRange) - Static method in class org.apache.hadoop.hbase.CellUtil
ByteRange
findCommonPrefix(ByteBuffer, int, int, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Find length of common prefix of two parts in the buffer
findCommonPrefix(byte[], int, int, byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Find length of common prefix in two arrays.
finish() - Method in class org.apache.hadoop.hbase.io.compress.ReusableStreamGzipCodec.ReusableGzipOutputStream
 
first - Variable in class org.apache.hadoop.hbase.util.Pair
 
firstKey() - Method in class org.apache.hadoop.hbase.util.SoftValueSortedMap
 
flush() - Method in class org.apache.hadoop.hbase.codec.BaseEncoder
 
flush() - Method in class org.apache.hadoop.hbase.io.ByteBufferOutputStream
 
flush() - Method in interface org.apache.hadoop.hbase.io.CellOutputStream
Let the implementation decide what to do.
flush() - Method in class org.apache.hadoop.hbase.io.compress.ReusableStreamGzipCodec.ReusableGzipOutputStream
 
flushed - Variable in class org.apache.hadoop.hbase.codec.BaseEncoder
 
FOREVER - Static variable in class org.apache.hadoop.hbase.HConstants
Unlimited time-to-live.
fromArrays(Collection<byte[]>) - Static method in class org.apache.hadoop.hbase.util.ByteRangeTool
 

G

generateColumnsForCf(byte[], byte[]) - Method in class org.apache.hadoop.hbase.util.test.LoadTestDataGenerator
Generates an applicable set of columns to be used for a particular key and family.
generateRandomSizeValue(byte[]...) - Method in class org.apache.hadoop.hbase.util.test.LoadTestKVGenerator
Generates a value for the given key index and column qualifier.
generateTestKeyValues(int) - Method in class org.apache.hadoop.hbase.util.test.RedundantKVGenerator
Generate test data useful to test encoders.
generateValue(byte[], byte[], byte[]) - Method in class org.apache.hadoop.hbase.util.test.LoadTestDataGenerator
Generates a value to be used for a particular row/cf/column.
get(String) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 
get(String, String) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
You should just ignore everything below this line unless there's a bug in Configuration.java...
get() - Method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable
Get the data from the BytesWritable.
get(int) - Method in class org.apache.hadoop.hbase.util.ByteRange
 
get(Object) - Method in class org.apache.hadoop.hbase.util.SoftValueSortedMap
 
getAttemptTimes() - Method in class org.apache.hadoop.hbase.util.RetryCounter
 
getBlockType() - Method in class org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultEncodingContext
 
getBlockType() - Method in interface org.apache.hadoop.hbase.io.encoding.HFileBlockEncodingContext
 
getBoolean(String, boolean) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 
getBoundedCachedThreadPool(int, long, TimeUnit, ThreadFactory) - Static method in class org.apache.hadoop.hbase.util.Threads
Create a new CachedThreadPool with a bounded number as the maximum thread size in the pool.
getBuffer() - Method in class org.apache.hadoop.hbase.KeyValue
 
getByteBuffer() - Method in class org.apache.hadoop.hbase.io.ByteBufferOutputStream
This flips the underlying BB so be sure to use it _last_!
getBytes() - Method in class org.apache.hadoop.hbase.util.ByteRange
 
getBytes(ByteBuffer) - Static method in class org.apache.hadoop.hbase.util.Bytes
Returns a new byte array, copied from the given buf, from the position (inclusive) to the limit (exclusive).
getCategory() - Method in enum org.apache.hadoop.hbase.io.hfile.BlockType
 
getClass(String, Class<?>) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 
getClass(String, Class<? extends U>, Class<U>) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 
getClassByName(String) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 
getClasses(String, Class<?>...) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 
getCode() - Method in enum org.apache.hadoop.hbase.KeyValue.Type
 
getColumnFamilies() - Method in class org.apache.hadoop.hbase.util.test.LoadTestDataGenerator
Gets column families for the load test table.
getComparatorIgnoringTimestamps() - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
 
getComparatorIgnoringType() - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
 
getCompressedSize(Compression.Algorithm, Compressor, byte[], int, int) - Static method in class org.apache.hadoop.hbase.io.encoding.EncodedDataBlock
Find the size of compressed data assuming that buffer will be compressed using given algorithm.
getCompression() - Method in interface org.apache.hadoop.hbase.io.encoding.HFileBlockDecodingContext
 
getCompression() - Method in class org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultDecodingContext
 
getCompression() - Method in class org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultEncodingContext
 
getCompression() - Method in interface org.apache.hadoop.hbase.io.encoding.HFileBlockEncodingContext
 
getCompressionAlgorithmByName(String) - Static method in class org.apache.hadoop.hbase.io.compress.Compression
 
getCompressor() - Method in enum org.apache.hadoop.hbase.io.compress.Compression.Algorithm
 
getDataBlockEncoderById(short) - Static method in enum org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
Find and create data block encoder for given id;
getDataBlockEncoding() - Method in class org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultEncodingContext
 
getDataBlockEncoding() - Method in interface org.apache.hadoop.hbase.io.encoding.HFileBlockEncodingContext
 
getDate() - Static method in class org.apache.hadoop.hbase.util.VersionInfo
The date that hbase was compiled.
getDecoder(InputStream) - Method in class org.apache.hadoop.hbase.codec.CellCodec
 
getDecoder(InputStream) - Method in interface org.apache.hadoop.hbase.codec.Codec
 
getDecoder(InputStream) - Method in class org.apache.hadoop.hbase.codec.KeyValueCodec
Implementation depends on InputStream.available()
getDecompressor() - Method in enum org.apache.hadoop.hbase.io.compress.Compression.Algorithm
 
getDelegate() - Static method in class org.apache.hadoop.hbase.util.EnvironmentEdgeManager
Retrieves the singleton instance of the EnvironmentEdge that is being managed.
getDelimiter(byte[], int, int, int) - Static method in class org.apache.hadoop.hbase.KeyValue
 
getDelimiterInReverse(byte[], int, int, int) - Static method in class org.apache.hadoop.hbase.KeyValue
Find index of passed delimiter walking from end of buffer backwards.
getDeterministicUniqueKey(long) - Method in class org.apache.hadoop.hbase.util.test.LoadTestDataGenerator
Generates a deterministic, unique hashed row key from a number.
getEncodedCompressedSize(Compression.Algorithm, Compressor) - Method in class org.apache.hadoop.hbase.io.encoding.EncodedDataBlock
Estimate size after second stage of compression (e.g.
getEncoder(OutputStream) - Method in class org.apache.hadoop.hbase.codec.CellCodec
 
getEncoder(OutputStream) - Method in interface org.apache.hadoop.hbase.codec.Codec
 
getEncoder(OutputStream) - Method in class org.apache.hadoop.hbase.codec.KeyValueCodec
 
getEncoder() - Method in enum org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
Return new data block encoder for given algorithm type.
getEncodingById(short) - Static method in enum org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
 
getFamily() - Method in class org.apache.hadoop.hbase.KeyValue
Primarily for use client-side.
getFamily() - Method in class org.apache.hadoop.hbase.KeyValue.SplitKeyValue
 
getFamilyArray() - Method in interface org.apache.hadoop.hbase.Cell
Contiguous bytes composed of legal HDFS filename characters which may start at any index in the containing array.
getFamilyArray(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
 
getFamilyArray() - Method in class org.apache.hadoop.hbase.KeyValue
 
getFamilyDelimiterIndex(byte[], int, int) - Static method in class org.apache.hadoop.hbase.KeyValue
 
getFamilyLength() - Method in interface org.apache.hadoop.hbase.Cell
 
getFamilyLength() - Method in class org.apache.hadoop.hbase.KeyValue
 
getFamilyLength(int) - Method in class org.apache.hadoop.hbase.KeyValue
 
getFamilyOffset() - Method in interface org.apache.hadoop.hbase.Cell
 
getFamilyOffset() - Method in class org.apache.hadoop.hbase.KeyValue
 
getFamilyOffset(int) - Method in class org.apache.hadoop.hbase.KeyValue
 
getFamilyString(KeyValue) - Static method in class org.apache.hadoop.hbase.KeyValueTestUtil
 
getFirst(long[]) - Static method in class org.apache.hadoop.hbase.util.ArrayUtils
 
getFirst(Collection<T>) - Static method in class org.apache.hadoop.hbase.util.CollectionUtils
first/last
getFirst() - Method in class org.apache.hadoop.hbase.util.Pair
Return the first element stored in the pair.
getFirst() - Method in class org.apache.hadoop.hbase.util.PairOfSameType
Return the first element stored in the pair.
getFirst() - Method in class org.apache.hadoop.hbase.util.Triple
 
getFirstKeyInBlock(ByteBuffer) - Method in class org.apache.hadoop.hbase.io.encoding.CopyKeyDataBlockEncoder
 
getFirstKeyInBlock(ByteBuffer) - Method in interface org.apache.hadoop.hbase.io.encoding.DataBlockEncoder
Return first key in block.
getFirstKeyInBlock(ByteBuffer) - Method in class org.apache.hadoop.hbase.io.encoding.DiffKeyDeltaEncoder
 
getFirstKeyInBlock(ByteBuffer) - Method in class org.apache.hadoop.hbase.io.encoding.FastDiffDeltaEncoder
 
getFirstKeyInBlock(ByteBuffer) - Method in class org.apache.hadoop.hbase.io.encoding.PrefixKeyDeltaEncoder
 
getFloat(String, float) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 
getHashType(Configuration) - Static method in class org.apache.hadoop.hbase.util.Hash
This utility method converts the name of the configured hash type to a symbolic constant.
getHeaderSize() - Method in class org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultEncodingContext
 
getHeaderSize() - Method in interface org.apache.hadoop.hbase.io.encoding.HFileBlockEncodingContext
 
getHexDigits(String) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 
getId() - Method in enum org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
 
getId() - Method in enum org.apache.hadoop.hbase.io.hfile.BlockType
Use this instead of Enum.ordinal().
getInstance(int) - Static method in class org.apache.hadoop.hbase.util.Hash
Get a singleton instance of hash function of a given type.
getInstance(Configuration) - Static method in class org.apache.hadoop.hbase.util.Hash
Get a singleton instance of hash function of a type defined in the configuration.
getInstance() - Static method in class org.apache.hadoop.hbase.util.JenkinsHash
 
getInstance() - Static method in class org.apache.hadoop.hbase.util.MurmurHash
 
getInt(String, int) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 
getIterator() - Method in class org.apache.hadoop.hbase.io.encoding.EncodedDataBlock
Provides access to compressed value.
getKey() - Method in class org.apache.hadoop.hbase.KeyValue
Do not use unless you have to.
getKeyDataStructureSize(int, int, int) - Static method in class org.apache.hadoop.hbase.KeyValue
Computes the number of bytes that a KeyValue instance with the provided characteristics would take up in its underlying data structure for the key.
getKeyDeepCopy() - Method in interface org.apache.hadoop.hbase.io.encoding.DataBlockEncoder.EncodedSeeker
Does a deep copy of the key at the current position.
getKeyLength() - Method in class org.apache.hadoop.hbase.KeyValue
 
getKeyOffset() - Method in class org.apache.hadoop.hbase.KeyValue
 
getKeyString() - Method in class org.apache.hadoop.hbase.KeyValue
 
getKeyValue() - Method in interface org.apache.hadoop.hbase.io.encoding.DataBlockEncoder.EncodedSeeker
 
getKeyValueBuffer() - Method in interface org.apache.hadoop.hbase.io.encoding.DataBlockEncoder.EncodedSeeker
 
getKeyValueDataStructureSize(int, int, int, int) - Static method in class org.apache.hadoop.hbase.KeyValue
Computes the number of bytes that a KeyValue instance with the provided characteristics would take up for its underlying data structure.
getLast(long[]) - Static method in class org.apache.hadoop.hbase.util.ArrayUtils
 
getLast(List<T>) - Static method in class org.apache.hadoop.hbase.util.CollectionUtils
 
getLastIndex(List<?>) - Static method in class org.apache.hadoop.hbase.util.CollectionUtils
 
getLength() - Method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable
 
getLength() - Method in class org.apache.hadoop.hbase.KeyValue
 
getLength() - Method in class org.apache.hadoop.hbase.util.ByteRange
 
getLong(String, long) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 
getMax() - Method in class org.apache.hadoop.hbase.io.TimeRange
 
getMaxFileDescriptorCount() - Method in class org.apache.hadoop.hbase.util.JVM
Get the number of the maximum file descriptors the system can use.
getMaxRetries() - Method in class org.apache.hadoop.hbase.util.RetryCounter
 
getMD5AsHex(byte[]) - Static method in class org.apache.hadoop.hbase.util.MD5Hash
Given a byte array, returns in MD5 hash as a hex string.
getMD5AsHex(byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.MD5Hash
Given a byte array, returns its MD5 hash as a hex string.
getMemstoreTS() - Method in class org.apache.hadoop.hbase.KeyValue
Deprecated. 
getMin() - Method in class org.apache.hadoop.hbase.io.TimeRange
 
getMultiple(long, int, byte[]) - Method in class org.apache.hadoop.hbase.util.ByteBufferArray
Transfers bytes from this buffer array into the given destination array
getMultiple(long, int, byte[], int) - Method in class org.apache.hadoop.hbase.util.ByteBufferArray
Transfers bytes from this buffer array into the given destination array
getMvccVersion() - Method in interface org.apache.hadoop.hbase.Cell
Internal use only.
getMvccVersion() - Method in class org.apache.hadoop.hbase.KeyValue
Here be dragons
getName() - Method in enum org.apache.hadoop.hbase.io.compress.Compression.Algorithm
 
getNamedThreadFactory(String) - Static method in class org.apache.hadoop.hbase.util.Threads
Returns a ThreadFactory that names each created thread uniquely, with a common prefix.
getNameFromId(short) - Static method in enum org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
Find and return the name of data block encoder for the given id.
getNameInBytes() - Method in enum org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
 
getOffset() - Method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable
 
getOffset() - Method in class org.apache.hadoop.hbase.KeyValue
 
getOffset() - Method in class org.apache.hadoop.hbase.util.ByteRange
 
getOnDiskBytesWithHeader() - Method in class org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultEncodingContext
 
getOnDiskBytesWithHeader() - Method in interface org.apache.hadoop.hbase.io.encoding.HFileBlockEncodingContext
 
getOpenFileDescriptorCount() - Method in class org.apache.hadoop.hbase.util.JVM
Get the number of opened filed descriptor for the runtime jvm.
getOutputStreamForEncoder() - Method in class org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultEncodingContext
 
getOutputStreamForEncoder() - Method in interface org.apache.hadoop.hbase.io.encoding.HFileBlockEncodingContext
 
getQualifier() - Method in class org.apache.hadoop.hbase.KeyValue
Primarily for use client-side.
getQualifier() - Method in class org.apache.hadoop.hbase.KeyValue.SplitKeyValue
 
getQualifierArray() - Method in interface org.apache.hadoop.hbase.Cell
Contiguous raw bytes that may start at any index in the containing array.
getQualifierArray(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
 
getQualifierArray() - Method in class org.apache.hadoop.hbase.KeyValue
 
getQualifierLength() - Method in interface org.apache.hadoop.hbase.Cell
 
getQualifierLength() - Method in class org.apache.hadoop.hbase.KeyValue
 
getQualifierLength(int, int) - Method in class org.apache.hadoop.hbase.KeyValue
 
getQualifierOffset() - Method in interface org.apache.hadoop.hbase.Cell
 
getQualifierOffset() - Method in class org.apache.hadoop.hbase.KeyValue
 
getQualifierOffset(int) - Method in class org.apache.hadoop.hbase.KeyValue
 
getQualifierString(KeyValue) - Static method in class org.apache.hadoop.hbase.KeyValueTestUtil
 
getRange(String, String) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 
getRaw(String) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 
getRawComparator() - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
 
getRawComparator() - Method in class org.apache.hadoop.hbase.KeyValue.MetaComparator
 
getRawComparator() - Method in class org.apache.hadoop.hbase.KeyValue.RootComparator
 
getRevision() - Static method in class org.apache.hadoop.hbase.util.VersionInfo
Get the subversion revision number for the root directory
getRow() - Method in class org.apache.hadoop.hbase.KeyValue
Primarily for use client-side.
getRow() - Method in class org.apache.hadoop.hbase.KeyValue.SplitKeyValue
 
getRowArray() - Method in interface org.apache.hadoop.hbase.Cell
Contiguous raw bytes that may start at any index in the containing array.
getRowArray(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
get individual arrays for tests
getRowArray() - Method in class org.apache.hadoop.hbase.KeyValue
 
getRowByte(Cell, int) - Static method in class org.apache.hadoop.hbase.CellUtil
misc
getRowComparator(byte[]) - Static method in class org.apache.hadoop.hbase.KeyValue
Get the appropriate row comparator for the specified table.
getRowLength() - Method in interface org.apache.hadoop.hbase.Cell
 
getRowLength() - Method in class org.apache.hadoop.hbase.KeyValue
 
getRowOffset() - Method in interface org.apache.hadoop.hbase.Cell
 
getRowOffset() - Method in class org.apache.hadoop.hbase.KeyValue
 
getRowString(KeyValue) - Static method in class org.apache.hadoop.hbase.KeyValueTestUtil
 
getSecond() - Method in class org.apache.hadoop.hbase.util.Pair
Return the second element stored in the pair.
getSecond() - Method in class org.apache.hadoop.hbase.util.PairOfSameType
Return the second element stored in the pair.
getSecond() - Method in class org.apache.hadoop.hbase.util.Triple
 
getShortMidpointKey(byte[], byte[]) - Method in class org.apache.hadoop.hbase.KeyValue.KeyComparator
Generate a faked byte array if possible.
getShortMidpointKey(byte[], byte[]) - Method in class org.apache.hadoop.hbase.KeyValue.MetaKeyComparator
 
getSize() - Method in class org.apache.hadoop.hbase.io.encoding.EncodedDataBlock
Find the size of minimal buffer that could store compressed data.
getSize() - Method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable
 
getStringCollection(String) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 
getStrings(String) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 
getStrings(String, String...) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 
getSupportedAlgorithms() - Static method in class org.apache.hadoop.hbase.io.compress.Compression
Get names of supported compression algorithms.
getThird() - Method in class org.apache.hadoop.hbase.util.Triple
 
getTimestamp() - Method in interface org.apache.hadoop.hbase.Cell
 
getTimestamp() - Method in class org.apache.hadoop.hbase.KeyValue
 
getTimestamp() - Method in class org.apache.hadoop.hbase.KeyValue.SplitKeyValue
 
getTimestampOffset() - Method in class org.apache.hadoop.hbase.KeyValue
 
getTimestampOffset(int) - Method in class org.apache.hadoop.hbase.KeyValue
 
getTimestampString(KeyValue) - Static method in class org.apache.hadoop.hbase.KeyValueTestUtil
 
getTotalColumnLength() - Method in class org.apache.hadoop.hbase.KeyValue
 
getTotalColumnLength(int, int) - Method in class org.apache.hadoop.hbase.KeyValue
 
getTotalLengthOfArrays(Iterable<byte[]>) - Static method in class org.apache.hadoop.hbase.util.ArrayUtils
 
getType() - Method in class org.apache.hadoop.hbase.KeyValue
 
getType() - Method in class org.apache.hadoop.hbase.KeyValue.SplitKeyValue
 
getTypeByte() - Method in interface org.apache.hadoop.hbase.Cell
 
getTypeByte() - Method in class org.apache.hadoop.hbase.KeyValue
 
getTypeString(KeyValue) - Static method in class org.apache.hadoop.hbase.KeyValueTestUtil
 
getUncompressedBytesWithHeader() - Method in class org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultEncodingContext
 
getUncompressedBytesWithHeader() - Method in interface org.apache.hadoop.hbase.io.encoding.HFileBlockEncodingContext
 
getUrl() - Static method in class org.apache.hadoop.hbase.util.VersionInfo
Get the subversion URL for the root hbase directory.
getUser() - Static method in class org.apache.hadoop.hbase.util.VersionInfo
The user that compiled hbase.
getUtf8ByteArrays(List<String>) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
getValue() - Method in class org.apache.hadoop.hbase.KeyValue
Returns value in a new byte array.
getValue() - Method in class org.apache.hadoop.hbase.KeyValue.SplitKeyValue
 
getValueArray() - Method in interface org.apache.hadoop.hbase.Cell
Contiguous raw bytes that may start at any index in the containing array.
getValueArray(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
 
getValueArray() - Method in class org.apache.hadoop.hbase.KeyValue
 
getValueAsByteBuffer() - Method in class org.apache.hadoop.hbase.KeyValue
Returns the value wrapped in a new ByteBuffer.
getValueBufferShallowCopy(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
 
getValueLength() - Method in interface org.apache.hadoop.hbase.Cell
 
getValueLength() - Method in class org.apache.hadoop.hbase.KeyValue
 
getValueOffset() - Method in interface org.apache.hadoop.hbase.Cell
 
getValueOffset() - Method in class org.apache.hadoop.hbase.KeyValue
 
getValueShallowCopy() - Method in interface org.apache.hadoop.hbase.io.encoding.DataBlockEncoder.EncodedSeeker
Does a shallow copy of the value at the current position.
getValueString(KeyValue) - Static method in class org.apache.hadoop.hbase.KeyValueTestUtil
 
getVersion() - Static method in class org.apache.hadoop.hbase.util.VersionInfo
Get the hbase version.
growIfNecessary(byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.ArrayUtils
 
growIfNecessary(int[], int, int) - Static method in class org.apache.hadoop.hbase.util.ArrayUtils
 
growIfNecessary(long[], int, int) - Static method in class org.apache.hadoop.hbase.util.ArrayUtils
 

H

Hash - Class in org.apache.hadoop.hbase.util
This class represents a common API for hashing functions.
Hash() - Constructor for class org.apache.hadoop.hbase.util.Hash
 
hash(byte[]) - Method in class org.apache.hadoop.hbase.util.Hash
Calculate a hash using all bytes from the input argument, and a seed of -1.
hash(byte[], int) - Method in class org.apache.hadoop.hbase.util.Hash
Calculate a hash using all bytes from the input argument, and a provided seed value.
hash(byte[], int, int) - Method in class org.apache.hadoop.hbase.util.Hash
Calculate a hash using bytes from 0 to length, and the provided seed value
hash(byte[], int, int, int) - Method in class org.apache.hadoop.hbase.util.Hash
Calculate a hash using bytes from offset to offset + length, and the provided seed value.
hash(byte[], int, int, int) - Method in class org.apache.hadoop.hbase.util.JenkinsHash
taken from hashlittle() -- hash a variable-length key into a 32-bit value
hash(byte[], int, int, int) - Method in class org.apache.hadoop.hbase.util.MurmurHash
 
hashCode(Cell) - Static method in class org.apache.hadoop.hbase.CellComparator
Returns a hash code that is always the same for two Cells having a matching equals(..) result.
hashCode() - Method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable
 
hashCode() - Method in class org.apache.hadoop.hbase.KeyValue
 
hashCode() - Method in class org.apache.hadoop.hbase.util.ByteRange
 
hashCode(byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
hashCode(byte[], int) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
hashCode(byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
hashCode() - Method in class org.apache.hadoop.hbase.util.Pair
 
hashCode() - Method in class org.apache.hadoop.hbase.util.PairOfSameType
 
hashCode() - Method in class org.apache.hadoop.hbase.util.Triple
 
HBASE_CHECKSUM_VERIFICATION - Static variable in class org.apache.hadoop.hbase.HConstants
If this parameter is set to true, then hbase will read data and then verify checksums.
HBASE_CLIENT_INSTANCE_ID - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for unique identifier for this Configuration instance.
HBASE_CLIENT_IPC_POOL_SIZE - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for HBase client IPC pool size
HBASE_CLIENT_IPC_POOL_TYPE - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for HBase client IPC pool type
HBASE_CLIENT_OPERATION_TIMEOUT - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for HBase client operation timeout, which overrides RPC timeout
HBASE_CLIENT_PAUSE - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for client pause value, used mostly as value to wait before running a retry of a failed get, region lookup, etc.
HBASE_CLIENT_PREFETCH_LIMIT - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for client prefetch limit, used as the maximum number of regions info that will be prefetched.
HBASE_CLIENT_RETRIES_NUMBER - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for maximum retries, used as maximum for all retryable operations such as fetching of the root region from root region server, getting a cell's value, starting a row update, etc.
HBASE_CLIENT_RPC_MAXATTEMPTS - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for maximum attempts, used to limit the number of times the client will try to obtain the proxy for a given region server.
HBASE_CLIENT_SCANNER_CACHING - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name to set the default scanner caching for all clients.
HBASE_CLIENT_SCANNER_MAX_RESULT_SIZE_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for maximum number of bytes returned when calling a scanner's next method.
HBASE_CLIENT_SCANNER_TIMEOUT_PERIOD - Static variable in class org.apache.hadoop.hbase.HConstants
The client scanner timeout period in milliseconds.
HBASE_CLUSTER_MINIMUM_MEMORY_THRESHOLD - Static variable in class org.apache.hadoop.hbase.HConstants
 
HBASE_CONFIG_READ_ZOOKEEPER_CONFIG - Static variable in class org.apache.hadoop.hbase.HConstants
 
HBASE_DIR - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for HBase instance root directory
HBASE_MASTER_LOADBALANCER_CLASS - Static variable in class org.apache.hadoop.hbase.HConstants
Config for pluggable load balancers
HBASE_MASTER_LOGCLEANER_PLUGINS - Static variable in class org.apache.hadoop.hbase.HConstants
 
HBASE_META_SCANNER_CACHING - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for number of rows that will be fetched when calling next on a scanner if it is not served from memory.
HBASE_NON_TABLE_DIRS - Static variable in class org.apache.hadoop.hbase.HConstants
Directories that are not HBase table directories
HBASE_NON_USER_TABLE_DIRS - Static variable in class org.apache.hadoop.hbase.HConstants
Directories that are not HBase user table directories
HBASE_REGION_SPLIT_POLICY_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
 
HBASE_RPC_TIMEOUT_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
timeout for each RPC
HBASE_SERVER_PAUSE - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for server pause value, used mostly as value to wait before running a retry of a failed operation.
HBASE_TEMP_DIRECTORY - Static variable in class org.apache.hadoop.hbase.HConstants
Temporary directory used for table creation and deletion
HBASECLIENT_IMPL - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for what hbase client implementation to use.
HBaseConfiguration - Class in org.apache.hadoop.hbase
Adds HBase configuration files to a Configuration
HBaseConfiguration() - Constructor for class org.apache.hadoop.hbase.HBaseConfiguration
Deprecated. 
HBaseConfiguration(Configuration) - Constructor for class org.apache.hadoop.hbase.HBaseConfiguration
Deprecated. 
HBCK_CODE_NAME - Static variable in class org.apache.hadoop.hbase.HConstants
HBCK special code name used as server name when manipulating ZK nodes
HBCK_SIDELINEDIR_NAME - Static variable in class org.apache.hadoop.hbase.HConstants
Used by HBCK to sideline backup data
HConstants - Class in org.apache.hadoop.hbase
HConstants holds a bunch of HBase-related constants
HConstants.Modify - Enum in org.apache.hadoop.hbase
modifyTable op for replacing the table descriptor
HConstants.OperationStatusCode - Enum in org.apache.hadoop.hbase
Status codes used for return values of bulk operations.
head(byte[], int) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
headMap(K) - Method in class org.apache.hadoop.hbase.util.SoftValueSortedMap
 
HEALTH_CHORE_WAKE_FREQ - Static variable in class org.apache.hadoop.hbase.HConstants
 
HEALTH_FAILURE_THRESHOLD - Static variable in class org.apache.hadoop.hbase.HConstants
The maximum number of health check failures a server can encounter consecutively.
HEALTH_SCRIPT_LOC - Static variable in class org.apache.hadoop.hbase.HConstants
Health script related settings.
HEALTH_SCRIPT_TIMEOUT - Static variable in class org.apache.hadoop.hbase.HConstants
 
HeapSize - Interface in org.apache.hadoop.hbase.io
Implementations can be asked for an estimate of their size in bytes.
heapSize() - Method in interface org.apache.hadoop.hbase.io.HeapSize
 
heapSize() - Method in class org.apache.hadoop.hbase.KeyValue
HeapSize implementation We do not count the bytes in the rowCache because it should be empty for a KeyValue in the MemStore.
HFILE_ARCHIVE_DIRECTORY - Static variable in class org.apache.hadoop.hbase.HConstants
Directory under /hbase where archived hfiles are stored
HFILE_BLOCK_CACHE_SIZE_DEFAULT - Static variable in class org.apache.hadoop.hbase.HConstants
 
HFILE_BLOCK_CACHE_SIZE_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
Configuration key for the size of the block cache
HFILEBLOCK_DUMMY_HEADER - Static variable in class org.apache.hadoop.hbase.HConstants
Just an array of bytes of the right size.
HFILEBLOCK_HEADER_SIZE - Static variable in class org.apache.hadoop.hbase.HConstants
The size of a version 2 HFile block header, minor version 1.
HFILEBLOCK_HEADER_SIZE_NO_CHECKSUM - Static variable in class org.apache.hadoop.hbase.HConstants
The size data structures with minor version is 0
HFileBlockDecodingContext - Interface in org.apache.hadoop.hbase.io.encoding
A decoding context that is created by a reader's encoder, and is shared across the reader's all read operations.
HFileBlockDefaultDecodingContext - Class in org.apache.hadoop.hbase.io.encoding
A default implementation of HFileBlockDecodingContext.
HFileBlockDefaultDecodingContext(Compression.Algorithm) - Constructor for class org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultDecodingContext
 
HFileBlockDefaultEncodingContext - Class in org.apache.hadoop.hbase.io.encoding
A default implementation of HFileBlockEncodingContext.
HFileBlockDefaultEncodingContext(Compression.Algorithm, DataBlockEncoding, byte[]) - Constructor for class org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultEncodingContext
 
HFileBlockEncodingContext - Interface in org.apache.hadoop.hbase.io.encoding
An encoding context that is created by a writer's encoder, and is shared across the writer's whole lifetime.
HIGH_QOS - Static variable in class org.apache.hadoop.hbase.HConstants
 
HOSTNAME_PORT_SEPARATOR - Static variable in class org.apache.hadoop.hbase.util.Addressing
 
HREGION_COMPACTIONDIR_NAME - Static variable in class org.apache.hadoop.hbase.HConstants
Used to construct the name of the compaction directory during compaction
HREGION_EDITS_REPLAY_SKIP_ERRORS - Static variable in class org.apache.hadoop.hbase.HConstants
 
HREGION_LOGDIR_NAME - Static variable in class org.apache.hadoop.hbase.HConstants
Used to construct the name of the log directory for a region server Use '.' as a special character to seperate the log files from table data
HREGION_MAX_FILESIZE - Static variable in class org.apache.hadoop.hbase.HConstants
Conf key for the max file size after which we split the region
HREGION_MEMSTORE_FLUSH_SIZE - Static variable in class org.apache.hadoop.hbase.HConstants
Conf key for the memstore size at which we flush the memstore
HREGION_OLDLOGDIR_NAME - Static variable in class org.apache.hadoop.hbase.HConstants
Like the previous, but for old logs that are about to be deleted
HSTORE_OPEN_AND_CLOSE_THREADS_MAX - Static variable in class org.apache.hadoop.hbase.HConstants
The max number of threads used for opening and closing stores or store files in parallel
humanReadableTimestamp(long) - Static method in class org.apache.hadoop.hbase.KeyValue
 

I

ID_SIZE - Static variable in enum org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
 
ImmutableBytesWritable - Class in org.apache.hadoop.hbase.io
A byte sequence that is usable as a key or value.
ImmutableBytesWritable() - Constructor for class org.apache.hadoop.hbase.io.ImmutableBytesWritable
Create a zero-size sequence.
ImmutableBytesWritable(byte[]) - Constructor for class org.apache.hadoop.hbase.io.ImmutableBytesWritable
Create a ImmutableBytesWritable using the byte array as the initial value.
ImmutableBytesWritable(ImmutableBytesWritable) - Constructor for class org.apache.hadoop.hbase.io.ImmutableBytesWritable
Set the new ImmutableBytesWritable to the contents of the passed ibw.
ImmutableBytesWritable(byte[], int, int) - Constructor for class org.apache.hadoop.hbase.io.ImmutableBytesWritable
Set the value to a given byte range
ImmutableBytesWritable.Comparator - Class in org.apache.hadoop.hbase.io
A Comparator optimized for ImmutableBytesWritable.
ImmutableBytesWritable.Comparator() - Constructor for class org.apache.hadoop.hbase.io.ImmutableBytesWritable.Comparator
constructor
in - Variable in class org.apache.hadoop.hbase.codec.BaseDecoder
 
IN_MEMORY - Static variable in class org.apache.hadoop.hbase.HConstants
 
incrementBytes(byte[], long) - Static method in class org.apache.hadoop.hbase.util.Bytes
Bytewise binary increment/deincrement of long contained in byte array on given amount.
IncrementingEnvironmentEdge - Class in org.apache.hadoop.hbase.util
Uses an incrementing algorithm instead of the default.
IncrementingEnvironmentEdge() - Constructor for class org.apache.hadoop.hbase.util.IncrementingEnvironmentEdge
Construct an incremental edge starting from currentTimeMillis
IncrementingEnvironmentEdge(long) - Constructor for class org.apache.hadoop.hbase.util.IncrementingEnvironmentEdge
Construct an incremental edge with an initial amount
incrementTime(long) - Method in class org.apache.hadoop.hbase.util.IncrementingEnvironmentEdge
Increment the time by the given amount
INDEX_KEY_MAGIC - Static variable in class org.apache.hadoop.hbase.HConstants
Used as a magic return value while optimized index key feature enabled(HBASE-7845)
indexOf(byte[], byte) - Static method in class org.apache.hadoop.hbase.util.Bytes
Returns the index of the first appearance of the value target in array.
indexOf(byte[], byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
Returns the start position of the first occurrence of the specified target within array, or -1 if there is no such occurrence.
injectEdge(EnvironmentEdge) - Static method in class org.apache.hadoop.hbase.util.EnvironmentEdgeManager
Injects the given edge such that it becomes the managed entity.
instantiateWithCustomCtor(String, Class<?>[], Object[]) - Static method in class org.apache.hadoop.hbase.util.ReflectionUtils
 
INTEGER - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for an Integer
internalEncodeKeyValues(DataOutputStream, ByteBuffer, boolean) - Method in class org.apache.hadoop.hbase.io.encoding.CopyKeyDataBlockEncoder
 
internalEncodeKeyValues(DataOutputStream, ByteBuffer, boolean) - Method in class org.apache.hadoop.hbase.io.encoding.DiffKeyDeltaEncoder
 
internalEncodeKeyValues(DataOutputStream, ByteBuffer, boolean) - Method in class org.apache.hadoop.hbase.io.encoding.FastDiffDeltaEncoder
 
internalEncodeKeyValues(DataOutputStream, ByteBuffer, boolean) - Method in class org.apache.hadoop.hbase.io.encoding.PrefixKeyDeltaEncoder
 
intFitsIn(int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Check how many bytes is required to store value.
INVALID_HASH - Static variable in class org.apache.hadoop.hbase.util.Hash
Constant to denote invalid hash type.
is32BitJVM() - Static method in class org.apache.hadoop.hbase.util.ClassSize
Determines if we are running in a 32-bit JVM.
isAllTime() - Method in class org.apache.hadoop.hbase.io.TimeRange
Check if it is for all time
isCorrectEncoder(DataBlockEncoder, short) - Static method in enum org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
Check if given encoder has this id.
iscreate(InputStream) - Static method in class org.apache.hadoop.hbase.KeyValue
Create a KeyValue reading from the raw InputStream.
isData() - Method in enum org.apache.hadoop.hbase.io.hfile.BlockType
 
isDelete(byte) - Static method in class org.apache.hadoop.hbase.KeyValue
 
isDelete() - Method in class org.apache.hadoop.hbase.KeyValue
 
isDeleteColumnOrFamily() - Method in class org.apache.hadoop.hbase.KeyValue
 
isDeleteFamily() - Method in class org.apache.hadoop.hbase.KeyValue
 
isDeleteType() - Method in class org.apache.hadoop.hbase.KeyValue
 
isEmpty(byte[]) - Static method in class org.apache.hadoop.hbase.util.ArrayUtils
 
isEmpty(long[]) - Static method in class org.apache.hadoop.hbase.util.ArrayUtils
 
isEmpty(Object[]) - Static method in class org.apache.hadoop.hbase.util.ArrayUtils
 
isEmpty() - Method in class org.apache.hadoop.hbase.util.ByteRange
 
isEmpty(ByteRange) - Static method in class org.apache.hadoop.hbase.util.ByteRange
static methods
isEmpty(Collection<T>) - Static method in class org.apache.hadoop.hbase.util.CollectionUtils
empty
isEmpty() - Method in class org.apache.hadoop.hbase.util.SoftValueSortedMap
 
isEmpty(String) - Static method in class org.apache.hadoop.hbase.util.Strings
Null-safe length check.
isEmptyColumn() - Method in class org.apache.hadoop.hbase.KeyValue
 
isGZIPOutputStreamFinishBroken() - Static method in class org.apache.hadoop.hbase.util.JVM
Check if the finish() method of GZIPOutputStream is broken
isInternal() - Method in class org.apache.hadoop.hbase.KeyValue
 
isLastIndex(List<?>, int) - Static method in class org.apache.hadoop.hbase.util.CollectionUtils
 
isLatestTimestamp() - Method in class org.apache.hadoop.hbase.KeyValue
 
isShowConfInServlet() - Static method in class org.apache.hadoop.hbase.HBaseConfiguration
 
isSorted(Collection<byte[]>) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
isUnix() - Static method in class org.apache.hadoop.hbase.util.JVM
Check if the OS is unix.
IterableUtils - Class in org.apache.hadoop.hbase.util
Utility methods for Iterable including null-safe handlers.
IterableUtils() - Constructor for class org.apache.hadoop.hbase.util.IterableUtils
 
iterateOnSplits(byte[], byte[], int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Iterate over keys within the passed range, splitting at an [a,b) boundary.
iterateOnSplits(byte[], byte[], boolean, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Iterate over keys within the passed range.
iterator() - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 
iterator() - Method in class org.apache.hadoop.hbase.util.PairOfSameType
 

J

JENKINS_HASH - Static variable in class org.apache.hadoop.hbase.util.Hash
Constant to denote JenkinsHash.
JenkinsHash - Class in org.apache.hadoop.hbase.util
Produces 32-bit hash for hash table lookup.
JenkinsHash() - Constructor for class org.apache.hadoop.hbase.util.JenkinsHash
 
JVM - Class in org.apache.hadoop.hbase.util
This class is a wrapper for the implementation of com.sun.management.UnixOperatingSystemMXBean It will decide to use the sun api or its own implementation depending on the runtime (vendor) used.
JVM() - Constructor for class org.apache.hadoop.hbase.util.JVM
Constructor.

K

KEY_COMPARATOR - Static variable in class org.apache.hadoop.hbase.KeyValue
Comparator for plain key; i.e.
KEY_FOR_HOSTNAME_SEEN_BY_MASTER - Static variable in class org.apache.hadoop.hbase.HConstants
 
KEY_INFRASTRUCTURE_SIZE - Static variable in class org.apache.hadoop.hbase.KeyValue
 
KEY_LENGTH_SIZE - Static variable in class org.apache.hadoop.hbase.KeyValue
Size of the key length field in bytes
keyLength(Cell) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
 
keySet() - Method in class org.apache.hadoop.hbase.util.SoftValueSortedMap
 
keyToString(byte[]) - Static method in class org.apache.hadoop.hbase.KeyValue
 
keyToString(byte[], int, int) - Static method in class org.apache.hadoop.hbase.KeyValue
 
KeyValue - Class in org.apache.hadoop.hbase
An HBase Key/Value.
KeyValue() - Constructor for class org.apache.hadoop.hbase.KeyValue
Writable Constructor -- DO NOT USE
KeyValue(byte[]) - Constructor for class org.apache.hadoop.hbase.KeyValue
Creates a KeyValue from the start of the specified byte array.
KeyValue(byte[], int) - Constructor for class org.apache.hadoop.hbase.KeyValue
Creates a KeyValue from the specified byte array and offset.
KeyValue(byte[], int, int) - Constructor for class org.apache.hadoop.hbase.KeyValue
Creates a KeyValue from the specified byte array, starting at offset, and for length length.
KeyValue(byte[], int, int, int) - Constructor for class org.apache.hadoop.hbase.KeyValue
Creates a KeyValue from the specified byte array, starting at offset, for length length, and a known keyLength.
KeyValue(byte[], long) - Constructor for class org.apache.hadoop.hbase.KeyValue
Constructs KeyValue structure filled with null value.
KeyValue(byte[], long, KeyValue.Type) - Constructor for class org.apache.hadoop.hbase.KeyValue
Constructs KeyValue structure filled with null value.
KeyValue(byte[], byte[], byte[]) - Constructor for class org.apache.hadoop.hbase.KeyValue
Constructs KeyValue structure filled with null value.
KeyValue(byte[], byte[], byte[], byte[]) - Constructor for class org.apache.hadoop.hbase.KeyValue
Constructs KeyValue structure filled with null value.
KeyValue(byte[], byte[], byte[], long, KeyValue.Type) - Constructor for class org.apache.hadoop.hbase.KeyValue
Constructs KeyValue structure filled with specified values.
KeyValue(byte[], byte[], byte[], long, byte[]) - Constructor for class org.apache.hadoop.hbase.KeyValue
Constructs KeyValue structure filled with specified values.
KeyValue(byte[], byte[], byte[], long, KeyValue.Type, byte[]) - Constructor for class org.apache.hadoop.hbase.KeyValue
Constructs KeyValue structure filled with specified values.
KeyValue(byte[], byte[], byte[], int, int, long, KeyValue.Type, byte[], int, int) - Constructor for class org.apache.hadoop.hbase.KeyValue
Constructs KeyValue structure filled with specified values.
KeyValue(byte[], int, int, byte[], int, int, byte[], int, int, long, KeyValue.Type, byte[], int, int) - Constructor for class org.apache.hadoop.hbase.KeyValue
Constructs KeyValue structure filled with specified values.
KeyValue(int, int, int, long, KeyValue.Type, int) - Constructor for class org.apache.hadoop.hbase.KeyValue
Constructs an empty KeyValue structure, with specified sizes.
KeyValue(byte[], byte[], int, int, byte[], int, int, byte[], int, int, long, KeyValue.Type, byte[], int, int) - Constructor for class org.apache.hadoop.hbase.KeyValue
Constructs KeyValue structure filled with specified values.
KeyValue(byte[], int, byte[], int, int, byte[], int, int, byte[], int, int, long, KeyValue.Type, byte[], int, int) - Constructor for class org.apache.hadoop.hbase.KeyValue
Constructs KeyValue structure filled with specified values.
KeyValue.KeyComparator - Class in org.apache.hadoop.hbase
Compare key portion of a KeyValue.
KeyValue.KeyComparator() - Constructor for class org.apache.hadoop.hbase.KeyValue.KeyComparator
 
KeyValue.KVComparator - Class in org.apache.hadoop.hbase
Compare KeyValues.
KeyValue.KVComparator() - Constructor for class org.apache.hadoop.hbase.KeyValue.KVComparator
 
KeyValue.MetaComparator - Class in org.apache.hadoop.hbase
A KeyValue.KVComparator for .META. catalog table KeyValues.
KeyValue.MetaComparator() - Constructor for class org.apache.hadoop.hbase.KeyValue.MetaComparator
 
KeyValue.MetaKeyComparator - Class in org.apache.hadoop.hbase
Compare key portion of a KeyValue for keys in .META. table.
KeyValue.MetaKeyComparator() - Constructor for class org.apache.hadoop.hbase.KeyValue.MetaKeyComparator
 
KeyValue.RootComparator - Class in org.apache.hadoop.hbase
A KeyValue.KVComparator for -ROOT- catalog table KeyValues.
KeyValue.RootComparator() - Constructor for class org.apache.hadoop.hbase.KeyValue.RootComparator
 
KeyValue.RootKeyComparator - Class in org.apache.hadoop.hbase
Compare key portion of a KeyValue for keys in -ROOT- table.
KeyValue.RootKeyComparator() - Constructor for class org.apache.hadoop.hbase.KeyValue.RootKeyComparator
 
KeyValue.RowComparator - Class in org.apache.hadoop.hbase
Comparator that compares row component only of a KeyValue.
KeyValue.RowComparator(KeyValue.KVComparator) - Constructor for class org.apache.hadoop.hbase.KeyValue.RowComparator
 
KeyValue.SamePrefixComparator<T> - Interface in org.apache.hadoop.hbase
Avoids redundant comparisons for better performance.
KeyValue.SplitKeyValue - Class in org.apache.hadoop.hbase
Utility class that splits a KeyValue buffer into separate byte arrays.
KeyValue.Type - Enum in org.apache.hadoop.hbase
Key type.
KEYVALUE_INFRASTRUCTURE_SIZE - Static variable in class org.apache.hadoop.hbase.KeyValue
 
KeyValueCodec - Class in org.apache.hadoop.hbase.codec
Codec that does KeyValue version 1 serialization.
KeyValueCodec() - Constructor for class org.apache.hadoop.hbase.codec.KeyValueCodec
 
KeyValueTestUtil - Class in org.apache.hadoop.hbase
 
KeyValueTestUtil() - Constructor for class org.apache.hadoop.hbase.KeyValueTestUtil
 
KeyValueUtil - Class in org.apache.hadoop.hbase
static convenience methods for dealing with KeyValues and collections of KeyValues
KeyValueUtil() - Constructor for class org.apache.hadoop.hbase.KeyValueUtil
 
kvGenerator - Variable in class org.apache.hadoop.hbase.util.test.LoadTestDataGenerator
 

L

LAST_ROW - Static variable in class org.apache.hadoop.hbase.HConstants
Used by scanners and others when they're trying to detect the end of a table
lastKey() - Method in class org.apache.hadoop.hbase.util.SoftValueSortedMap
 
LATEST_TIMESTAMP - Static variable in class org.apache.hadoop.hbase.HConstants
Timestamp to use when we want to refer to the latest cell.
LATEST_TIMESTAMP_BYTES - Static variable in class org.apache.hadoop.hbase.HConstants
LATEST_TIMESTAMP in bytes form
length(Cell) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
length
length(byte[]) - Static method in class org.apache.hadoop.hbase.util.ArrayUtils
 
length(long[]) - Static method in class org.apache.hadoop.hbase.util.ArrayUtils
 
length(Object[]) - Static method in class org.apache.hadoop.hbase.util.ArrayUtils
 
lengthWithMvccVersion(KeyValue, boolean) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
 
LOAD_BALANCER_SLOP_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
 
LoadTestDataGenerator - Class in org.apache.hadoop.hbase.util.test
A generator of random data (keys/cfs/columns/values) for load testing.
LoadTestDataGenerator(int, int) - Constructor for class org.apache.hadoop.hbase.util.test.LoadTestDataGenerator
Initializes the object.
LoadTestKVGenerator - Class in org.apache.hadoop.hbase.util.test
A generator of random keys and values for load testing.
LoadTestKVGenerator(int, int) - Constructor for class org.apache.hadoop.hbase.util.test.LoadTestKVGenerator
 
loadValue(ByteBuffer) - Method in class org.apache.hadoop.hbase.KeyValue
Loads this object's value into the provided ByteBuffer.
LOCALHOST - Static variable in class org.apache.hadoop.hbase.HConstants
Host name of the local machine
LOCALHOST_IP - Static variable in class org.apache.hadoop.hbase.HConstants
 
LOG - Static variable in class org.apache.hadoop.hbase.util.Threads
 
logVersion() - Static method in class org.apache.hadoop.hbase.util.VersionInfo
 
longFitsIn(long) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Check how many bytes are required to store value.
lowerValueByKey(K) - Method in class org.apache.hadoop.hbase.util.SoftValueSortedMap
 
LOWESTKEY - Static variable in class org.apache.hadoop.hbase.KeyValue
Lowest possible key.

M

MAGIC_LENGTH - Static variable in enum org.apache.hadoop.hbase.io.hfile.BlockType
 
main(String[]) - Static method in class org.apache.hadoop.hbase.HBaseConfiguration
For debugging.
main(String[]) - Static method in class org.apache.hadoop.hbase.util.JenkinsHash
Compute the hash of the specified file
main(String[]) - Static method in class org.apache.hadoop.hbase.util.VersionInfo
 
MAJOR_COMPACTION_PERIOD - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for how often a region should should perform a major compaction
makeColumn(byte[], byte[]) - Static method in class org.apache.hadoop.hbase.KeyValue
Makes a column in family:qualifier form from separate byte arrays.
MAP_ENTRY - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for entry in map
mapKey(byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
mapKey(byte[], int) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
MASTER_IMPL - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for what master implementation to use.
MASTER_INFO_PORT - Static variable in class org.apache.hadoop.hbase.HConstants
Configuration key for master web API port
MASTER_PORT - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for port master listens on.
MASTER_TYPE_BACKUP - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for the master type being backup (waits for primary to go inactive).
matchingColumn(byte[], byte[]) - Method in class org.apache.hadoop.hbase.KeyValue
 
matchingColumn(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.KeyValue
Checks if column matches.
matchingColumnNoDelimiter(byte[]) - Method in class org.apache.hadoop.hbase.KeyValue
 
matchingFamily(byte[]) - Method in class org.apache.hadoop.hbase.KeyValue
 
matchingFamily(byte[], int, int) - Method in class org.apache.hadoop.hbase.KeyValue
 
matchingFamily(KeyValue) - Method in class org.apache.hadoop.hbase.KeyValue
 
matchingQualifier(byte[]) - Method in class org.apache.hadoop.hbase.KeyValue
 
matchingQualifier(byte[], int, int) - Method in class org.apache.hadoop.hbase.KeyValue
 
matchingQualifier(KeyValue) - Method in class org.apache.hadoop.hbase.KeyValue
 
matchingRow(byte[]) - Method in class org.apache.hadoop.hbase.KeyValue
 
matchingRow(byte[], int, int) - Method in class org.apache.hadoop.hbase.KeyValue
 
matchingRow(KeyValue) - Method in class org.apache.hadoop.hbase.KeyValue
 
matchingRowColumn(KeyValue, KeyValue) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
Compares the row and column of two keyvalues for equality
matchingRows(KeyValue, byte[]) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
 
matchingRows(KeyValue, KeyValue) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
Compares the row of two keyvalues for equality
matchingRows(KeyValue, short, KeyValue, short) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
 
matchingRows(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
 
matchingRowsGreaterTimestamp(KeyValue, KeyValue) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
Compares the row and timestamp of two keys Was called matchesWithoutColumn in HStoreKey.
MAX_ROW_LENGTH - Static variable in class org.apache.hadoop.hbase.HConstants
Max length a row can have because of the limitation in TFile.
MAXIMUM_VALUE_LENGTH - Static variable in class org.apache.hadoop.hbase.HConstants
Maximum value length, enforced on KeyValue construction
MD5Hash - Class in org.apache.hadoop.hbase.util
Utility class for MD5 MD5 hash produces a 128-bit digest.
MD5Hash() - Constructor for class org.apache.hadoop.hbase.util.MD5Hash
 
md5PrefixedKey(long) - Static method in class org.apache.hadoop.hbase.util.test.LoadTestKVGenerator
Converts the given key to string, and prefixes it with the MD5 hash of the index's string representation.
merge(Configuration, Configuration) - Static method in class org.apache.hadoop.hbase.HBaseConfiguration
Merge two configurations.
MERGEA_QUALIFIER - Static variable in class org.apache.hadoop.hbase.HConstants
The lower-half merge region column qualifier
MERGEB_QUALIFIER - Static variable in class org.apache.hadoop.hbase.HConstants
The upper-half merge region column qualifier
META_COMPARATOR - Static variable in class org.apache.hadoop.hbase.KeyValue
A KeyValue.KVComparator for .META. catalog table KeyValues.
META_KEY_COMPARATOR - Static variable in class org.apache.hadoop.hbase.KeyValue
A KeyValue.KVComparator for .META. catalog table KeyValue keys.
META_ROW_DELIMITER - Static variable in class org.apache.hadoop.hbase.HConstants
delimiter used between portions of a region name
META_TABLE_NAME - Static variable in class org.apache.hadoop.hbase.HConstants
The META table's name.
META_VERSION - Static variable in class org.apache.hadoop.hbase.HConstants
The current version of the meta table.
META_VERSION_QUALIFIER - Static variable in class org.apache.hadoop.hbase.HConstants
The meta table version column qualifier.
METADATA - Static variable in class org.apache.hadoop.hbase.HConstants
 
Methods - Class in org.apache.hadoop.hbase.util
 
Methods() - Constructor for class org.apache.hadoop.hbase.util.Methods
 
METRICS_RIT_STUCK_WARNING_THRESHOLD - Static variable in class org.apache.hadoop.hbase.HConstants
Region in Transition metrics threshold time
moveBufferToStream(OutputStream, ByteBuffer, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Copy the data to the output stream and update position in buffer.
MURMUR_HASH - Static variable in class org.apache.hadoop.hbase.util.Hash
Constant to denote MurmurHash.
MurmurHash - Class in org.apache.hadoop.hbase.util
This is a very fast, non-cryptographic hash suitable for general hash-based lookup.
MurmurHash() - Constructor for class org.apache.hadoop.hbase.util.MurmurHash
 

N

NAME - Static variable in class org.apache.hadoop.hbase.HConstants
 
newDaemonThreadFactory(String) - Static method in class org.apache.hadoop.hbase.util.Threads
Same as {#newDaemonThreadFactory(String, UncaughtExceptionHandler)}, without setting the exception handler.
newDaemonThreadFactory(String, Thread.UncaughtExceptionHandler) - Static method in class org.apache.hadoop.hbase.util.Threads
Get a named ThreadFactory that just builds daemon threads.
newDataBlockDecodingContext(Compression.Algorithm) - Method in interface org.apache.hadoop.hbase.io.encoding.DataBlockEncoder
Creates an encoder specific decoding context, which will prepare the data before actual decoding
newDataBlockEncodingContext(Compression.Algorithm, DataBlockEncoding, byte[]) - Method in interface org.apache.hadoop.hbase.io.encoding.DataBlockEncoder
Creates a encoder specific encoding context
newPair(T1, T2) - Static method in class org.apache.hadoop.hbase.util.Pair
Constructs a new pair, inferring the type via the passed arguments
next() - Method in interface org.apache.hadoop.hbase.io.encoding.DataBlockEncoder.EncodedSeeker
Move to next position
nextShallowCopy(ByteBuffer, boolean) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
Creates a new KeyValue object positioned in the supplied ByteBuffer and sets the ByteBuffer's position to the start of the next KeyValue.
NINES - Static variable in class org.apache.hadoop.hbase.HConstants
 
NO_NEXT_INDEXED_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
The byte array represents for NO_NEXT_INDEXED_KEY; The actual value is irrelevant because this is always compared by reference.
NO_SEQNUM - Static variable in class org.apache.hadoop.hbase.HConstants
Value indicating the server name was saved with no sequence number.
nonNullRowAndColumn() - Method in class org.apache.hadoop.hbase.KeyValue
 
NORMAL_QOS - Static variable in class org.apache.hadoop.hbase.HConstants
QOS attributes: these attributes are used to demarcate RPC call processing by different set of handlers.
notEmpty() - Method in class org.apache.hadoop.hbase.util.ByteRange
 
notEmpty(ByteRange) - Static method in class org.apache.hadoop.hbase.util.ByteRange
 
notEmpty(Collection<T>) - Static method in class org.apache.hadoop.hbase.util.CollectionUtils
 
nullSafe(Collection<T>) - Static method in class org.apache.hadoop.hbase.util.CollectionUtils
 
nullSafe(Iterable<T>) - Static method in class org.apache.hadoop.hbase.util.IterableUtils
 
nullSafeSameSize(Collection<A>, Collection<B>) - Static method in class org.apache.hadoop.hbase.util.CollectionUtils
 
nullSafeSize(Collection<T>) - Static method in class org.apache.hadoop.hbase.util.CollectionUtils
size
numEqualPrefixBytes(ByteRange, int) - Method in class org.apache.hadoop.hbase.util.ByteRange
 

O

OBJECT - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Object overhead is minimum 2 * reference size (8 bytes on 64-bit)
OLDEST_TIMESTAMP - Static variable in class org.apache.hadoop.hbase.HConstants
Timestamp to use when we want to refer to the oldest cell.
org.apache.hadoop.hbase - package org.apache.hadoop.hbase
 
org.apache.hadoop.hbase.codec - package org.apache.hadoop.hbase.codec
 
org.apache.hadoop.hbase.io - package org.apache.hadoop.hbase.io
 
org.apache.hadoop.hbase.io.compress - package org.apache.hadoop.hbase.io.compress
 
org.apache.hadoop.hbase.io.encoding - package org.apache.hadoop.hbase.io.encoding
 
org.apache.hadoop.hbase.io.hfile - package org.apache.hadoop.hbase.io.hfile
 
org.apache.hadoop.hbase.util - package org.apache.hadoop.hbase.util
 
org.apache.hadoop.hbase.util.test - package org.apache.hadoop.hbase.util.test
 
oswrite(KeyValue, OutputStream) - Static method in class org.apache.hadoop.hbase.KeyValue
Write out a KeyValue in the manner in which we used to when KeyValue was a Writable but do not require a DataOutput, just take plain OutputStream Named oswrite so does not clash with KeyValue.write(KeyValue, DataOutput)
out - Variable in class org.apache.hadoop.hbase.codec.BaseEncoder
 

P

padFront(String, char, int) - Static method in class org.apache.hadoop.hbase.util.Strings
Push the input string to the right by appending a character before it, usually a space.
padHead(byte[], int) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
padTail(byte[], int) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
Pair<T1,T2> - Class in org.apache.hadoop.hbase.util
A generic class for pairs.
Pair() - Constructor for class org.apache.hadoop.hbase.util.Pair
Default constructor.
Pair(T1, T2) - Constructor for class org.apache.hadoop.hbase.util.Pair
Constructor
PairOfSameType<T> - Class in org.apache.hadoop.hbase.util
A generic, immutable class for pairs of objects both of type T.
PairOfSameType(T, T) - Constructor for class org.apache.hadoop.hbase.util.PairOfSameType
Constructor
parse(byte[], int, int) - Static method in enum org.apache.hadoop.hbase.io.hfile.BlockType
 
parseCell() - Method in class org.apache.hadoop.hbase.codec.BaseDecoder
 
parseColumn(byte[]) - Static method in class org.apache.hadoop.hbase.KeyValue
Splits a column in family:qualifier form into separate byte arrays.
parseHashType(String) - Static method in class org.apache.hadoop.hbase.util.Hash
This utility method converts String representation of hash function name to a symbolic constant.
parseHostname(String) - Static method in class org.apache.hadoop.hbase.util.Addressing
 
parsePort(String) - Static method in class org.apache.hadoop.hbase.util.Addressing
 
postEncoding(BlockType) - Method in class org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultEncodingContext
 
postEncoding(BlockType) - Method in interface org.apache.hadoop.hbase.io.encoding.HFileBlockEncodingContext
Do any action that needs to be performed after the encoding.
PrefixKeyDeltaEncoder - Class in org.apache.hadoop.hbase.io.encoding
Compress key by storing size of common prefix with previous KeyValue and storing raw size of rest.
PrefixKeyDeltaEncoder() - Constructor for class org.apache.hadoop.hbase.io.encoding.PrefixKeyDeltaEncoder
 
prepareDecoding(int, int, ByteBuffer, byte[], int) - Method in interface org.apache.hadoop.hbase.io.encoding.HFileBlockDecodingContext
Perform all actions that need to be done before the encoder's real decoding process.
prepareDecoding(int, int, ByteBuffer, byte[], int) - Method in class org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultDecodingContext
 
prepareEncoding() - Method in class org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultEncodingContext
prepare to start a new encoding.
previousKey(KeyValue) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
Decrement the timestamp.
put(byte[], int) - Method in enum org.apache.hadoop.hbase.io.hfile.BlockType
Put the magic record out to the specified byte array position.
put(K, V) - Method in class org.apache.hadoop.hbase.util.SoftValueSortedMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.hadoop.hbase.util.SoftValueSortedMap
 
putBigDecimal(byte[], int, BigDecimal) - Static method in class org.apache.hadoop.hbase.util.Bytes
Put a BigDecimal value out to the specified byte array position.
putByte(byte[], int, byte) - Static method in class org.apache.hadoop.hbase.util.Bytes
Write a single byte out to the specified byte array position.
putBytes(byte[], int, byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Put bytes at the specified byte array position.
putCompressedInt(OutputStream, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Put in buffer integer using 7 bit encoding.
putDouble(byte[], int, double) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
putFloat(byte[], int, float) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
putInt(OutputStream, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Put in output stream 32 bit integer (Big Endian byte order).
putInt(byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Put an int value out to the specified byte array position.
putLong(OutputStream, long, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
 
putLong(byte[], int, long) - Static method in class org.apache.hadoop.hbase.util.Bytes
Put a long value out to the specified byte array position.
putMultiple(long, int, byte[]) - Method in class org.apache.hadoop.hbase.util.ByteBufferArray
Transfers bytes from the given source array into this buffer array
putMultiple(long, int, byte[], int) - Method in class org.apache.hadoop.hbase.util.ByteBufferArray
Transfers bytes from the given source array into this buffer array
putShort(byte[], int, short) - Static method in class org.apache.hadoop.hbase.util.Bytes
Put a short value out to the specified byte array position.

Q

QOS_THRESHOLD - Static variable in class org.apache.hadoop.hbase.HConstants
 

R

random(byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
Fill given array with random bytes.
random(byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Fill given array with random bytes at the specified position.
read(DataInputStream) - Static method in enum org.apache.hadoop.hbase.io.hfile.BlockType
 
read(ByteBuffer) - Static method in enum org.apache.hadoop.hbase.io.hfile.BlockType
 
readAndCheck(DataInputStream) - Method in enum org.apache.hadoop.hbase.io.hfile.BlockType
Reads a magic record of the length BlockType.MAGIC_LENGTH from the given stream and expects it to match this block type.
readAndCheck(ByteBuffer) - Method in enum org.apache.hadoop.hbase.io.hfile.BlockType
Reads a magic record of the length BlockType.MAGIC_LENGTH from the given byte buffer and expects it to match this block type.
readByteArray(DataInput) - Static method in class org.apache.hadoop.hbase.util.Bytes
Read byte-array written with a WritableableUtils.vint prefix.
readByteArrayThrowsRuntime(DataInput) - Static method in class org.apache.hadoop.hbase.util.Bytes
Read byte-array written with a WritableableUtils.vint prefix.
readCompressedInt(InputStream) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Read integer from stream coded in 7 bits and increment position.
readCompressedInt(ByteBuffer) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Read integer from buffer coded in 7 bits and increment position.
readFields(DataInput) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 
readFields(DataInput) - Method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable
 
readLong(InputStream, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Read long which was written to fitInBytes bytes and increment position.
readLong(ByteBuffer, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Read long which was written to fitInBytes bytes and increment position.
readStringFixedSize(DataInput, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Reads a fixed-size field and interprets it as a string padded with zeros.
readTimestamp(ByteBuffer) - Method in class org.apache.hadoop.hbase.io.encoding.DiffKeyDeltaEncoder.DiffCompressionState
 
readVLong(ByteBuffer) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Similar to WritableUtils.readVLong(DataInput) but reads from a ByteBuffer.
readVLong(byte[], int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Reads a zero-compressed encoded long from input stream and returns it.
RECOVERED_EDITS_DIR - Static variable in class org.apache.hadoop.hbase.HConstants
 
RedundantKVGenerator - Class in org.apache.hadoop.hbase.util.test
Generate list of key values which are very useful to test data block encoding and compression.
RedundantKVGenerator() - Constructor for class org.apache.hadoop.hbase.util.test.RedundantKVGenerator
Default constructor, assumes all parameters from class constants.
RedundantKVGenerator(Random, int, int, int, int, int, int, float, float, int, int, int, int, float, int, int) - Constructor for class org.apache.hadoop.hbase.util.test.RedundantKVGenerator
Various configuration options for generating key values
REENTRANT_LOCK - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for ReentrantReadWriteLock
REFERENCE - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Reference size is 8 bytes on 64-bit, 4 bytes on 32-bit
ReflectionUtils - Class in org.apache.hadoop.hbase.util
 
ReflectionUtils() - Constructor for class org.apache.hadoop.hbase.util.ReflectionUtils
 
REGION_IMPL - Static variable in class org.apache.hadoop.hbase.HConstants
 
REGION_SERVER_IMPL - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for what region server implementation to use.
REGIONINFO_QUALIFIER - Static variable in class org.apache.hadoop.hbase.HConstants
The regioninfo column qualifier
REGIONINFO_QUALIFIER_STR - Static variable in class org.apache.hadoop.hbase.HConstants
The RegionInfo qualifier as a string
REGIONSERVER_INFO_PORT - Static variable in class org.apache.hadoop.hbase.HConstants
A configuration key for regionserver info port
REGIONSERVER_INFO_PORT_AUTO - Static variable in class org.apache.hadoop.hbase.HConstants
A flag that enables automatic selection of regionserver info port
REGIONSERVER_PORT - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for port region server listens on.
remove(Object) - Method in class org.apache.hadoop.hbase.util.SoftValueSortedMap
 
repeat(char, int) - Static method in class org.apache.hadoop.hbase.util.Strings
 
REPLICATION_ENABLE_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
 
REPLICATION_QOS - Static variable in class org.apache.hadoop.hbase.HConstants
 
REPLICATION_SCOPE_GLOBAL - Static variable in class org.apache.hadoop.hbase.HConstants
Scope tag for globally scoped data.
REPLICATION_SCOPE_LOCAL - Static variable in class org.apache.hadoop.hbase.HConstants
Scope tag for locally scoped data.
REPLICATION_SERVICE_CLASSNAME_DEFAULT - Static variable in class org.apache.hadoop.hbase.HConstants
 
REPLICATION_SINK_SERVICE_CLASSNAME - Static variable in class org.apache.hadoop.hbase.HConstants
 
REPLICATION_SOURCE_SERVICE_CLASSNAME - Static variable in class org.apache.hadoop.hbase.HConstants
 
reset() - Static method in class org.apache.hadoop.hbase.util.EnvironmentEdgeManager
Resets the managed instance to the default instance: DefaultEnvironmentEdge.
resetState() - Method in class org.apache.hadoop.hbase.io.compress.ReusableStreamGzipCodec.ReusableGzipOutputStream
 
RETRY_BACKOFF - Static variable in class org.apache.hadoop.hbase.HConstants
This is a retry backoff multiplier table similar to the BSD TCP syn backoff table, a bit more aggressive than simple exponential backoff.
RetryCounter - Class in org.apache.hadoop.hbase.util
 
RetryCounter(int, int, TimeUnit) - Constructor for class org.apache.hadoop.hbase.util.RetryCounter
 
RetryCounterFactory - Class in org.apache.hadoop.hbase.util
 
RetryCounterFactory(int, int) - Constructor for class org.apache.hadoop.hbase.util.RetryCounterFactory
 
returnCompressor(Compressor) - Method in enum org.apache.hadoop.hbase.io.compress.Compression.Algorithm
 
returnDecompressor(Decompressor) - Method in enum org.apache.hadoop.hbase.io.compress.Compression.Algorithm
 
ReusableStreamGzipCodec - Class in org.apache.hadoop.hbase.io.compress
Fixes an inefficiency in Hadoop's Gzip codec, allowing to reuse compression streams.
ReusableStreamGzipCodec() - Constructor for class org.apache.hadoop.hbase.io.compress.ReusableStreamGzipCodec
 
ReusableStreamGzipCodec.ReusableGzipOutputStream - Class in org.apache.hadoop.hbase.io.compress
A bridge that wraps around a DeflaterOutputStream to make it a CompressionOutputStream.
ReusableStreamGzipCodec.ReusableGzipOutputStream(OutputStream) - Constructor for class org.apache.hadoop.hbase.io.compress.ReusableStreamGzipCodec.ReusableGzipOutputStream
 
rewind() - Method in interface org.apache.hadoop.hbase.io.encoding.DataBlockEncoder.EncodedSeeker
Set position to beginning of given block
rewindThenToList(ByteBuffer, boolean) - Static method in class org.apache.hadoop.hbase.KeyValueTestUtil
 
ROOT_COMPARATOR - Static variable in class org.apache.hadoop.hbase.KeyValue
A KeyValue.KVComparator for -ROOT- catalog table KeyValues.
ROOT_KEY_COMPARATOR - Static variable in class org.apache.hadoop.hbase.KeyValue
A KeyValue.KVComparator for -ROOT- catalog table KeyValue keys.
ROOT_TABLE_NAME - Static variable in class org.apache.hadoop.hbase.HConstants
The root table's name.
ROW_LENGTH_SIZE - Static variable in class org.apache.hadoop.hbase.KeyValue
Size of the row length field in bytes
ROW_OFFSET - Static variable in class org.apache.hadoop.hbase.KeyValue
 
RPC_CURRENT_VERSION - Static variable in class org.apache.hadoop.hbase.HConstants
 
RPC_HEADER - Static variable in class org.apache.hadoop.hbase.HConstants
The first four bytes of Hadoop RPC connections

S

second - Variable in class org.apache.hadoop.hbase.util.Pair
 
seekToKeyInBlock(byte[], int, int, boolean) - Method in interface org.apache.hadoop.hbase.io.encoding.DataBlockEncoder.EncodedSeeker
Moves the seeker position within the current block to: the last key that that is less than or equal to the given key if seekBefore is false the last key that is strictly less than the given key if seekBefore is true.
SEQNUM_QUALIFIER - Static variable in class org.apache.hadoop.hbase.HConstants
The open seqnum column qualifier
SERVER_QUALIFIER - Static variable in class org.apache.hadoop.hbase.HConstants
The server column qualifier
set(String, String) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 
set(byte[]) - Method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable
 
set(byte[], int, int) - Method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable
 
set(byte[]) - Method in class org.apache.hadoop.hbase.util.ByteRange
 
set(byte[], int, int) - Method in class org.apache.hadoop.hbase.util.ByteRange
 
setAveragePrefixLength(int) - Method in class org.apache.hadoop.hbase.util.test.RedundantKVGenerator
 
setAverageQualifierLength(int) - Method in class org.apache.hadoop.hbase.util.test.RedundantKVGenerator
 
setAverageSuffixLength(int) - Method in class org.apache.hadoop.hbase.util.test.RedundantKVGenerator
 
setBaseTimestampDivide(int) - Method in class org.apache.hadoop.hbase.util.test.RedundantKVGenerator
 
setBoolean(String, boolean) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 
setBooleanIfUnset(String, boolean) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 
setChanceForSameQualifier(float) - Method in class org.apache.hadoop.hbase.util.test.RedundantKVGenerator
 
setChanceForSimilarQualifier(float) - Method in class org.apache.hadoop.hbase.util.test.RedundantKVGenerator
 
setChanceForZeroValue(float) - Method in class org.apache.hadoop.hbase.util.test.RedundantKVGenerator
 
setClass(String, Class<?>, Class<?>) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 
setClassLoader(ClassLoader) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 
setColumnFamilyLength(int) - Method in class org.apache.hadoop.hbase.util.test.RedundantKVGenerator
 
setCommonPrefix(byte[]) - Method in class org.apache.hadoop.hbase.util.test.RedundantKVGenerator
get/set
setCurrentBuffer(ByteBuffer) - Method in interface org.apache.hadoop.hbase.io.encoding.DataBlockEncoder.EncodedSeeker
Set on which buffer there will be done seeking.
setDaemonThreadRunning(Thread) - Static method in class org.apache.hadoop.hbase.util.Threads
Utility method that sets name, daemon status and starts passed thread.
setDaemonThreadRunning(Thread, String) - Static method in class org.apache.hadoop.hbase.util.Threads
Utility method that sets name, daemon status and starts passed thread.
setDaemonThreadRunning(Thread, String, Thread.UncaughtExceptionHandler) - Static method in class org.apache.hadoop.hbase.util.Threads
Utility method that sets name, daemon status and starts passed thread.
setFamily(byte[]) - Method in class org.apache.hadoop.hbase.KeyValue.SplitKeyValue
 
setFamily(byte[]) - Method in class org.apache.hadoop.hbase.util.test.RedundantKVGenerator
 
setFirst(T1) - Method in class org.apache.hadoop.hbase.util.Pair
Replace the first element of the pair.
setFirst(A) - Method in class org.apache.hadoop.hbase.util.Triple
 
setFloat(String, float) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 
setIfUnset(String, String) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 
setInt(String, int) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 
setLength(int) - Method in class org.apache.hadoop.hbase.util.ByteRange
 
setLong(String, long) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 
setMemstoreTS(long) - Method in class org.apache.hadoop.hbase.KeyValue
Deprecated. 
setMvccVersion(long) - Method in class org.apache.hadoop.hbase.KeyValue
 
setNumberOfRowPrefixes(int) - Method in class org.apache.hadoop.hbase.util.test.RedundantKVGenerator
 
setNumberOfRows(int) - Method in class org.apache.hadoop.hbase.util.test.RedundantKVGenerator
 
setPrefixLengthVariance(int) - Method in class org.apache.hadoop.hbase.util.test.RedundantKVGenerator
 
setQualifier(byte[]) - Method in class org.apache.hadoop.hbase.KeyValue.SplitKeyValue
 
setQualifierLengthVariance(int) - Method in class org.apache.hadoop.hbase.util.test.RedundantKVGenerator
 
setRandomizer(Random) - Method in class org.apache.hadoop.hbase.util.test.RedundantKVGenerator
 
setRow(byte[]) - Method in class org.apache.hadoop.hbase.KeyValue.SplitKeyValue
 
setSecond(T2) - Method in class org.apache.hadoop.hbase.util.Pair
Replace the second element of the pair.
setSecond(B) - Method in class org.apache.hadoop.hbase.util.Triple
 
setStrings(String, String...) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 
setSuffixLengthVariance(int) - Method in class org.apache.hadoop.hbase.util.test.RedundantKVGenerator
 
setThird(C) - Method in class org.apache.hadoop.hbase.util.Triple
 
setTimestamp(byte[]) - Method in class org.apache.hadoop.hbase.KeyValue.SplitKeyValue
 
setTimestampDiffSize(int) - Method in class org.apache.hadoop.hbase.util.test.RedundantKVGenerator
 
setType(byte[]) - Method in class org.apache.hadoop.hbase.KeyValue.SplitKeyValue
 
setValue(byte[]) - Method in class org.apache.hadoop.hbase.KeyValue.SplitKeyValue
 
setValueLength(int) - Method in class org.apache.hadoop.hbase.util.test.RedundantKVGenerator
 
shallowCopy() - Method in class org.apache.hadoop.hbase.KeyValue
Creates a shallow copy of this KeyValue, reusing the data byte buffer.
shallowCopySubRange(int, int) - Method in class org.apache.hadoop.hbase.util.ByteRange
Create a new ByteRange that points at this range's byte[].
shouldRetry() - Method in class org.apache.hadoop.hbase.util.RetryCounter
 
shutdown(Thread) - Static method in class org.apache.hadoop.hbase.util.Threads
Shutdown passed thread using isAlive and join.
shutdown(Thread, long) - Static method in class org.apache.hadoop.hbase.util.Threads
Shutdown passed thread using isAlive and join.
size() - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 
size() - Method in class org.apache.hadoop.hbase.io.ByteBufferOutputStream
 
size() - Method in class org.apache.hadoop.hbase.util.SoftValueSortedMap
 
SIZEOF_BOOLEAN - Static variable in class org.apache.hadoop.hbase.util.Bytes
Size of boolean in bytes
SIZEOF_BYTE - Static variable in class org.apache.hadoop.hbase.util.Bytes
Size of byte in bytes
SIZEOF_CHAR - Static variable in class org.apache.hadoop.hbase.util.Bytes
Size of char in bytes
SIZEOF_DOUBLE - Static variable in class org.apache.hadoop.hbase.util.Bytes
Size of double in bytes
SIZEOF_FLOAT - Static variable in class org.apache.hadoop.hbase.util.Bytes
Size of float in bytes
SIZEOF_INT - Static variable in class org.apache.hadoop.hbase.util.Bytes
Size of int in bytes
SIZEOF_LONG - Static variable in class org.apache.hadoop.hbase.util.Bytes
Size of long in bytes
SIZEOF_SHORT - Static variable in class org.apache.hadoop.hbase.util.Bytes
Size of short in bytes
skip(ByteBuffer, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Increment position in buffer.
sleep(long) - Static method in class org.apache.hadoop.hbase.util.Threads
 
sleepUntilNextRetry() - Method in class org.apache.hadoop.hbase.util.RetryCounter
Sleep for a exponentially back off time
sleepWithoutInterrupt(long) - Static method in class org.apache.hadoop.hbase.util.Threads
Sleeps for the given amount of time even if interrupted.
SNAPSHOT_DIR_NAME - Static variable in class org.apache.hadoop.hbase.HConstants
Name of the directory to store all snapshots.
SOCKET_RETRY_WAIT_MS - Static variable in class org.apache.hadoop.hbase.HConstants
The delay when re-trying a socket operation in a loop (HBASE-4712)
SoftValueSortedMap<K,V> - Class in org.apache.hadoop.hbase.util
A SortedMap implementation that uses Soft Reference values internally to make it play well with the GC when in a low-memory situation.
SoftValueSortedMap() - Constructor for class org.apache.hadoop.hbase.util.SoftValueSortedMap
Constructor
SoftValueSortedMap(Comparator<K>) - Constructor for class org.apache.hadoop.hbase.util.SoftValueSortedMap
Constructor
split() - Method in class org.apache.hadoop.hbase.KeyValue
 
split(byte[], byte[], int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Split passed range.
split(byte[], byte[], boolean, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Split passed range.
SPLIT_LOGDIR_NAME - Static variable in class org.apache.hadoop.hbase.HConstants
Used to construct the name of the splitlog directory for a region server
SPLITA_QUALIFIER - Static variable in class org.apache.hadoop.hbase.HConstants
The lower-half split region column qualifier
SPLITB_QUALIFIER - Static variable in class org.apache.hadoop.hbase.HConstants
The upper-half split region column qualifier
STARTCODE_QUALIFIER - Static variable in class org.apache.hadoop.hbase.HConstants
The startcode column qualifier
startsWith(byte[], byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
Return true if the byte array on the right is a prefix of the byte array on the left.
STATUS_MULTICAST_ADDRESS - Static variable in class org.apache.hadoop.hbase.HConstants
IP to use for the multicast status messages between the master and the clients.
STATUS_MULTICAST_PORT - Static variable in class org.apache.hadoop.hbase.HConstants
The port to use for the multicast messages.
stopAndDrainOps() - Method in class org.apache.hadoop.hbase.util.DrainBarrier
Blocks new operations from starting, waits for the current ones to drain.
stopAndDrainOpsOnce() - Method in class org.apache.hadoop.hbase.util.DrainBarrier
Blocks new operations from starting, waits for the current ones to drain.
STRING - Static variable in class org.apache.hadoop.hbase.util.ClassSize
String overhead
stringify(Class[]) - Static method in class org.apache.hadoop.hbase.util.Classes
 
Strings - Class in org.apache.hadoop.hbase.util
Utility for Strings.
Strings() - Constructor for class org.apache.hadoop.hbase.util.Strings
 
subMap(K, K) - Method in class org.apache.hadoop.hbase.util.SoftValueSortedMap
 

T

tail(byte[], int) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
tailMap(K) - Method in class org.apache.hadoop.hbase.util.SoftValueSortedMap
 
THREAD_WAKE_FREQUENCY - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for how often threads should wake up
threadDumpingIsAlive(Thread) - Static method in class org.apache.hadoop.hbase.util.Threads
 
Threads - Class in org.apache.hadoop.hbase.util
Thread Utility
Threads() - Constructor for class org.apache.hadoop.hbase.util.Threads
 
TimeRange - Class in org.apache.hadoop.hbase.io
Represents an interval of version timestamps.
TimeRange() - Constructor for class org.apache.hadoop.hbase.io.TimeRange
Default constructor.
TimeRange(long) - Constructor for class org.apache.hadoop.hbase.io.TimeRange
Represents interval [minStamp, Long.MAX_VALUE)
TimeRange(byte[]) - Constructor for class org.apache.hadoop.hbase.io.TimeRange
Represents interval [minStamp, Long.MAX_VALUE)
TimeRange(long, long) - Constructor for class org.apache.hadoop.hbase.io.TimeRange
Represents interval [minStamp, maxStamp)
TimeRange(byte[], byte[]) - Constructor for class org.apache.hadoop.hbase.io.TimeRange
Represents interval [minStamp, maxStamp)
TIMERANGE - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for timerange
TIMESTAMP_SIZE - Static variable in class org.apache.hadoop.hbase.KeyValue
Size of the timestamp field in bytes
TIMESTAMP_TYPE_SIZE - Static variable in class org.apache.hadoop.hbase.KeyValue
 
toArray(List<byte[]>) - Static method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable
 
toBigDecimal(byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
Converts a byte array to a BigDecimal
toBigDecimal(byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Converts a byte array to a BigDecimal value
toBinaryFromHex(byte) - Static method in class org.apache.hadoop.hbase.util.Bytes
Takes a ASCII digit in the range A-F0-9 and returns the corresponding integer/ordinal value.
toBoolean(byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
Reverses Bytes.toBytes(boolean)
toByteArray(int, int) - Method in class org.apache.hadoop.hbase.io.ByteBufferOutputStream
 
toByteArrays(String[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
toByteArrays(String) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
toByteArrays(byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
toByteBufferAndRewind(Iterable<? extends KeyValue>, boolean) - Static method in class org.apache.hadoop.hbase.KeyValueTestUtil
 
toBytes(ByteBuffer, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Copy the bytes from position to limit into a new byte[] of the exact length and sets the position and limit back to their original values (though not thread safe).
toBytes(ByteBuffer) - Static method in class org.apache.hadoop.hbase.util.Bytes
Returns a new byte array, copied from the given buf, from the index 0 (inclusive) to the limit (exclusive), regardless of the current position.
toBytes(String) - Static method in class org.apache.hadoop.hbase.util.Bytes
Converts a string to a UTF-8 byte array.
toBytes(boolean) - Static method in class org.apache.hadoop.hbase.util.Bytes
Convert a boolean to a byte array.
toBytes(long) - Static method in class org.apache.hadoop.hbase.util.Bytes
Convert a long value to a byte array using big-endian.
toBytes(float) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
toBytes(double) - Static method in class org.apache.hadoop.hbase.util.Bytes
Serialize a double as the IEEE 754 double format output.
toBytes(int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Convert an int value to a byte array.
toBytes(short) - Static method in class org.apache.hadoop.hbase.util.Bytes
Convert a short value to a byte array of Bytes.SIZEOF_SHORT bytes long.
toBytes(BigDecimal) - Static method in class org.apache.hadoop.hbase.util.Bytes
Convert a BigDecimal value to a byte array
toBytesBinary(String) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
toDouble(byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
toDouble(byte[], int) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
toFloat(byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
Presumes float encoded as IEEE 754 floating-point "single format"
toFloat(byte[], int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Presumes float encoded as IEEE 754 floating-point "single format"
toInt(byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
Converts a byte array to an int value
toInt(byte[], int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Converts a byte array to an int value
toInt(byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Converts a byte array to an int value
toList(long[]) - Static method in class org.apache.hadoop.hbase.util.ArrayUtils
 
toLong(byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
Converts a byte array to a long value.
toLong(byte[], int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Converts a byte array to a long value.
toLong(byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Converts a byte array to a long value.
toShort(byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
Converts a byte array to a short value
toShort(byte[], int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Converts a byte array to a short value
toShort(byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Converts a byte array to a short value
toString() - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 
toString() - Method in class org.apache.hadoop.hbase.io.encoding.CopyKeyDataBlockEncoder
 
toString() - Method in class org.apache.hadoop.hbase.io.encoding.DiffKeyDeltaEncoder
 
toString() - Method in class org.apache.hadoop.hbase.io.encoding.EncodedDataBlock
 
toString() - Method in class org.apache.hadoop.hbase.io.encoding.FastDiffDeltaEncoder
 
toString() - Method in class org.apache.hadoop.hbase.io.encoding.PrefixKeyDeltaEncoder
 
toString() - Method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable
 
toString() - Method in class org.apache.hadoop.hbase.io.TimeRange
 
toString() - Method in class org.apache.hadoop.hbase.KeyValue
 
toString() - Method in class org.apache.hadoop.hbase.util.ByteRange
 
toString(byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
toString(byte[], String, byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
Joins two byte arrays together using a separator.
toString(byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
This method will convert utf8 encoded bytes into a string.
toString() - Method in class org.apache.hadoop.hbase.util.Pair
 
toString() - Method in class org.apache.hadoop.hbase.util.PairOfSameType
 
toString() - Method in class org.apache.hadoop.hbase.util.Triple
 
toStringBinary(byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
Write a printable representation of a byte array.
toStringBinary(ByteBuffer) - Static method in class org.apache.hadoop.hbase.util.Bytes
Converts the given byte buffer to a printable representation, from the index 0 (inclusive) to the limit (exclusive), regardless of the current position.
toStringBinary(byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Write a printable representation of a byte array.
toStringMap() - Method in class org.apache.hadoop.hbase.KeyValue
Produces a string map for this key/value pair.
toStringWithPadding(Collection<? extends KeyValue>, boolean) - Static method in class org.apache.hadoop.hbase.KeyValueTestUtil
toString
toStringWithPadding(KeyValue, int, int, int, int, boolean) - Static method in class org.apache.hadoop.hbase.KeyValueTestUtil
 
totalLengthWithMvccVersion(Iterable<? extends KeyValue>, boolean) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
 
TREEMAP - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for TreeMap
Triple<A,B,C> - Class in org.apache.hadoop.hbase.util
Utility class to manage a triple.
Triple(A, B, C) - Constructor for class org.apache.hadoop.hbase.util.Triple
 
TYPE_SIZE - Static variable in class org.apache.hadoop.hbase.KeyValue
Size of the key type field in bytes

U

unsignedBinarySearch(byte[], int, int, byte) - Static method in class org.apache.hadoop.hbase.util.Bytes
Search sorted array "a" for byte "key".
unsignedCopyAndIncrement(byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
Treat the byte[] as an unsigned series of bytes, most significant bits first.
updateLatestStamp(byte[]) - Method in class org.apache.hadoop.hbase.KeyValue
 
useRetry() - Method in class org.apache.hadoop.hbase.util.RetryCounter
 
UTF8_CHARSET - Static variable in class org.apache.hadoop.hbase.HConstants
When we encode strings, we always specify UTF8 encoding
UTF8_ENCODING - Static variable in class org.apache.hadoop.hbase.HConstants
When we encode strings, we always specify UTF8 encoding

V

VALID_PORT_REGEX - Static variable in class org.apache.hadoop.hbase.util.Addressing
 
valueOf(String) - Static method in enum org.apache.hadoop.hbase.HConstants.Modify
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.HConstants.OperationStatusCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.io.compress.Compression.Algorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.io.hfile.BlockType.BlockCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.io.hfile.BlockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.KeyValue.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.hadoop.hbase.HConstants.Modify
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.HConstants.OperationStatusCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.io.compress.Compression.Algorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.io.hfile.BlockType.BlockCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.io.hfile.BlockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.KeyValue.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.hadoop.hbase.util.SoftValueSortedMap
 
verify(byte[], byte[], Set<byte[]>) - Method in class org.apache.hadoop.hbase.util.test.LoadTestDataGenerator
Checks that columns for a rowKey and cf are valid if generated via generateColumnsForCf(byte[], byte[])
verify(byte[], byte[], byte[], byte[]) - Method in class org.apache.hadoop.hbase.util.test.LoadTestDataGenerator
Checks that value for a rowKey/cf/column is valid if generated via generateValue(byte[], byte[], byte[])
verify(byte[], byte[]...) - Static method in class org.apache.hadoop.hbase.util.test.LoadTestKVGenerator
Verifies that the given byte array is the same as what would be generated for the given seed strings (row/cf/column/...).
VERSION_FILE_NAME - Static variable in class org.apache.hadoop.hbase.HConstants
name of version file
VERSION_FILE_WRITE_ATTEMPTS - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for how often we should try to write a version file, before failing
VersionAnnotation - Annotation Type in org.apache.hadoop.hbase
A package attribute that captures the version of hbase that was compiled.
VersionInfo - Class in org.apache.hadoop.hbase.util
This class finds the package info for hbase and the VersionAnnotation information.
VersionInfo() - Constructor for class org.apache.hadoop.hbase.util.VersionInfo
 
VERSIONS - Static variable in class org.apache.hadoop.hbase.HConstants
 
vintToBytes(long) - Static method in class org.apache.hadoop.hbase.util.Bytes
 

W

WEEK_IN_SECONDS - Static variable in class org.apache.hadoop.hbase.HConstants
Seconds in a week
withinOrAfterTimeRange(long) - Method in class org.apache.hadoop.hbase.io.TimeRange
Check if the specified timestamp is within this TimeRange.
withinTimeRange(byte[], int) - Method in class org.apache.hadoop.hbase.io.TimeRange
Check if the specified timestamp is within this TimeRange.
withinTimeRange(long) - Method in class org.apache.hadoop.hbase.io.TimeRange
Check if the specified timestamp is within this TimeRange.
write(Cell) - Method in class org.apache.hadoop.hbase.codec.BaseEncoder
 
write(DataOutput) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 
write(int) - Method in class org.apache.hadoop.hbase.io.ByteBufferOutputStream
 
write(byte[]) - Method in class org.apache.hadoop.hbase.io.ByteBufferOutputStream
 
write(byte[], int, int) - Method in class org.apache.hadoop.hbase.io.ByteBufferOutputStream
 
write(Cell) - Method in interface org.apache.hadoop.hbase.io.CellOutputStream
Implementation must copy the entire state of the Cell.
write(int) - Method in class org.apache.hadoop.hbase.io.compress.ReusableStreamGzipCodec.ReusableGzipOutputStream
 
write(byte[], int, int) - Method in class org.apache.hadoop.hbase.io.compress.ReusableStreamGzipCodec.ReusableGzipOutputStream
 
write(DataOutput) - Method in enum org.apache.hadoop.hbase.io.hfile.BlockType
 
write(ByteBuffer) - Method in enum org.apache.hadoop.hbase.io.hfile.BlockType
 
write(DataOutput) - Method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable
 
write(KeyValue, DataOutput) - Static method in class org.apache.hadoop.hbase.KeyValue
Write out a KeyValue in the manner in which we used to when KeyValue was a Writable.
write(OutputStream, ByteRange) - Static method in class org.apache.hadoop.hbase.util.ByteRangeTool
 
write(OutputStream, ByteRange, int) - Static method in class org.apache.hadoop.hbase.util.ByteRangeTool
 
writeByteArray(DataOutput, byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
Write byte-array with a WritableableUtils.vint prefix.
writeByteArray(DataOutput, byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Write byte-array to out with a vint length prefix.
writeByteArray(byte[], int, byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Write byte-array from src to tgt with a vint length prefix.
writeIdInBytes(OutputStream) - Method in enum org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
Writes id in bytes.
writeIdInBytes(byte[], int) - Method in enum org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
Writes id bytes to the given array starting from offset.
writeStringFixedSize(DataOutput, String, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Writes a string as a fixed-size field, padded with zeros.
writeTo(OutputStream) - Method in class org.apache.hadoop.hbase.io.ByteBufferOutputStream
Writes the complete contents of this byte buffer output stream to the specified output stream argument.
writeTo(PrintWriter) - Static method in class org.apache.hadoop.hbase.util.VersionInfo
 
writeToStream(OutputStream) - Method in enum org.apache.hadoop.hbase.io.hfile.BlockType
 
writeVLong(ByteBuffer, long) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Similar to WritableUtils.writeVLong(java.io.DataOutput, long), but writes to a ByteBuffer.
writeXml(OutputStream) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 

Z

zero(byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
Fill given array with zeros.
zero(byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Fill given array with zeros at the specified position.
ZERO_L - Static variable in class org.apache.hadoop.hbase.HConstants
long constant for zero
ZEROES - Static variable in class org.apache.hadoop.hbase.HConstants
 
ZK_CFG_PROPERTY_PREFIX - Static variable in class org.apache.hadoop.hbase.HConstants
Common prefix of ZooKeeper configuration properties
ZK_CFG_PROPERTY_PREFIX_LEN - Static variable in class org.apache.hadoop.hbase.HConstants
 
ZK_SESSION_TIMEOUT - Static variable in class org.apache.hadoop.hbase.HConstants
Configuration key for ZooKeeper session timeout
ZOOKEEPER_CLIENT_PORT - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for the client port that the zookeeper listens on
ZOOKEEPER_CONFIG_NAME - Static variable in class org.apache.hadoop.hbase.HConstants
Name of ZooKeeper config file in conf/ directory.
ZOOKEEPER_DATA_DIR - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for the ZK data directory
ZOOKEEPER_MAX_CLIENT_CNXNS - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for the limit on concurrent client-side zookeeper connections
ZOOKEEPER_QUORUM - Static variable in class org.apache.hadoop.hbase.HConstants
Name of ZooKeeper quorum configuration parameter.
ZOOKEEPER_RECOVERABLE_WAITTIME - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for the wait time for the recoverable zookeeper
ZOOKEEPER_USEMULTI - Static variable in class org.apache.hadoop.hbase.HConstants
Configuration key for whether to use ZK.multi
ZOOKEEPER_ZNODE_PARENT - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for the root dir in ZK for this cluster

A B C D E F G H I J K L M N O P Q R S T U V W Z

Copyright © 2013 The Apache Software Foundation. All Rights Reserved.