Skip navigation links
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

AbstractByteRange - Class in org.apache.hadoop.hbase.util
An abstract implementation of the ByteRange API
AbstractByteRange() - Constructor for class org.apache.hadoop.hbase.util.AbstractByteRange
 
AbstractDataBlockEncoder - Class in org.apache.hadoop.hbase.io.encoding
 
AbstractDataBlockEncoder() - Constructor for class org.apache.hadoop.hbase.io.encoding.AbstractDataBlockEncoder
 
AbstractDataBlockEncoder.AbstractEncodedSeeker - Class in org.apache.hadoop.hbase.io.encoding
 
AbstractEncodedSeeker(CellComparator, HFileBlockDecodingContext) - Constructor for class org.apache.hadoop.hbase.io.encoding.AbstractDataBlockEncoder.AbstractEncodedSeeker
 
AbstractHBaseTool - Class in org.apache.hadoop.hbase.util
Common base class used for HBase command-line tools.
AbstractHBaseTool() - Constructor for class org.apache.hadoop.hbase.util.AbstractHBaseTool
 
AbstractPositionedByteRange - Class in org.apache.hadoop.hbase.util
Extends the basic SimpleByteRange implementation with position support.
AbstractPositionedByteRange() - Constructor for class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
ACL_TAG_TYPE - Static variable in class org.apache.hadoop.hbase.TagType
 
acquireLock(K) - Method in class org.apache.hadoop.hbase.util.KeyLocker
Return a lock for the given key.
acquireLocks(Set<? extends K>) - Method in class org.apache.hadoop.hbase.util.KeyLocker
Acquire locks for a set of keys.
activateOptions() - Method in class org.apache.hadoop.hbase.AsyncConsoleAppender
 
add(Configuration) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
Add Hadoop Configuration object to config list.
add(DataType<?>) - Method in class org.apache.hadoop.hbase.types.StructBuilder
Append field to the sequence of accumulated fields.
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
 
add(byte[][]) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
add(long) - Method in class org.apache.hadoop.hbase.util.Counter
Deprecated.
 
addAllServers(Collection<Address>) - Method in class org.apache.hadoop.hbase.rsgroup.RSGroupInfo
Adds the given servers to the group.
addAllSublists(List<? extends List<T>>) - Method in class org.apache.hadoop.hbase.util.ConcatenatedLists
 
addAllTables(Collection<TableName>) - Method in class org.apache.hadoop.hbase.rsgroup.RSGroupInfo
 
addBytesMap(Map<Bytes, Bytes>) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
Add Bytes map to config list.
addConfiguration(Map<String, String>) - Method in class org.apache.hadoop.hbase.NamespaceDescriptor.Builder
 
addConfiguration(String, String) - Method in class org.apache.hadoop.hbase.NamespaceDescriptor.Builder
 
addEntry(byte[], int, int) - Method in interface org.apache.hadoop.hbase.io.util.Dictionary
Adds an entry to the dictionary.
addEntry(byte[], int, int) - Method in class org.apache.hadoop.hbase.io.util.LRUDictionary
 
addHbaseResources(Configuration) - Static method in class org.apache.hadoop.hbase.HBaseConfiguration
 
addKVAnnotation(String, String) - Static method in class org.apache.hadoop.hbase.trace.TraceUtil
Wrapper method to add key-value pair to TraceInfo of actual span
addListener(CompletableFuture<T>, BiConsumer<? super T, ? super Throwable>) - Static method in class org.apache.hadoop.hbase.util.FutureUtils
This is method is used when you just want to add a listener to the given future.
addListener(CompletableFuture<T>, BiConsumer<? super T, ? super Throwable>, Executor) - Static method in class org.apache.hadoop.hbase.util.FutureUtils
Almost the same with FutureUtils.addListener(CompletableFuture, BiConsumer) method above, the only exception is that we will call CompletableFuture.whenCompleteAsync(BiConsumer, Executor).
addOption(Option) - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool
 
addOptions() - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool
Override this to add command-line options using AbstractHBaseTool.addOptWithArg(java.lang.String, java.lang.String) and similar methods.
addOptNoArg(String, String) - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool
 
addOptNoArg(String, String, String) - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool
 
addOptWithArg(String, String) - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool
 
addOptWithArg(String, String, String) - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool
 
addReceiver(SpanReceiver) - Static method in class org.apache.hadoop.hbase.trace.TraceUtil
Wrapper method to add receiver to actual tracerpool
addRequiredOption(Option) - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool
 
addRequiredOptWithArg(String, String) - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool
 
addRequiredOptWithArg(String, String, String) - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool
 
Address - Class in org.apache.hadoop.hbase.net
An immutable type to hold a hostname and port combo, like an Endpoint or java.net.InetSocketAddress (but without danger of our calling resolve -- we do NOT want a resolve happening every time we want to hold a hostname and port combo).
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
 
Addressing.AddressSelectionCondition - Interface in org.apache.hadoop.hbase.util
Interface for AddressSelectionCondition to check if address is acceptable
addSampler(Sampler) - Static method in class org.apache.hadoop.hbase.trace.TraceUtil
Wrapper method to add new sampler to the default tracer
addServer(Address) - Method in class org.apache.hadoop.hbase.rsgroup.RSGroupInfo
Adds the given server to the group.
addStringMap(Map<String, String>) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
Add String map to config list.
addSublist(List<T>) - Method in class org.apache.hadoop.hbase.util.ConcatenatedLists
 
addTable(TableName) - Method in class org.apache.hadoop.hbase.rsgroup.RSGroupInfo
 
addTimelineAnnotation(String) - Static method in class org.apache.hadoop.hbase.trace.TraceUtil
Wrapper method to add timeline annotiation to current span with given message
addToken(Token<? extends TokenIdentifier>) - Method in class org.apache.hadoop.hbase.security.User
Adds the given Token to the user's credentials.
ADMIN_QOS - Static variable in class org.apache.hadoop.hbase.HConstants
 
advance() - Method in interface org.apache.hadoop.hbase.CellScanner
Advance the scanner 1 cell.
advance() - Method in class org.apache.hadoop.hbase.codec.BaseDecoder
 
advance() - Method in class org.apache.hadoop.hbase.codec.KeyValueCodec.ByteBuffKeyValueDecoder
 
AES - Class in org.apache.hadoop.hbase.io.crypto.aes
AES-128, provided by the JCE
AES(CipherProvider) - Constructor for class org.apache.hadoop.hbase.io.crypto.aes.AES
 
AESDecryptor - Class in org.apache.hadoop.hbase.io.crypto.aes
 
AESDecryptor(Cipher) - Constructor for class org.apache.hadoop.hbase.io.crypto.aes.AESDecryptor
 
AESEncryptor - Class in org.apache.hadoop.hbase.io.crypto.aes
 
AESEncryptor(Cipher, SecureRandom) - Constructor for class org.apache.hadoop.hbase.io.crypto.aes.AESEncryptor
 
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'.
allBufs - Variable in class org.apache.hadoop.hbase.io.ByteBufferListOutputStream
 
allocate(long) - Method in interface org.apache.hadoop.hbase.util.ByteBufferAllocator
Allocates a bytebuffer
allTime() - Static method in class org.apache.hadoop.hbase.io.TimeRange
 
append(TNode, TNode) - Static method in class org.apache.hadoop.hbase.util.AvlUtil.AvlIterableList
 
appendKeyTo(Cell, byte[], int) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
 
appendKeyTo(Cell, ByteBuffer, 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.
appendList(TNode, TNode) - Static method in class org.apache.hadoop.hbase.util.AvlUtil.AvlIterableList
 
appendTo(Cell, ByteBuffer, int, boolean) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
Copy the Cell content into the passed buf in KeyValue serialization format.
appendToByteArray(Cell, byte[], int, boolean) - 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
 
apply(byte) - Method in enum org.apache.hadoop.hbase.util.Order
Apply order to the byte val.
apply(byte[]) - Method in enum org.apache.hadoop.hbase.util.Order
Apply order to the byte array val.
apply(byte[], int, int) - Method in enum org.apache.hadoop.hbase.util.Order
Apply order to a range within the byte array val.
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.
array() - Method in class org.apache.hadoop.hbase.nio.ByteBuff
 
array() - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
 
array() - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
ARRAY - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Array overhead
ArrayBackedTag - Class in org.apache.hadoop.hbase
This is a Tag implementation in which value is backed by an on heap byte array.
ArrayBackedTag(byte, String) - Constructor for class org.apache.hadoop.hbase.ArrayBackedTag
The special tag will write the length of each tag and that will be followed by the type and then the actual tag.
ArrayBackedTag(byte, byte[]) - Constructor for class org.apache.hadoop.hbase.ArrayBackedTag
Format for a tag : <length of tag - 2 bytes><type code - 1 byte><tag> tag length is serialized using 2 bytes only but as this will be unsigned, we can have max tag length of (Short.MAX_SIZE * 2) +1.
ArrayBackedTag(byte[], int) - Constructor for class org.apache.hadoop.hbase.ArrayBackedTag
Creates a Tag from the specified byte array and offset.
ArrayBackedTag(byte[], int, int) - Constructor for class org.apache.hadoop.hbase.ArrayBackedTag
Creates a Tag from the specified byte array, starting at offset, and for length length.
ARRAYLIST - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for ArrayList(0)
arrayOffset() - Method in class org.apache.hadoop.hbase.nio.ByteBuff
 
arrayOffset() - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
 
arrayOffset() - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
ASCENDING - Static variable in class org.apache.hadoop.hbase.types.OrderedBlob
 
ASCENDING - Static variable in class org.apache.hadoop.hbase.types.OrderedBlobVar
 
ASCENDING - Static variable in class org.apache.hadoop.hbase.types.OrderedFloat32
 
ASCENDING - Static variable in class org.apache.hadoop.hbase.types.OrderedFloat64
 
ASCENDING - Static variable in class org.apache.hadoop.hbase.types.OrderedInt16
 
ASCENDING - Static variable in class org.apache.hadoop.hbase.types.OrderedInt32
 
ASCENDING - Static variable in class org.apache.hadoop.hbase.types.OrderedInt64
 
ASCENDING - Static variable in class org.apache.hadoop.hbase.types.OrderedInt8
 
ASCENDING - Static variable in class org.apache.hadoop.hbase.types.OrderedNumeric
 
ASCENDING - Static variable in class org.apache.hadoop.hbase.types.OrderedString
 
ASCENDING - Static variable in class org.apache.hadoop.hbase.types.RawBytes
 
ASCENDING - Static variable in class org.apache.hadoop.hbase.types.RawString
 
asInterrupt(Throwable) - Static method in class org.apache.hadoop.hbase.util.ExceptionUtil
 
asList(byte[], int, int) - Static method in class org.apache.hadoop.hbase.TagUtil
Creates list of tags from given byte array, expected that it is in the expected tag format.
asSubByteBuff(long, int) - Method in class org.apache.hadoop.hbase.util.ByteBufferArray
Creates a ByteBuff from a given array of ByteBuffers from the given offset to the length specified.
asSubByteBuffer(int) - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Returns bytes from current position till length specified, as a single ByteBuffer.
asSubByteBuffer(int, int, ObjectIntPair<ByteBuffer>) - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Returns bytes from given offset till length specified, as a single ByteBuffer.
asSubByteBuffer(int) - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
Returns bytes from current position till length specified, as a single ByteBuffer.
asSubByteBuffer(int, int, ObjectIntPair<ByteBuffer>) - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
Returns bytes from given offset till length specified, as a single ByteBuffer.
asSubByteBuffer(int) - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
asSubByteBuffer(int, int, ObjectIntPair<ByteBuffer>) - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
AsyncConsoleAppender - Class in org.apache.hadoop.hbase
Logger class that buffers before trying to log to the specified console.
AsyncConsoleAppender() - Constructor for class org.apache.hadoop.hbase.AsyncConsoleAppender
 
at(long) - Static method in class org.apache.hadoop.hbase.io.TimeRange
 
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
ATOMIC_REFERENCE - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for AtomicReference
AtomicUtils - Class in org.apache.hadoop.hbase.util
Utilities related to atomic operations.
AtomicUtils() - Constructor for class org.apache.hadoop.hbase.util.AtomicUtils
 
AuthUtil - Class in org.apache.hadoop.hbase
Utility methods for helping with security tasks.
available() - Method in class org.apache.hadoop.hbase.io.ByteBufferInputStream
 
available() - Method in class org.apache.hadoop.hbase.io.ByteBuffInputStream
 
avlHeight - Variable in class org.apache.hadoop.hbase.util.AvlUtil.AvlNode
 
AvlIterableList() - Constructor for class org.apache.hadoop.hbase.util.AvlUtil.AvlIterableList
 
avlLeft - Variable in class org.apache.hadoop.hbase.util.AvlUtil.AvlNode
 
AvlLinkedNode() - Constructor for class org.apache.hadoop.hbase.util.AvlUtil.AvlLinkedNode
 
AvlNode() - Constructor for class org.apache.hadoop.hbase.util.AvlUtil.AvlNode
 
avlRight - Variable in class org.apache.hadoop.hbase.util.AvlUtil.AvlNode
 
AvlTree() - Constructor for class org.apache.hadoop.hbase.util.AvlUtil.AvlTree
 
AvlTreeIterator() - Constructor for class org.apache.hadoop.hbase.util.AvlUtil.AvlTreeIterator
 
AvlTreeIterator(TNode) - Constructor for class org.apache.hadoop.hbase.util.AvlUtil.AvlTreeIterator
Create the iterator starting from the first (min) node of the tree
AvlTreeIterator(TNode, Object, AvlUtil.AvlKeyComparator<TNode>) - Constructor for class org.apache.hadoop.hbase.util.AvlUtil.AvlTreeIterator
Create the iterator starting from the specified key
AvlUtil - Class in org.apache.hadoop.hbase.util
Helper class that allows to create and manipulate an AvlTree.
AvlUtil.AvlInsertOrReplace<TNode extends AvlUtil.AvlNode> - Interface in org.apache.hadoop.hbase.util
 
AvlUtil.AvlIterableList - Class in org.apache.hadoop.hbase.util
Helper class that allows to create and manipulate a linked list of AvlLinkedNodes
AvlUtil.AvlKeyComparator<TNode extends AvlUtil.AvlNode> - Interface in org.apache.hadoop.hbase.util
The AvlTree allows to lookup an object using a custom key.
AvlUtil.AvlLinkedNode<TNode extends AvlUtil.AvlLinkedNode> - Class in org.apache.hadoop.hbase.util
This class extends the AvlNode and adds two links that will be used in conjunction with the AvlIterableList class.
AvlUtil.AvlNode<TNode extends AvlUtil.AvlNode> - Class in org.apache.hadoop.hbase.util
This class represent a node that will be used in an AvlTree.
AvlUtil.AvlNodeVisitor<TNode extends AvlUtil.AvlNode> - Interface in org.apache.hadoop.hbase.util
Visitor that allows to traverse a set of AvlNodes.
AvlUtil.AvlTree - Class in org.apache.hadoop.hbase.util
Helper class that allows to create and manipulate an AVL Tree
AvlUtil.AvlTreeIterator<TNode extends AvlUtil.AvlNode> - Class in org.apache.hadoop.hbase.util
Iterator for the AvlTree

B

BackoffPolicy() - Constructor for class org.apache.hadoop.hbase.util.RetryCounter.BackoffPolicy
 
BackupType - Enum in org.apache.hadoop.hbase.backup
 
base - Variable in class org.apache.hadoop.hbase.types.FixedLengthWrapper
 
BASE_NAMESPACE_DIR - Static variable in class org.apache.hadoop.hbase.HConstants
 
BaseConfigurable - Class in org.apache.hadoop.hbase
HBase version of Hadoop's Configured class that doesn't initialize the configuration via BaseConfigurable.setConf(Configuration) in the constructor, but only sets the configuration through the BaseConfigurable.setConf(Configuration) method
BaseConfigurable() - Constructor for class org.apache.hadoop.hbase.BaseConfigurable
 
BaseDecoder - Class in org.apache.hadoop.hbase.codec
TODO javadoc
BaseDecoder(InputStream) - Constructor for class org.apache.hadoop.hbase.codec.BaseDecoder
 
BaseDecoder.PBIS - Class in org.apache.hadoop.hbase.codec
 
BaseEncoder - Class in org.apache.hadoop.hbase.codec
TODO javadoc
BaseEncoder(OutputStream) - Constructor for class org.apache.hadoop.hbase.codec.BaseEncoder
 
BBKVComparator - Class in org.apache.hadoop.hbase
A comparator for case where ByteBufferKeyValue is prevalent type (BBKV is base-type in hbase2).
BBKVComparator(Comparator) - Constructor for class org.apache.hadoop.hbase.BBKVComparator
 
binarySearch(byte[][], byte[], int, int, RawComparator<?>) - Static method in class org.apache.hadoop.hbase.util.Bytes
Deprecated.
since 2.0.0 and will be removed in 3.0.0. Use Bytes.binarySearch(byte[][], byte[], int, int) instead.
binarySearch(byte[][], byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Binary search for keys in indexes using Bytes.BYTES_RAWCOMPARATOR.
binarySearch(byte[][], Cell, RawComparator<Cell>) - Static method in class org.apache.hadoop.hbase.util.Bytes
Deprecated.
since 2.0.0 and will be removed in 3.0.0. Use Bytes.binarySearch(Cell[], Cell, CellComparator) instead.
binarySearch(Cell[], Cell, CellComparator) - Static method in class org.apache.hadoop.hbase.util.Bytes
Binary search for keys in indexes.
blobVarEncodedLength(int) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Calculate the expected BlobVar encoded length based on unencoded length.
BLOCK_SIZE - Static variable in class org.apache.hadoop.hbase.io.crypto.Cipher
 
BlockType - Enum in org.apache.hadoop.hbase.io.hfile
Various types of HFile blocks.
BlockType.BlockCategory - Enum in org.apache.hadoop.hbase.io.hfile
 
BoundedCompletionService<V> - Class in org.apache.hadoop.hbase.util
A completion service, close to the one available in the JDK 1.7 However, this ones keeps the list of the future, and allows to cancel them all.
BoundedCompletionService(Executor, int) - Constructor for class org.apache.hadoop.hbase.util.BoundedCompletionService
 
BUCKET_CACHE_IOENGINE_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
Current ioengine options in include: heap, offheap and file:PATH (where PATH is the path to the file that will host the file-based cache.
BUCKET_CACHE_SIZE_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
When using bucket cache, this is a float that EITHER represents a percentage of total heap memory size to give to the cache (if < 1.0) OR, it is the capacity in megabytes of the cache.
buf - Variable in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
buf - Variable in class org.apache.hadoop.hbase.codec.KeyValueCodec.ByteBuffKeyValueDecoder
 
BUFFER_SIZE_KEY - Static variable in class org.apache.hadoop.hbase.io.ByteBufferPool
 
bufsFromPool - Variable in class org.apache.hadoop.hbase.io.ByteBufferListOutputStream
 
build() - Method in interface org.apache.hadoop.hbase.CellBuilder
 
build() - Method in interface org.apache.hadoop.hbase.ExtendedCellBuilder
 
build() - Method in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
build() - Method in class org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
 
build() - Method in class org.apache.hadoop.hbase.NamespaceDescriptor.Builder
 
build() - Method in interface org.apache.hadoop.hbase.RawCellBuilder
 
buildObjectName(String) - Static method in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
buildObjectName(String, Hashtable<String, String>) - Static method in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
buildZKQuorumServerString(String[], String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKConfig
Build the ZK quorum server string with "server:clientport" list, separated by ','
buldKeyValueTable(String[], String[]) - Static method in class org.apache.hadoop.hbase.util.JSONMetricUtil
Method for building hashtable used for constructing ObjectName.
BULKLOAD_MAX_RETRIES_NUMBER - Static variable in class org.apache.hadoop.hbase.HConstants
Maximum time to retry for a failed bulk load request
BULKLOAD_STAGING_DIR_NAME - Static variable in class org.apache.hadoop.hbase.HConstants
Staging dir used by bulk load
BYTE_ARRAY_BASE_OFFSET - Static variable in class org.apache.hadoop.hbase.util.UnsafeAccess
The offset to the first element in a byte array.
BYTE_BUFFER - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for ByteBuffer
ByteArrayComparable - Class in org.apache.hadoop.hbase.filter
Base class for byte array comparators
ByteArrayComparable(byte[]) - Constructor for class org.apache.hadoop.hbase.filter.ByteArrayComparable
Constructor.
ByteArrayComparator() - Constructor for class org.apache.hadoop.hbase.util.Bytes.ByteArrayComparator
Constructor
ByteArrayHashKey - Class in org.apache.hadoop.hbase.util
 
ByteArrayHashKey(byte[], int, int) - Constructor for class org.apache.hadoop.hbase.util.ByteArrayHashKey
 
ByteArrayOutputStream - Class in org.apache.hadoop.hbase.io
Our own implementation of ByteArrayOutputStream where all methods are NOT synchronized and supports writing ByteBuffer directly to it.
ByteArrayOutputStream() - Constructor for class org.apache.hadoop.hbase.io.ByteArrayOutputStream
 
ByteArrayOutputStream(int) - Constructor for class org.apache.hadoop.hbase.io.ByteArrayOutputStream
 
ByteBuff - Class in org.apache.hadoop.hbase.nio
An abstract class that abstracts out as to how the byte buffers are used, either single or multiple.
ByteBuff() - Constructor for class org.apache.hadoop.hbase.nio.ByteBuff
 
ByteBufferAllocator - Interface in org.apache.hadoop.hbase.util
Defines the way the ByteBuffers are created
ByteBufferArray - Class in org.apache.hadoop.hbase.util
This class manages an array of ByteBuffers with a default size 4MB.
ByteBufferArray(long, ByteBufferAllocator) - Constructor for class org.apache.hadoop.hbase.util.ByteBufferArray
We allocate a number of byte buffers as the capacity.
ByteBufferExtendedCell - Class in org.apache.hadoop.hbase
This class is a server side extension to the Cell interface.
ByteBufferExtendedCell() - Constructor for class org.apache.hadoop.hbase.ByteBufferExtendedCell
 
ByteBufferInputStream - Class in org.apache.hadoop.hbase.io
Not thread safe!
ByteBufferInputStream(ByteBuffer) - Constructor for class org.apache.hadoop.hbase.io.ByteBufferInputStream
 
ByteBufferKeyOnlyKeyValue - Class in org.apache.hadoop.hbase
This is a key only Cell implementation which is identical to KeyValue.KeyOnlyKeyValue with respect to key serialization but have its data in the form of Byte buffer (onheap and offheap).
ByteBufferKeyOnlyKeyValue() - Constructor for class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
Used in cases where we want to avoid lot of garbage by allocating new objects with different keys.
ByteBufferKeyOnlyKeyValue(ByteBuffer, int, int) - Constructor for class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
ByteBufferKeyValue - Class in org.apache.hadoop.hbase
This Cell is an implementation of ByteBufferExtendedCell where the data resides in off heap/ on heap ByteBuffer
ByteBufferKeyValue(ByteBuffer, int, int, long) - Constructor for class org.apache.hadoop.hbase.ByteBufferKeyValue
 
ByteBufferKeyValue(ByteBuffer, int, int) - Constructor for class org.apache.hadoop.hbase.ByteBufferKeyValue
 
ByteBufferListOutputStream - Class in org.apache.hadoop.hbase.io
An OutputStream which writes data into ByteBuffers.
ByteBufferListOutputStream(ByteBufferPool) - Constructor for class org.apache.hadoop.hbase.io.ByteBufferListOutputStream
 
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
 
ByteBufferOutputStream(ByteBuffer) - Constructor for class org.apache.hadoop.hbase.io.ByteBufferOutputStream
 
ByteBufferPool - Class in org.apache.hadoop.hbase.io
Like Hadoops' ByteBufferPool only you do not specify desired size when getting a ByteBuffer.
ByteBufferPool(int, int) - Constructor for class org.apache.hadoop.hbase.io.ByteBufferPool
 
ByteBufferPool(int, int, boolean) - Constructor for class org.apache.hadoop.hbase.io.ByteBufferPool
 
ByteBufferTag - Class in org.apache.hadoop.hbase
This is a Tag implementation in which value is backed by ByteBuffer
ByteBufferTag(ByteBuffer, int, int) - Constructor for class org.apache.hadoop.hbase.ByteBufferTag
 
ByteBufferUtils - Class in org.apache.hadoop.hbase.util
Utility functions for working with byte buffers, such as reading/writing variable-length long numbers.
ByteBufferWriter - Interface in org.apache.hadoop.hbase.io
This interface marks a class to support writing ByteBuffers into it.
ByteBufferWriterDataOutputStream - Class in org.apache.hadoop.hbase.io
Our extension of DataOutputStream which implements ByteBufferWriter
ByteBufferWriterDataOutputStream(OutputStream) - Constructor for class org.apache.hadoop.hbase.io.ByteBufferWriterDataOutputStream
 
ByteBufferWriterOutputStream - Class in org.apache.hadoop.hbase.io
When deal with OutputStream which is not ByteBufferWriter type, wrap it with this class.
ByteBufferWriterOutputStream(OutputStream) - Constructor for class org.apache.hadoop.hbase.io.ByteBufferWriterOutputStream
 
ByteBuffInputStream - Class in org.apache.hadoop.hbase.io
Not thread safe!
ByteBuffInputStream(ByteBuff) - Constructor for class org.apache.hadoop.hbase.io.ByteBuffInputStream
 
ByteBuffKeyValueDecoder(ByteBuff) - Constructor for class org.apache.hadoop.hbase.codec.KeyValueCodec.ByteBuffKeyValueDecoder
 
ByteBuffKeyValueDecoder(ByteBuff) - Constructor for class org.apache.hadoop.hbase.codec.KeyValueCodecWithTags.ByteBuffKeyValueDecoder
 
ByteRange - Interface in org.apache.hadoop.hbase.util
Lightweight, reusable class for specifying ranges of byte[]'s.
ByteRangeUtils - Class in org.apache.hadoop.hbase.util
Utility methods for working with ByteRange.
ByteRangeUtils() - Constructor for class org.apache.hadoop.hbase.util.ByteRangeUtils
 
bytes - Variable in class org.apache.hadoop.hbase.KeyValue
 
bytes - Variable in class org.apache.hadoop.hbase.util.AbstractByteRange
The array containing the bytes in this range.
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, and can be used as key in maps or trees.
Bytes() - Constructor for class org.apache.hadoop.hbase.util.Bytes
Create a zero-size sequence.
Bytes(byte[]) - Constructor for class org.apache.hadoop.hbase.util.Bytes
Create a Bytes using the byte array as the initial value.
Bytes(Bytes) - Constructor for class org.apache.hadoop.hbase.util.Bytes
Set the new Bytes to the contents of the passed ibw.
Bytes(byte[], int, int) - Constructor for class org.apache.hadoop.hbase.util.Bytes
Set the value to a given byte range
Bytes(ByteString) - Constructor for class org.apache.hadoop.hbase.util.Bytes
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0.
Bytes.ByteArrayComparator - Class in org.apache.hadoop.hbase.util
Byte array comparator class.
Bytes.RowEndKeyComparator - Class in org.apache.hadoop.hbase.util
A Bytes.ByteArrayComparator that treats the empty array as the largest value.
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

calcIndexKey(byte[], byte[]) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
Deprecated.
 
calcPercentage(long, long) - Static method in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
call(Class<T>, T, String, Class[], Object[]) - Static method in class org.apache.hadoop.hbase.util.Methods
 
cancel(boolean) - Method in class org.apache.hadoop.hbase.JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture
 
cancel() - Method in class org.apache.hadoop.hbase.ScheduledChore
 
cancel(boolean) - Method in class org.apache.hadoop.hbase.ScheduledChore
 
cancelAll(boolean) - Method in class org.apache.hadoop.hbase.util.BoundedCompletionService
 
cancelChore(ScheduledChore) - Method in class org.apache.hadoop.hbase.ChoreService
 
cancelChore(ScheduledChore, boolean) - Method in class org.apache.hadoop.hbase.ChoreService
 
capacity() - Method in class org.apache.hadoop.hbase.nio.ByteBuff
 
capacity() - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
 
capacity() - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
carryForwardTags(Cell) - Static method in class org.apache.hadoop.hbase.TagUtil
 
carryForwardTags(List<Tag>, Cell) - Static method in class org.apache.hadoop.hbase.TagUtil
Add to tagsOrNull any Tags cell is carrying or null if none.
carryForwardTTLTag(List<Tag>, long) - Static method in class org.apache.hadoop.hbase.TagUtil
 
cast(Class<?>) - Static method in class org.apache.hadoop.hbase.util.Classes
 
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
ceilingEntry(K) - Method in class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
ceilingKey(K) - Method in class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
Cell - Interface in org.apache.hadoop.hbase
The unit of storage in HBase consisting of the following fields:
Cell.Type - Enum in org.apache.hadoop.hbase
The valid types for user to build the cell.
CELL_ARRAY_MAP - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for CellArrayMap
CELL_ARRAY_MAP_ENTRY - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for Cell Array Entry
CELL_CHUNK_MAP - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for CellChunkMap
CELL_CHUNK_MAP_ENTRY - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for Cell Chunk Map Entry
CELL_FLAT_MAP - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for CellFlatMap
CELL_NOT_BASED_ON_CHUNK - Static variable in interface org.apache.hadoop.hbase.ExtendedCell
 
CELL_SET - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for CellSkipListSet
CellBuilder - Interface in org.apache.hadoop.hbase
Use CellBuilderFactory to get CellBuilder instance.
CellBuilderFactory - Class in org.apache.hadoop.hbase
Create a CellBuilder instance.
CellBuilderType - Enum in org.apache.hadoop.hbase
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
 
CellCodecWithTags - Class in org.apache.hadoop.hbase.codec
Basic Cell codec that just writes out all the individual elements of a Cell including the tags.
CellCodecWithTags() - Constructor for class org.apache.hadoop.hbase.codec.CellCodecWithTags
 
CellComparator - Interface in org.apache.hadoop.hbase
Comparator for comparing cells and has some specialized methods that allows comparing individual cell components like row, family, qualifier and timestamp
CellComparatorImpl - Class in org.apache.hadoop.hbase
Compare two HBase cells.
CellComparatorImpl() - Constructor for class org.apache.hadoop.hbase.CellComparatorImpl
 
CellComparatorImpl.MetaCellComparator - Class in org.apache.hadoop.hbase
A CellComparatorImpl for hbase:meta catalog table KeyValues.
CellHashKey - Class in org.apache.hadoop.hbase.util
Extracts the byte for the hash calculation from the given cell
CellHashKey(Cell) - Constructor for class org.apache.hadoop.hbase.util.CellHashKey
 
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 for slinging Cell instances.
channelRead(ReadableByteChannel, ByteBuffer) - Static method in class org.apache.hadoop.hbase.nio.ByteBuff
 
checkFlushed() - Method in class org.apache.hadoop.hbase.codec.BaseEncoder
 
checkForTagsLength(int) - Static method in interface org.apache.hadoop.hbase.RawCell
Check the length of tags.
checkRow(Cell) - Method in class org.apache.hadoop.hbase.io.encoding.RowIndexEncoderV1
 
checkShortCircuitReadBufferSize(Configuration) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
Check if short circuit read buffer size is set and if not, set it to hbase value.
checkSizeAndGrow(int) - Method in class org.apache.hadoop.hbase.io.ByteBufferListOutputStream
 
checkSizeAndGrow(int) - Method in class org.apache.hadoop.hbase.io.ByteBufferOutputStream
 
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.
ChecksumType - Enum in org.apache.hadoop.hbase.util
Checksum types.
chore() - Method in class org.apache.hadoop.hbase.ScheduledChore
The task to execute on each scheduled execution of the Chore
choreForTesting() - Method in class org.apache.hadoop.hbase.ScheduledChore
 
ChoreService - Class in org.apache.hadoop.hbase
ChoreService is a service that can be used to schedule instances of ScheduledChore to run periodically while sharing threads.
ChoreService(String) - Constructor for class org.apache.hadoop.hbase.ChoreService
 
ChoreService(String, boolean) - Constructor for class org.apache.hadoop.hbase.ChoreService
 
ChoreService(String, int, boolean) - Constructor for class org.apache.hadoop.hbase.ChoreService
 
Cipher - Class in org.apache.hadoop.hbase.io.crypto
A common interface for a cryptographic algorithm.
Cipher(CipherProvider) - Constructor for class org.apache.hadoop.hbase.io.crypto.Cipher
 
CIPHER_AES - Static variable in class org.apache.hadoop.hbase.HConstants
Default cipher for encryption
CIPHER_CLASSES_KEY - Static variable in class org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAES
 
CIPHER_JCE_PROVIDER_KEY - Static variable in class org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAES
 
CIPHER_MODE_KEY - Static variable in class org.apache.hadoop.hbase.io.crypto.aes.AES
 
CIPHER_MODE_KEY - Static variable in class org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAES
 
CIPHER_PROVIDER_KEY - Static variable in class org.apache.hadoop.hbase.io.crypto.aes.AES
 
CipherProvider - Interface in org.apache.hadoop.hbase.io.crypto
An CipherProvider contributes support for various cryptographic Ciphers.
Classes - Class in org.apache.hadoop.hbase.util
Utilities for class manipulation.
Classes() - Constructor for class org.apache.hadoop.hbase.util.Classes
 
ClassLoaderBase - Class in org.apache.hadoop.hbase.util
Base class loader that defines couple shared constants used by sub-classes.
ClassLoaderBase(ClassLoader) - Constructor for class org.apache.hadoop.hbase.util.ClassLoaderBase
Creates a DynamicClassLoader that can load classes dynamically from jar files under a specific folder.
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
 
cleanup() - Method in class org.apache.hadoop.hbase.ScheduledChore
Override to run cleanup tasks when the Chore encounters an error and must stop running
clear() - Method in interface org.apache.hadoop.hbase.CellBuilder
Remove all internal elements from builder.
clear() - Method in class org.apache.hadoop.hbase.CompoundConfiguration
These methods are unsupported, and no code using CompoundConfiguration depend upon them.
clear() - Method in interface org.apache.hadoop.hbase.ExtendedCellBuilder
 
clear() - Method in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
clear() - Method in class org.apache.hadoop.hbase.io.TagCompressionContext
 
clear() - Method in interface org.apache.hadoop.hbase.io.util.Dictionary
Flushes the dictionary, empties all values.
clear() - Method in class org.apache.hadoop.hbase.io.util.LRUDictionary
 
clear() - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
clear() - Method in interface org.apache.hadoop.hbase.RawCellBuilder
 
clear() - Method in class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
clearCache() - Static method in class org.apache.hadoop.hbase.util.CoprocessorClassLoader
 
clearHashCache() - Method in class org.apache.hadoop.hbase.util.AbstractByteRange
 
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.IndividualBytesFieldCell
Implement Cloneable interface
clone() - Method in class org.apache.hadoop.hbase.io.hfile.HFileContext
 
clone() - Method in class org.apache.hadoop.hbase.KeyValue
Clones a KeyValue.
clone() - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
Deprecated.
 
clone() - Method in class org.apache.hadoop.hbase.KeyValue.MetaComparator
Deprecated.
 
cloneFamily(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
 
cloneQualifier(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
 
cloneRow(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
get individual arrays for tests
cloneTags(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of HBase-2.0. Will be removed in HBase-3.0. Use RawCell.cloneTags()
cloneTags(Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
cloneTags() - Method in interface org.apache.hadoop.hbase.RawCell
Allows cloning the tags in the cell to a new byte[]
cloneValue(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
 
cloneValue(Tag) - Static method in interface org.apache.hadoop.hbase.Tag
Returns tag value in a new byte array.
close() - Method in class org.apache.hadoop.hbase.io.ByteBufferOutputStream
 
close() - Method in class org.apache.hadoop.hbase.io.ByteBufferWriterOutputStream
 
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.
close() - Method in class org.apache.hadoop.hbase.io.hadoopbackport.ThrottledInputStream
 
closeReceivers() - Method in class org.apache.hadoop.hbase.trace.SpanReceiverHost
Calls close() on all SpanReceivers created by this SpanReceiverHost.
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
Deprecated.
CLUSTER_IS_LOCAL - Static variable in class org.apache.hadoop.hbase.HConstants
Cluster is standalone or pseudo-distributed
cmdLineArgs - Variable in class org.apache.hadoop.hbase.util.AbstractHBaseTool
 
cmp(int) - Method in enum org.apache.hadoop.hbase.util.Order
Returns the adjusted trichotomous value according to the ordering imposed by this Order.
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
Thrown when problems in the codec whether setup or context.
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 .
codeToType(byte) - Static method in enum org.apache.hadoop.hbase.util.ChecksumType
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
 
CollectionUtils.IOExceptionSupplier<V> - Interface in org.apache.hadoop.hbase.util
A supplier that throws IOException when get.
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
CommonFSUtils - Class in org.apache.hadoop.hbase.util
Utility methods for interacting with the underlying file system.
CommonFSUtils() - Constructor for class org.apache.hadoop.hbase.util.CommonFSUtils
 
CommonFSUtils.StreamLacksCapabilityException - Exception in org.apache.hadoop.hbase.util
Helper exception for those cases where the place where we need to check a stream capability is not where we have the needed context to explain the impact and mitigation for a lack.
CommonsCryptoAES - Class in org.apache.hadoop.hbase.io.crypto.aes
 
CommonsCryptoAES(CipherProvider) - Constructor for class org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAES
 
CommonsCryptoAESDecryptor - Class in org.apache.hadoop.hbase.io.crypto.aes
 
CommonsCryptoAESDecryptor(String, Properties) - Constructor for class org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAESDecryptor
 
CommonsCryptoAESEncryptor - Class in org.apache.hadoop.hbase.io.crypto.aes
 
CommonsCryptoAESEncryptor(String, Properties, SecureRandom) - Constructor for class org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAESEncryptor
 
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
COMPACTION_KV_MAX_DEFAULT - Static variable in class org.apache.hadoop.hbase.HConstants
 
COMPARATOR - Static variable in class org.apache.hadoop.hbase.CellComparatorImpl
Comparator for plain key/values; i.e.
comparator - Variable in class org.apache.hadoop.hbase.io.encoding.AbstractDataBlockEncoder.AbstractEncodedSeeker
 
Comparator() - Constructor for class org.apache.hadoop.hbase.io.ImmutableBytesWritable.Comparator
constructor
COMPARATOR - Static variable in class org.apache.hadoop.hbase.KeyValue
Deprecated.
Use CellComparator.getInstance() instead. Deprecated for hbase 2.0, remove for hbase 3.0.
comparator() - Method in class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
compare(Object, Object) - Method in class org.apache.hadoop.hbase.BBKVComparator
 
compare(Cell, Cell) - Method in interface org.apache.hadoop.hbase.CellComparator
Lexographically compares two cells.
compare(Cell, Cell, boolean) - Method in interface org.apache.hadoop.hbase.CellComparator
Compare cells.
compare(Cell, Cell) - Method in class org.apache.hadoop.hbase.CellComparatorImpl
 
compare(Cell, Cell, boolean) - Method in class org.apache.hadoop.hbase.CellComparatorImpl
 
compare(Cell, Cell, boolean) - Method in class org.apache.hadoop.hbase.CellComparatorImpl.MetaCellComparator
 
compare(CellComparator, Cell, byte[], int, int) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of HBase-2.0. Will be removed in HBase-3.0
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.KVComparator
Deprecated.
 
compare(Cell, Cell) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
Deprecated.
Compares the Key of a cell -- with fields being more significant in this order: rowkey, colfam/qual, timestamp, type, mvcc
compare(Cell, Cell) - Method in class org.apache.hadoop.hbase.KeyValue.MetaComparator
Deprecated.
Compare key portion of a KeyValue for keys in hbase:meta table.
compare(CellComparator, Cell, byte[], int, int) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Used when a cell needs to be compared with a key byte[] such as cases of finding the index from the index block, bloom keys from the bloom blocks This byte[] is expected to be serialized in the KeyValue serialization format If the KeyValue (Cell's) serialization format changes this method cannot be used.
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
 
compare(byte[], byte[]) - Method in class org.apache.hadoop.hbase.util.Bytes.RowEndKeyComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.util.Bytes.RowEndKeyComparator
 
compareColumns(Cell, Cell) - Method in class org.apache.hadoop.hbase.CellComparatorImpl
Compares the family and qualifier part of the cell
compareColumns(Cell, byte[], int, int, int, int) - Static method in class org.apache.hadoop.hbase.CellUtil
Compares the cell's column (family and qualifier) with the given byte[]
compareColumns(byte[], int, int, int, byte[], int, int, int) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
Deprecated.
 
compareColumns(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
Deprecated.
 
compareFamilies(Cell, Cell) - Method in interface org.apache.hadoop.hbase.CellComparator
Lexographically compares the families of the two cells
compareFamilies(Cell, Cell) - Method in class org.apache.hadoop.hbase.CellComparatorImpl
Compare the families of left and right cell
compareFamilies(Cell, byte[], int, int) - Static method in class org.apache.hadoop.hbase.CellUtil
Compares the cell's family with the given byte[]
compareFamilies(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
Deprecated.
 
compareFamily(Cell, ByteArrayComparable) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Compare cell's column family against given comparator
compareFlatKey(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
Deprecated.
Compares left to right assuming that left,loffset,llength and right,roffset,rlength are full KVs laid out in a flat byte[]s.
compareFlatKey(byte[], byte[]) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
Deprecated.
 
compareIgnoringPrefix(int, byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
Deprecated.
Overridden
compareIgnoringPrefix(int, byte[], int, int, byte[], int, int) - Method in interface org.apache.hadoop.hbase.KeyValue.SamePrefixComparator
Compare two keys assuming that the first n bytes are the same.
compareKey(CellComparator, Cell) - Method in interface org.apache.hadoop.hbase.io.encoding.DataBlockEncoder.EncodedSeeker
Compare the given key against the current key
compareKey(CellComparator, Cell) - Method in class org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1
 
compareKey(Cell, byte[], int, int, byte[], int, int, byte[], int, int, long, byte) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
Deprecated.
 
compareKey(TNode, Object) - Method in interface org.apache.hadoop.hbase.util.AvlUtil.AvlKeyComparator
 
compareKeyBasedOnColHint(CellComparator, Cell, Cell, int, int, byte[], int, int, long, byte) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Used to compare two cells based on the column hint provided.
compareKeyIgnoresMvcc(CellComparator, Cell, Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Compares only the key portion of a cell.
compareOnlyKeyPortion(Cell, Cell) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
Deprecated.
 
compareOnlyKeyPortion(Cell, Cell) - Method in class org.apache.hadoop.hbase.KeyValue.MetaComparator
Deprecated.
 
compareQualifier(Cell, ByteArrayComparable) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Compare cell's qualifier against given comparator
compareQualifiers(Cell, Cell) - Method in interface org.apache.hadoop.hbase.CellComparator
Lexographically compares the qualifiers of the two cells
compareQualifiers(Cell, Cell) - Method in class org.apache.hadoop.hbase.CellComparatorImpl
Compare the qualifiers part of the left and right cells.
compareQualifiers(Cell, byte[], int, int) - Static method in class org.apache.hadoop.hbase.CellUtil
Compares the cell's qualifier with the given byte[]
compareRow(Cell, ByteArrayComparable) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Compare cell's row against given comparator
compareRowKey(Cell, Cell) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
Deprecated.
Compares the only the user specified portion of a Key.
compareRowKey(Cell, Cell) - Method in class org.apache.hadoop.hbase.KeyValue.MetaComparator
Deprecated.
Override the row key comparison to parse and compare the meta row key parts.
compareRows(Cell, Cell) - Method in interface org.apache.hadoop.hbase.CellComparator
Lexographically compares the rows of two cells.
compareRows(Cell, byte[], int, int) - Method in interface org.apache.hadoop.hbase.CellComparator
Compares the row part of the cell with a simple plain byte[] like the stopRow in Scan.
compareRows(Cell, Cell) - Method in class org.apache.hadoop.hbase.CellComparatorImpl
Compares the rows of the left and right cell.
compareRows(Cell, byte[], int, int) - Method in class org.apache.hadoop.hbase.CellComparatorImpl
Compares the row part of the cell with a simple plain byte[] like the stopRow in Scan.
compareRows(Cell, Cell) - Method in class org.apache.hadoop.hbase.CellComparatorImpl.MetaCellComparator
 
compareRows(Cell, byte[], int, int) - Method in class org.apache.hadoop.hbase.CellComparatorImpl.MetaCellComparator
 
compareRows(Cell, Cell) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
Deprecated.
 
compareRows(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
Deprecated.
Get the b[],o,l for left and right rowkey portions and compare.
compareRows(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.KeyValue.MetaComparator
Deprecated.
 
compareTimestamps(Cell, Cell) - Method in interface org.apache.hadoop.hbase.CellComparator
Compares cell's timestamps in DESCENDING order.
compareTimestamps(long, long) - Method in interface org.apache.hadoop.hbase.CellComparator
Compares cell's timestamps in DESCENDING order.
compareTimestamps(Cell, Cell) - Method in class org.apache.hadoop.hbase.CellComparatorImpl
 
compareTimestamps(long, long) - Method in class org.apache.hadoop.hbase.CellComparatorImpl
 
compareTimestamps(Cell, Cell) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
Deprecated.
 
compareTo(byte[]) - Method in class org.apache.hadoop.hbase.filter.ByteArrayComparable
 
compareTo(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.ByteArrayComparable
Special compareTo method for subclasses, to avoid copying byte[] unnecessarily.
compareTo(ByteBuffer, int, int) - Method in class org.apache.hadoop.hbase.filter.ByteArrayComparable
Special compareTo method for subclasses, to avoid copying bytes unnecessarily.
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(Delayed) - Method in class org.apache.hadoop.hbase.JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture
 
compareTo(Address) - Method in class org.apache.hadoop.hbase.net.Address
 
compareTo(ByteBuff, int, int, ByteBuff, int, int) - Static method in class org.apache.hadoop.hbase.nio.ByteBuff
Compares two ByteBuffs
compareTo(ServerName) - Method in class org.apache.hadoop.hbase.ServerName
 
compareTo(TableName) - Method in class org.apache.hadoop.hbase.TableName
For performance reasons, the ordering is not lexicographic.
compareTo(ByteRange) - Method in class org.apache.hadoop.hbase.util.AbstractByteRange
Bitwise comparison of each byte in the array.
compareTo(TNode) - Method in class org.apache.hadoop.hbase.util.AvlUtil.AvlNode
 
compareTo(ByteBuffer, int, int, ByteBuffer, int, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
 
compareTo(byte[], int, int, ByteBuffer, int, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
 
compareTo(ByteBuffer, int, int, byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
 
compareTo(Bytes) - Method in class org.apache.hadoop.hbase.util.Bytes
Define the sort order of the Bytes.
compareTo(byte[]) - Method in class org.apache.hadoop.hbase.util.Bytes
Compares the bytes in this object to the specified byte 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.
compareValue(Cell, ByteArrayComparable) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Compare cell's value against given comparator
compareVersion(String, String) - Static method in class org.apache.hadoop.hbase.util.VersionInfo
 
compareWithoutRow(Cell, Cell) - Method in interface org.apache.hadoop.hbase.CellComparator
Lexographically compares the two cells excluding the row part.
compareWithoutRow(Cell, Cell) - Method in class org.apache.hadoop.hbase.CellComparatorImpl
 
components - Variable in class org.apache.hadoop.hbase.util.ConcatenatedLists
 
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.
compressAndEncrypt(byte[], int, int) - Method in class org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultEncodingContext
 
compressAndEncrypt(byte[], int, int) - Method in interface org.apache.hadoop.hbase.io.encoding.HFileBlockEncodingContext
 
compressFamily(OutputStream, Cell, Dictionary) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
Compression - Class in org.apache.hadoop.hbase.io.compress
Compression related stuff.
Compression.Algorithm - Enum in org.apache.hadoop.hbase.io.compress
Compression algorithms.
compressQualifier(OutputStream, Cell, Dictionary) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
compressRow(OutputStream, Cell, Dictionary) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
compressTags(OutputStream, byte[], int, int) - Method in class org.apache.hadoop.hbase.io.TagCompressionContext
Compress tags one by one and writes to the OutputStream.
compressTags(OutputStream, ByteBuffer, int, int) - Method in class org.apache.hadoop.hbase.io.TagCompressionContext
Compress tags one by one and writes to the OutputStream.
compressTags(OutputStream, Cell, TagCompressionContext) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Compresses the tags to the given outputstream using the TagcompressionContext
computeIfAbsent(ConcurrentMap<K, V>, K, Supplier<V>) - Static method in class org.apache.hadoop.hbase.util.CollectionUtils
In HBASE-16648 we found that ConcurrentHashMap.get is much faster than computeIfAbsent if the value already exists.
computeIfAbsent(ConcurrentMap<K, V>, K, Supplier<V>, Runnable) - Static method in class org.apache.hadoop.hbase.util.CollectionUtils
 
computeIfAbsentEx(ConcurrentMap<K, V>, K, CollectionUtils.IOExceptionSupplier<V>) - Static method in class org.apache.hadoop.hbase.util.CollectionUtils
In HBASE-16648 we found that ConcurrentHashMap.get is much faster than computeIfAbsent if the value already exists.
ConcatenatedLists<T> - Class in org.apache.hadoop.hbase.util
A collection class that contains multiple sub-lists, which allows us to not copy lists.
ConcatenatedLists() - Constructor for class org.apache.hadoop.hbase.util.ConcatenatedLists
 
ConcatenatedLists.Iterator - Class in org.apache.hadoop.hbase.util
 
concatTags(byte[], Cell) - Static method in class org.apache.hadoop.hbase.TagUtil
 
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
conf - Variable in class org.apache.hadoop.hbase.util.AbstractHBaseTool
 
CONFIG - Static variable in class org.apache.hadoop.hbase.HBaseInterfaceAudience
Denotes class names that appear in user facing configuration files.
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<? extends Cell>, Collection<? extends Cell>) - 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.types.CopyOnWriteArrayMap
 
containsServer(Address) - Method in class org.apache.hadoop.hbase.rsgroup.RSGroupInfo
 
containsTable(TableName) - Method in class org.apache.hadoop.hbase.rsgroup.RSGroupInfo
 
Context - Class in org.apache.hadoop.hbase.io.crypto
Crypto context.
COPROC - Static variable in class org.apache.hadoop.hbase.HBaseInterfaceAudience
 
CoprocessorClassLoader - Class in org.apache.hadoop.hbase.util
ClassLoader used to load classes for Coprocessor instances.
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.
copy(byte[], int, ByteBuffer, int, int) - Static method in class org.apache.hadoop.hbase.util.UnsafeAccess
Copies the bytes from given array's offset to length part into the given buffer.
copy(ByteBuffer, int, byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.UnsafeAccess
Copies specified number of bytes from given offset of src ByteBuffer to the dest array.
copy(ByteBuffer, int, ByteBuffer, int, int) - Static method in class org.apache.hadoop.hbase.util.UnsafeAccess
Copies specified number of bytes from given offset of src buffer into the dest buffer.
copyBufferToStream(OutputStream, ByteBuffer, int, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Copy data from a buffer to an output stream.
copyBufferToStream(DataOutput, 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
copyBytes() - Method in class org.apache.hadoop.hbase.util.Bytes
Returns a copy of the bytes referred to by this writable
copyFamilyTo(Cell, byte[], int) - Static method in class org.apache.hadoop.hbase.CellUtil
Copies the family to the given byte[]
copyFamilyTo(Cell, ByteBuffer, int) - Static method in class org.apache.hadoop.hbase.CellUtil
Copies the family to the given bytebuffer
copyFromArrayToBuffer(ByteBuffer, byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Copies the bytes from given array's offset to length part into the given buffer.
copyFromArrayToBuffer(ByteBuffer, int, byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Copies bytes from given array's offset to length part into the given buffer.
copyFromBufferToArray(byte[], ByteBuffer, int, int, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Copies specified number of bytes from given offset of 'in' ByteBuffer to the array.
copyFromBufferToBuffer(ByteBuffer, ByteBuffer) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Copy one buffer's whole data to another.
copyFromBufferToBuffer(ByteBuffer, ByteBuffer, int, int, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Copy from one buffer to another from given offset.
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
The position will be set to the beginning of the new ByteBuffer
copyOfRange(ByteBuffer, int, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
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
CopyOnWriteArrayMap<K,V> - Class in org.apache.hadoop.hbase.types
A Map that keeps a sorted array in order to provide the concurrent map interface.
CopyOnWriteArrayMap() - Constructor for class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
CopyOnWriteArrayMap(Comparator<? super K>) - Constructor for class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
copyQualifierTo(Cell, byte[], int) - Static method in class org.apache.hadoop.hbase.CellUtil
Copies the qualifier to the given byte[]
copyQualifierTo(Cell, ByteBuffer, int) - Static method in class org.apache.hadoop.hbase.CellUtil
Copies the qualifier to the given bytebuffer
copyRow(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
Copies the row to a new byte[]
copyRowTo(Cell, byte[], int) - Static method in class org.apache.hadoop.hbase.CellUtil
Copies the row to the given byte[]
copyRowTo(Cell, ByteBuffer, int) - Static method in class org.apache.hadoop.hbase.CellUtil
Copies the row to the given bytebuffer
copyTagsTo(Cell, byte[], int) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Copies the tags info into the tag portion of the cell
copyTagsTo(Cell, ByteBuffer, int) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Copies the tags info into the tag portion of the cell
copyTagTo(Cell, byte[], int) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of HBase-2.0. Will be removed in HBase-3.0.
copyTagTo(Cell, ByteBuffer, int) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of HBase-2.0. Will be removed in 3.0.
copyToNewArrays(Collection<ByteRange>) - Static method in class org.apache.hadoop.hbase.util.ByteRangeUtils
 
copyToNewByteArray(Cell) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
 
copyToNewKeyValue(Cell) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
copy the cell to create a new keyvalue
copyValueTo(Cell, byte[], int) - Static method in class org.apache.hadoop.hbase.CellUtil
Copies the value to the given byte[]
copyValueTo(Cell, ByteBuffer, int) - Static method in class org.apache.hadoop.hbase.CellUtil
Copies the value to the given bytebuffer
copyValueTo(Tag, byte[], int) - Static method in interface org.apache.hadoop.hbase.Tag
Copies the tag's value bytes to the given byte array
CORRUPT_DIR_NAME - Static variable in class org.apache.hadoop.hbase.HConstants
 
Counter - Class in org.apache.hadoop.hbase.util
Deprecated.
since 2.0.0 and will be removed in 3.0.0. Use LongAdder instead.
Counter() - Constructor for class org.apache.hadoop.hbase.util.Counter
Deprecated.
 
Counter(long) - Constructor for class org.apache.hadoop.hbase.util.Counter
Deprecated.
 
CP_HTD_ATTR_INCLUSION_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
 
CP_HTD_ATTR_KEY_PATTERN - Static variable in class org.apache.hadoop.hbase.HConstants
Deprecated.
It is used internally. As of release 2.0.0, this will be removed in HBase 3.0.0.
CP_HTD_ATTR_VALUE_PARAM_KEY_PATTERN - Static variable in class org.apache.hadoop.hbase.HConstants
Deprecated.
It is used internally. As of release 2.0.0, this will be removed in HBase 3.0.0.
CP_HTD_ATTR_VALUE_PARAM_PATTERN - Static variable in class org.apache.hadoop.hbase.HConstants
Deprecated.
It is used internally. As of release 2.0.0, this will be removed in HBase 3.0.0.
CP_HTD_ATTR_VALUE_PARAM_VALUE_PATTERN - Static variable in class org.apache.hadoop.hbase.HConstants
Deprecated.
It is used internally. As of release 2.0.0, this will be removed in HBase 3.0.0.
CP_HTD_ATTR_VALUE_PATTERN - Static variable in class org.apache.hadoop.hbase.HConstants
Deprecated.
It is used internally. As of release 2.0.0, this will be removed in HBase 3.0.0.
create(CellBuilderType) - Static method in class org.apache.hadoop.hbase.CellBuilderFactory
Create a CellBuilder instance.
create(CellBuilderType) - Static method in class org.apache.hadoop.hbase.ExtendedCellBuilderFactory
Allows creating a cell with the given CellBuilderType.
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(DataInput) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
 
create(int, DataInput) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
Create a KeyValue reading length from in
create(String) - Static method in class org.apache.hadoop.hbase.NamespaceDescriptor
 
create(NamespaceDescriptor) - Static method in class org.apache.hadoop.hbase.NamespaceDescriptor
 
create() - Static method in class org.apache.hadoop.hbase.RawCellBuilderFactory
 
create(UserGroupInformation) - Static method in class org.apache.hadoop.hbase.security.User
Wraps an underlying UserGroupInformation instance.
create(UserGroupInformation) - Method in class org.apache.hadoop.hbase.security.UserProvider
Wraps an underlying UserGroupInformation instance.
create(FileSystem, Path, FsPermission, boolean) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
Create the specified file on the filesystem.
create() - Method in class org.apache.hadoop.hbase.util.RetryCounterFactory
 
create(A, B, C) - Static method in class org.apache.hadoop.hbase.util.Triple
 
createCell(byte[], byte[], byte[], long, byte, byte[]) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0. Use CellBuilder instead
createCell(byte[], int, int, byte[], int, int, byte[], int, int) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0. Use CellBuilder instead
createCell(byte[], byte[], byte[], long, byte, byte[], long) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0. Use ExtendedCellBuilder instead
createCell(byte[], byte[], byte[], long, byte, byte[], byte[], long) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0. Use ExtendedCellBuilder instead
createCell(byte[], byte[], byte[], long, KeyValue.Type, byte[], byte[]) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0. Use ExtendedCellBuilder instead
createCell(byte[]) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0. Use CellBuilder instead
createCell(byte[], byte[]) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0. Use CellBuilder instead
createCell(byte[], byte[], byte[]) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0. Use CellBuilder instead
createCell(Cell, List<Tag>) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0.
createCell(Cell, byte[]) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0.
createCell(Cell, byte[], byte[]) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0.
createCell(byte[], int, int) - Method in class org.apache.hadoop.hbase.codec.KeyValueCodec.ByteBuffKeyValueDecoder
 
createCell(ByteBuffer, int, int) - Method in class org.apache.hadoop.hbase.codec.KeyValueCodec.ByteBuffKeyValueDecoder
 
createCell(byte[], int, int) - Method in class org.apache.hadoop.hbase.codec.KeyValueCodecWithTags.ByteBuffKeyValueDecoder
 
createCell(ByteBuffer, int, int) - Method in class org.apache.hadoop.hbase.codec.KeyValueCodecWithTags.ByteBuffKeyValueDecoder
 
createCell(Cell, List<Tag>) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
createCell(Cell, byte[]) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
createCell(Cell, byte[], byte[]) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
createCellScanner(List<? extends 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<Cell>>) - Static method in class org.apache.hadoop.hbase.CellUtil
Flatten the map of cells out under the CellScanner
createClusterConf(Configuration, String) - Static method in class org.apache.hadoop.hbase.HBaseConfiguration
Generates a Configuration instance by applying the ZooKeeper cluster key to the base Configuration.
createClusterConf(Configuration, String, String) - Static method in class org.apache.hadoop.hbase.HBaseConfiguration
Generates a Configuration instance by applying property overrides prefixed by a cluster profile key to the base Configuration.
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
 
createDecryptionStream(InputStream, Context, byte[]) - Method in class org.apache.hadoop.hbase.io.crypto.aes.AES
 
createDecryptionStream(InputStream, Decryptor) - Method in class org.apache.hadoop.hbase.io.crypto.aes.AES
 
createDecryptionStream(InputStream) - Method in class org.apache.hadoop.hbase.io.crypto.aes.AESDecryptor
 
createDecryptionStream(InputStream, Context, byte[]) - Method in class org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAES
 
createDecryptionStream(InputStream, Decryptor) - Method in class org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAES
 
createDecryptionStream(InputStream) - Method in class org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAESDecryptor
 
createDecryptionStream(InputStream, Context, byte[]) - Method in class org.apache.hadoop.hbase.io.crypto.Cipher
Create a decrypting input stream given a context and IV
createDecryptionStream(InputStream, Decryptor) - Method in class org.apache.hadoop.hbase.io.crypto.Cipher
Create a decrypting output stream given an initialized decryptor
createDecryptionStream(InputStream) - Method in interface org.apache.hadoop.hbase.io.crypto.Decryptor
Create a stream for decryption
createEncoder(String) - Static method in enum org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
 
createEncryptionStream(OutputStream, Context, byte[]) - Method in class org.apache.hadoop.hbase.io.crypto.aes.AES
 
createEncryptionStream(OutputStream, Encryptor) - Method in class org.apache.hadoop.hbase.io.crypto.aes.AES
 
createEncryptionStream(OutputStream) - Method in class org.apache.hadoop.hbase.io.crypto.aes.AESEncryptor
 
createEncryptionStream(OutputStream, Context, byte[]) - Method in class org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAES
 
createEncryptionStream(OutputStream, Encryptor) - Method in class org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAES
 
createEncryptionStream(OutputStream) - Method in class org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAESEncryptor
 
createEncryptionStream(OutputStream, Context, byte[]) - Method in class org.apache.hadoop.hbase.io.crypto.Cipher
Create an encrypting output stream given a context and IV
createEncryptionStream(OutputStream, Encryptor) - Method in class org.apache.hadoop.hbase.io.crypto.Cipher
Create an encrypting output stream given an initialized encryptor
createEncryptionStream(OutputStream) - Method in interface org.apache.hadoop.hbase.io.crypto.Encryptor
Create a stream for encryption
createFirstDeleteFamilyCellOnRow(byte[], byte[]) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Create a Delete Family Cell for the specified row and family that would be smaller than all other possible Delete Family KeyValues that have the same row and family.
createFirstKeyCell(ByteBuffer, int) - Method in class org.apache.hadoop.hbase.io.encoding.AbstractDataBlockEncoder
 
createFirstOnNextRow(Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
createFirstOnRow(byte[], int, short) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
Create a KeyValue that is smaller than all other possible KeyValues for the given row.
createFirstOnRow(byte[]) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
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.KeyValueUtil
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.KeyValueUtil
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.KeyValueUtil
 
createFirstOnRow(byte[], int, int, byte[], int, int, byte[], int, int) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
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.KeyValueUtil
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.KeyValueUtil
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(Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Create a Cell that is smaller than all other possible Cells for the given Cell's row.
createFirstOnRow(byte[], int, short) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
createFirstOnRow(byte[], byte[], byte[]) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
createFirstOnRow(byte[], int, short, byte[], int, byte, byte[], int, int) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
createFirstOnRow(byte[]) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
createFirstOnRowCol(Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
createFirstOnRowCol(Cell, byte[], int, int) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Create a Cell that is smaller than all other possible Cells for the given Cell's rk:cf and passed qualifier.
createFirstOnRowColTS(Cell, long) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Creates the first cell with the row/family/qualifier of this cell and the given timestamp.
createFirstOnRowFamily(Cell, byte[], int, int) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
createForWal(FileSystem, Path, boolean) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
Attempt to use builder API via reflection to create a file with the given parameters and replication enabled.
createForWal(FileSystem, Path, boolean, int, short, long, boolean) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
Attempt to use builder API via reflection to create a file with the given parameters and replication enabled.
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).
createKeyValueFromInputStream(InputStream, boolean) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
Create a KeyValue reading from the raw InputStream.
createKeyValueFromKey(byte[]) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
 
createKeyValueFromKey(ByteBuffer) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
 
createKeyValueFromKey(byte[], int, int) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
 
createLastOnRow(byte[], int, int, byte[], int, int, byte[], int, int) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
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.
createLastOnRow(byte[]) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
Creates a KeyValue that is last on the specified row id.
createLastOnRow(Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Create a Cell that is larger than all other possible Cells for the given Cell's row.
createLastOnRow(byte[]) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
createLastOnRowCol(Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Create a Cell that is larger than all other possible Cells for the given Cell's rk:cf:q.
createMaxByteArray(int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Create a max byte array with the specified max byte count
createNextOnRowCol(Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
createObject(K) - Method in interface org.apache.hadoop.hbase.util.ObjectPool.ObjectFactory
Creates a new shared object associated with the given key, identified by the equals method.
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.
createReference(K, V) - Method in class org.apache.hadoop.hbase.util.ObjectPool
Create a reference associated with the given object
createReference(K, V) - Method in class org.apache.hadoop.hbase.util.SoftObjectPool
 
createReference(K, V) - Method in class org.apache.hadoop.hbase.util.WeakObjectPool
 
createSeeker(CellComparator, HFileBlockDecodingContext) - Method in class org.apache.hadoop.hbase.io.encoding.CopyKeyDataBlockEncoder
 
createSeeker(CellComparator, HFileBlockDecodingContext) - Method in interface org.apache.hadoop.hbase.io.encoding.DataBlockEncoder
Create a HFileBlock seeker which find KeyValues within a block.
createSeeker(CellComparator, HFileBlockDecodingContext) - Method in class org.apache.hadoop.hbase.io.encoding.DiffKeyDeltaEncoder
 
createSeeker(CellComparator, HFileBlockDecodingContext) - Method in class org.apache.hadoop.hbase.io.encoding.FastDiffDeltaEncoder
 
createSeeker(CellComparator, HFileBlockDecodingContext) - Method in class org.apache.hadoop.hbase.io.encoding.PrefixKeyDeltaEncoder
 
createSeeker(CellComparator, HFileBlockDecodingContext) - Method in class org.apache.hadoop.hbase.io.encoding.RowIndexCodecV1
 
createTrace(String) - Static method in class org.apache.hadoop.hbase.trace.TraceUtil
Wrapper method to create new TraceScope with the given description
createTrace(String, Span) - Static method in class org.apache.hadoop.hbase.trace.TraceUtil
Wrapper method to create new child TraceScope with the given description and parent scope's spanId
createUserForTesting(Configuration, String, String[]) - Static method in class org.apache.hadoop.hbase.security.User
Generates a new User instance specifically for use in test code.
createUserForTesting(Configuration, String, String[]) - Static method in class org.apache.hadoop.hbase.security.User.SecureHadoopUser
 
CRYPTO_ALTERNATE_KEY_ALGORITHM_CONF_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
Configuration key for the name of the alternate cipher algorithm for the cluster, a string
CRYPTO_CIPHERPROVIDER_CONF_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
Configuration key for the crypto algorithm provider, a class name
CRYPTO_KEY_ALGORITHM_CONF_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
Configuration key for the algorithm used for creating jks key, a string
CRYPTO_KEYPROVIDER_CONF_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
Configuration key for the crypto key provider, a class name
CRYPTO_KEYPROVIDER_PARAMETERS_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
Configuration key for the crypto key provider parameters
CRYPTO_MASTERKEY_ALTERNATE_NAME_CONF_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
Configuration key for the name of the alternate master key for the cluster, a string
CRYPTO_MASTERKEY_NAME_CONF_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
Configuration key for the name of the master key for the cluster, a string
CRYPTO_WAL_ALGORITHM_CONF_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
Configuration key for the algorithm to use when encrypting the WAL, a string
CRYPTO_WAL_KEY_NAME_CONF_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
Configuration key for the name of the master WAL encryption key for the cluster, a string
CryptoAES - Class in org.apache.hadoop.hbase.io.crypto.aes
AES encryption and decryption.
CryptoAES(String, Properties, byte[], byte[], byte[], byte[]) - Constructor for class org.apache.hadoop.hbase.io.crypto.aes.CryptoAES
 
CryptoCipherProvider - Class in org.apache.hadoop.hbase.io.crypto
The default cipher provider.
curBuf - Variable in class org.apache.hadoop.hbase.io.ByteBufferOutputStream
 
current() - Method in interface org.apache.hadoop.hbase.CellScanner
 
current() - Method in class org.apache.hadoop.hbase.codec.BaseDecoder
 
current - Variable in class org.apache.hadoop.hbase.codec.KeyValueCodec.ByteBuffKeyValueDecoder
 
current() - Method in class org.apache.hadoop.hbase.codec.KeyValueCodec.ByteBuffKeyValueDecoder
 
currentComponent - Variable in class org.apache.hadoop.hbase.util.ConcatenatedLists.Iterator
 
currentTime() - Method in class org.apache.hadoop.hbase.util.DefaultEnvironmentEdge
Returns the currentTime.
currentTime() - Method in interface org.apache.hadoop.hbase.util.EnvironmentEdge
Returns the currentTime.
currentTime() - Static method in class org.apache.hadoop.hbase.util.EnvironmentEdgeManager
Defers to the delegate and calls the EnvironmentEdge.currentTime() method.
currentTime() - Method in class org.apache.hadoop.hbase.util.IncrementingEnvironmentEdge
Returns the currentTime.
CUSTOM_TAG_TYPE_RANGE - Static variable in interface org.apache.hadoop.hbase.Tag
Custom tags if created are suggested to be above this range.

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.
DataType<T> - Interface in org.apache.hadoop.hbase.types
DataType is the base class for all HBase data types.
date - Static variable in class org.apache.hadoop.hbase.Version
 
DAY_IN_SECONDS - Static variable in class org.apache.hadoop.hbase.HConstants
Seconds in a day, hour and minute
decode(PositionedByteRange) - Method in interface org.apache.hadoop.hbase.types.DataType
Read an instance of T from the buffer src.
decode(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.FixedLengthWrapper
 
decode(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.OrderedBlob
 
decode(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.OrderedBlobVar
 
decode(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.OrderedFloat32
 
decode(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.OrderedFloat64
 
decode(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.OrderedInt16
 
decode(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.OrderedInt32
 
decode(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.OrderedInt64
 
decode(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.OrderedInt8
 
decode(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.OrderedNumeric
 
decode(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.OrderedString
 
decode(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.RawByte
 
decode(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.RawBytes
 
decode(PositionedByteRange, int) - Method in class org.apache.hadoop.hbase.types.RawBytes
Read a byte[] from the buffer src.
decode(PositionedByteRange, int) - Method in class org.apache.hadoop.hbase.types.RawBytesFixedLength
Read a byte[] from the buffer src.
decode(PositionedByteRange, int) - Method in class org.apache.hadoop.hbase.types.RawBytesTerminated
Read a byte[] from the buffer src.
decode(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.RawDouble
 
decode(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.RawFloat
 
decode(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.RawInteger
 
decode(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.RawLong
 
decode(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.RawShort
 
decode(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.RawString
 
decode(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.Struct
 
decode(PositionedByteRange, int) - Method in class org.apache.hadoop.hbase.types.Struct
Read the field at index.
decode(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.TerminatedWrapper
 
decodeA(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.Union2
Read an instance of the first type parameter from buffer src.
decodeAtPosition(int) - Method in class org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1
 
decodeB(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.Union2
Read an instance of the second type parameter from buffer src.
decodeBlobCopy(PositionedByteRange) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Decode a Blob value, byte-for-byte copy.
decodeBlobVar(PositionedByteRange) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Decode a blob value that was encoded using BlobVar encoding.
decodeByte(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.OrderedInt8
Read a byte value from the buffer src.
decodeByte(byte[], int) - Method in class org.apache.hadoop.hbase.types.RawByte
Read a byte value from the buffer buff.
decodeC(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.Union3
Read an instance of the third type parameter from buffer src.
decodeD(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.Union4
Read an instance of the fourth type parameter from buffer src.
decodeDouble(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.OrderedFloat64
Read a double value from the buffer src.
decodeDouble(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.OrderedNumeric
Read a double value from the buffer src.
decodeDouble(byte[], int) - Method in class org.apache.hadoop.hbase.types.RawDouble
Read a double value from the buffer buff.
decodeFirst() - Method in class org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1
 
decodeFloat(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.OrderedFloat32
Read a float value from the buffer dst.
decodeFloat(byte[], int) - Method in class org.apache.hadoop.hbase.types.RawFloat
Read a float value from the buffer buff.
decodeFloat32(PositionedByteRange) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Decode a 32-bit floating point value using the fixed-length encoding.
decodeFloat64(PositionedByteRange) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Decode a 64-bit floating point value using the fixed-length encoding.
decodeInt(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.OrderedInt32
Read an int value from the buffer src.
decodeInt(byte[], int) - Method in class org.apache.hadoop.hbase.types.RawInteger
Read an int value from the buffer buff.
decodeInt16(PositionedByteRange) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Decode an int16 value.
decodeInt32(PositionedByteRange) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Decode an int32 value.
decodeInt64(PositionedByteRange) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Decode an int64 value.
decodeInt8(PositionedByteRange) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Decode an int8 value.
decodeKeyValues(DataInputStream, HFileBlockDecodingContext) - Method in interface org.apache.hadoop.hbase.io.encoding.DataBlockEncoder
Decode.
decodeKeyValues(DataInputStream, HFileBlockDecodingContext) - Method in class org.apache.hadoop.hbase.io.encoding.RowIndexCodecV1
 
decodeLong(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.OrderedInt64
Read a long value from the buffer src.
decodeLong(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.OrderedNumeric
Read a long value from the buffer src.
decodeLong(byte[], int) - Method in class org.apache.hadoop.hbase.types.RawLong
Read a long value from the buffer buff.
decodeNext() - Method in class org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1
 
decodeNumericAsBigDecimal(PositionedByteRange) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Decode a BigDecimal value from the variable-length encoding.
decodeNumericAsDouble(PositionedByteRange) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Decode a primitive double value from the Numeric encoding.
decodeNumericAsLong(PositionedByteRange) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Decode a primitive long value from the Numeric encoding.
decodeShort(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.OrderedInt16
Read a short value from the buffer src.
decodeShort(byte[], int) - Method in class org.apache.hadoop.hbase.types.RawShort
Read a short value from the buffer buff.
decodeString(PositionedByteRange) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Decode a String value.
decodeTags() - Method in class org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1
 
decodingCtx - Variable in class org.apache.hadoop.hbase.io.encoding.AbstractDataBlockEncoder.AbstractEncodedSeeker
 
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.
decorateTask(Runnable, RunnableScheduledFuture<V>) - Method in class org.apache.hadoop.hbase.JitterScheduledThreadPoolExecutorImpl
 
decorateTask(Callable<V>, RunnableScheduledFuture<V>) - Method in class org.apache.hadoop.hbase.JitterScheduledThreadPoolExecutorImpl
 
decrement() - Method in class org.apache.hadoop.hbase.util.Counter
Deprecated.
 
decrypt(byte[], int, InputStream, int, Decryptor) - Static method in class org.apache.hadoop.hbase.io.crypto.Encryption
Decrypt a block of ciphertext read in from a stream with the given cipher and context
decrypt(byte[], int, InputStream, int, Encryption.Context, byte[]) - Static method in class org.apache.hadoop.hbase.io.crypto.Encryption
Decrypt a block of ciphertext from a stream given a context and IV
decrypt(OutputStream, InputStream, int, Decryptor) - Static method in class org.apache.hadoop.hbase.io.crypto.Encryption
Decrypt a stream of ciphertext given a decryptor
decrypt(OutputStream, InputStream, int, Encryption.Context, byte[]) - Static method in class org.apache.hadoop.hbase.io.crypto.Encryption
Decrypt a stream of ciphertext given a context and IV
Decryptor - Interface in org.apache.hadoop.hbase.io.crypto
Decryptors apply a cipher to an InputStream to recover plaintext.
decryptWithSubjectKey(OutputStream, InputStream, int, String, Configuration, Cipher, byte[]) - Static method in class org.apache.hadoop.hbase.io.crypto.Encryption
Decrypts a block of ciphertext with the symmetric key resolved for the given subject
deepClone() - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
deepClone() - Method in interface org.apache.hadoop.hbase.ExtendedCell
Does a deep copy of the contents to a new memory area and returns it as a new cell.
deepClone() - Method in class org.apache.hadoop.hbase.KeyValue
 
deepClone() - Method in class org.apache.hadoop.hbase.NoTagsByteBufferKeyValue
 
deepClone() - Method in class org.apache.hadoop.hbase.NoTagsKeyValue
 
deepClone(Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Deep clones the given cell if the cell supports deep cloning
deepCopy() - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
deepCopy() - Method in interface org.apache.hadoop.hbase.util.ByteRange
Create a new ByteRange with new backing byte[] containing a copy of the content from this range's window.
deepCopy() - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
 
deepCopy() - Method in class org.apache.hadoop.hbase.util.SimpleByteRange
 
deepCopy() - Method in class org.apache.hadoop.hbase.util.SimpleMutableByteRange
 
deepCopy() - Method in class org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
deepCopy() - Method in class org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
deepCopySubRangeTo(int, int, byte[], int) - Method in class org.apache.hadoop.hbase.util.AbstractByteRange
 
deepCopySubRangeTo(int, int, byte[], int) - Method in interface org.apache.hadoop.hbase.util.ByteRange
Wrapper for System.arraycopy.
deepCopyTo(byte[], int) - Method in class org.apache.hadoop.hbase.util.AbstractByteRange
 
deepCopyTo(byte[], int) - Method in interface org.apache.hadoop.hbase.util.ByteRange
Wrapper for System.arraycopy.
deepCopyToNewArray() - Method in class org.apache.hadoop.hbase.util.AbstractByteRange
 
deepCopyToNewArray() - Method in interface 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_BUFFER_SIZE - Static variable in class org.apache.hadoop.hbase.io.ByteBufferPool
 
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.hadoop.hbase.util.ByteBufferArray
 
DEFAULT_BYTES_PER_CHECKSUM - Static variable in class org.apache.hadoop.hbase.io.hfile.HFileContext
 
DEFAULT_BYTES_PER_CHECKSUM - Static variable in class org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
 
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_CONCURRENCY_LEVEL - Static variable in class org.apache.hadoop.hbase.util.ObjectPool
The default concurrency level, used when not otherwise specified in a constructor.
DEFAULT_ENABLE_CLIENT_BACKPRESSURE - Static variable in class org.apache.hadoop.hbase.HConstants
 
DEFAULT_GROUP - Static variable in class org.apache.hadoop.hbase.rsgroup.RSGroupInfo
 
DEFAULT_HBASE_BALANCER_PERIOD - Static variable in class org.apache.hadoop.hbase.HConstants
Default value for the balancer period
DEFAULT_HBASE_CLIENT_MAX_PERREGION_TASKS - Static variable in class org.apache.hadoop.hbase.HConstants
DEFAULT_HBASE_CLIENT_MAX_PERSERVER_TASKS - Static variable in class org.apache.hadoop.hbase.HConstants
DEFAULT_HBASE_CLIENT_MAX_TOTAL_TASKS - Static variable in class org.apache.hadoop.hbase.HConstants
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_HBASE_CLIENT_PERSERVER_REQUESTS_THRESHOLD - Static variable in class org.apache.hadoop.hbase.HConstants
DEFAULT_HBASE_CLIENT_RETRIES_NUMBER - Static variable in class org.apache.hadoop.hbase.HConstants
DEFAULT_HBASE_CLIENT_SCANNER_CACHING - Static variable in class org.apache.hadoop.hbase.HConstants
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_HBASE_CLIENT_SERVERSIDE_RETRIES_MULTIPLIER - Static variable in class org.apache.hadoop.hbase.HConstants
 
DEFAULT_HBASE_MASTER_BALANCER_MAX_RIT_PERCENT - Static variable in class org.apache.hadoop.hbase.HConstants
Default value for the max percent of regions in transition
DEFAULT_HBASE_META_BLOCK_SIZE - Static variable in class org.apache.hadoop.hbase.HConstants
DEFAULT_HBASE_META_SCANNER_CACHING - Static variable in class org.apache.hadoop.hbase.HConstants
DEFAULT_HBASE_META_VERSIONS - Static variable in class org.apache.hadoop.hbase.HConstants
DEFAULT_HBASE_RPC_SHORTOPERATION_TIMEOUT - Static variable in class org.apache.hadoop.hbase.HConstants
DEFAULT_HBASE_RPC_TIMEOUT - Static variable in class org.apache.hadoop.hbase.HConstants
DEFAULT_HBASE_SERVER_PAUSE - Static variable in class org.apache.hadoop.hbase.HConstants
DEFAULT_HBASE_SERVER_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_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_HEAP_OCCUPANCY_HIGH_WATERMARK - Static variable in class org.apache.hadoop.hbase.HConstants
 
DEFAULT_HEAP_OCCUPANCY_LOW_WATERMARK - 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_HREGION_MEMSTORE_BLOCK_MULTIPLIER - Static variable in class org.apache.hadoop.hbase.HConstants
Default value for hbase.hregion.memstore.block.multiplier
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_INITIAL_CAPACITY - Static variable in class org.apache.hadoop.hbase.util.ObjectPool
The default initial capacity, used when not otherwise specified in a constructor.
DEFAULT_KEYVALUE_SEPARATOR - Static variable in class org.apache.hadoop.hbase.util.Strings
 
DEFAULT_LOCAL_DIR - Static variable in class org.apache.hadoop.hbase.util.ClassLoaderBase
 
DEFAULT_LOSSY_COUNTING_ERROR_RATE - Static variable in class org.apache.hadoop.hbase.HConstants
 
DEFAULT_MAJOR_COMPACTION_JITTER - Static variable in class org.apache.hadoop.hbase.HConstants
 
DEFAULT_MAJOR_COMPACTION_PERIOD - Static variable in class org.apache.hadoop.hbase.HConstants
 
DEFAULT_MASTER_HANLDER_COUNT - Static variable in class org.apache.hadoop.hbase.HConstants
Deprecated.
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_MATH_CONTEXT - Static variable in class org.apache.hadoop.hbase.util.OrderedBytes
The context used to normalize BigDecimal values.
DEFAULT_MAX_FILE_SIZE - Static variable in class org.apache.hadoop.hbase.HConstants
Default maximum file size
DEFAULT_META_REPLICA_NUM - Static variable in class org.apache.hadoop.hbase.HConstants
 
DEFAULT_NAMESPACE - Static variable in class org.apache.hadoop.hbase.NamespaceDescriptor
 
DEFAULT_NAMESPACE_NAME - Static variable in class org.apache.hadoop.hbase.NamespaceDescriptor
Default namespace name.
DEFAULT_NAMESPACE_NAME_STR - Static variable in class org.apache.hadoop.hbase.NamespaceDescriptor
 
DEFAULT_REGION_SERVER_HANDLER_ABORT_ON_ERROR_PERCENT - Static variable in class org.apache.hadoop.hbase.HConstants
 
DEFAULT_REGION_SERVER_HANDLER_COUNT - Static variable in class org.apache.hadoop.hbase.HConstants
 
DEFAULT_REGION_SERVER_HIGH_PRIORITY_HANDLER_COUNT - Static variable in class org.apache.hadoop.hbase.HConstants
 
DEFAULT_REGION_SERVER_REPLICATION_HANDLER_COUNT - Static variable in class org.apache.hadoop.hbase.HConstants
 
DEFAULT_REGIONSERVER_INFOPORT - Static variable in class org.apache.hadoop.hbase.HConstants
default port for region server web api
DEFAULT_REGIONSERVER_METRICS_PERIOD - Static variable in class org.apache.hadoop.hbase.HConstants
 
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_SNAPSHOT_RESTORE_FAILSAFE_NAME - Static variable in class org.apache.hadoop.hbase.HConstants
 
DEFAULT_SNAPSHOT_RESTORE_TAKE_FAILSAFE_SNAPSHOT - Static variable in class org.apache.hadoop.hbase.HConstants
 
DEFAULT_STATUS_MULTICAST_ADDRESS - Static variable in class org.apache.hadoop.hbase.HConstants
 
DEFAULT_STATUS_MULTICAST_BIND_ADDRESS - Static variable in class org.apache.hadoop.hbase.HConstants
 
DEFAULT_STATUS_MULTICAST_PORT - Static variable in class org.apache.hadoop.hbase.HConstants
 
DEFAULT_STATUS_MULTICAST_PUBLISHER_BIND_ADDRESS - Static variable in class org.apache.hadoop.hbase.HConstants
 
DEFAULT_TEMPORARY_HDFS_DIRECTORY - 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_USE_META_REPLICAS - Static variable in class org.apache.hadoop.hbase.HConstants
 
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_WAL_STORAGE_POLICY - Static variable in class org.apache.hadoop.hbase.HConstants
By default we defer the WAL storage policy to HDFS
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
Deprecated.
DefaultCipherProvider - Class in org.apache.hadoop.hbase.io.crypto
The default cipher provider.
DefaultEnvironmentEdge - Class in org.apache.hadoop.hbase.util
Default implementation of an environment edge.
DefaultEnvironmentEdge() - Constructor for class org.apache.hadoop.hbase.util.DefaultEnvironmentEdge
 
DEFER_TO_HDFS_STORAGE_POLICY - Static variable in class org.apache.hadoop.hbase.HConstants
"NONE" is not a valid storage policy and means we defer the policy to HDFS.
delete(FileSystem, Path, boolean) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
Calls fs.delete() and returns the value returned by the fs.delete()
deleteDirectory(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
Delete if exists.
DELIMITER - Static variable in class org.apache.hadoop.hbase.HConstants
delimiter used between portions of a region name
DESCENDING - Static variable in class org.apache.hadoop.hbase.types.OrderedBlob
 
DESCENDING - Static variable in class org.apache.hadoop.hbase.types.OrderedBlobVar
 
DESCENDING - Static variable in class org.apache.hadoop.hbase.types.OrderedFloat32
 
DESCENDING - Static variable in class org.apache.hadoop.hbase.types.OrderedFloat64
 
DESCENDING - Static variable in class org.apache.hadoop.hbase.types.OrderedInt16
 
DESCENDING - Static variable in class org.apache.hadoop.hbase.types.OrderedInt32
 
DESCENDING - Static variable in class org.apache.hadoop.hbase.types.OrderedInt64
 
DESCENDING - Static variable in class org.apache.hadoop.hbase.types.OrderedInt8
 
DESCENDING - Static variable in class org.apache.hadoop.hbase.types.OrderedNumeric
 
DESCENDING - Static variable in class org.apache.hadoop.hbase.types.OrderedString
 
DESCENDING - Static variable in class org.apache.hadoop.hbase.types.RawBytes
 
DESCENDING - Static variable in class org.apache.hadoop.hbase.types.RawString
 
descendingKeySet() - Method in class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
descendingMap() - Method in class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
DeserializationException - Exception in org.apache.hadoop.hbase.exceptions
Failed deserialization.
DeserializationException() - Constructor for exception org.apache.hadoop.hbase.exceptions.DeserializationException
 
DeserializationException(String) - Constructor for exception org.apache.hadoop.hbase.exceptions.DeserializationException
 
DeserializationException(String, Throwable) - Constructor for exception org.apache.hadoop.hbase.exceptions.DeserializationException
 
DeserializationException(Throwable) - Constructor for exception org.apache.hadoop.hbase.exceptions.DeserializationException
 
Dictionary - Interface in org.apache.hadoop.hbase.io.util
Dictionary interface Dictionary indexes should be either bytes or shorts, only positive.
DiffCompressionState() - Constructor for class org.apache.hadoop.hbase.io.encoding.DiffKeyDeltaEncoder.DiffCompressionState
 
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.DiffSeekerState - Class in org.apache.hadoop.hbase.io.encoding
 
DiffSeekerState(ObjectIntPair<ByteBuffer>, boolean) - Constructor for class org.apache.hadoop.hbase.io.encoding.DiffKeyDeltaEncoder.DiffSeekerState
 
DISALLOWED_TABLE_NAME - Static variable in class org.apache.hadoop.hbase.TableName
One globally disallowed name
DNS - Class in org.apache.hadoop.hbase.util
Wrapper around Hadoop's DNS class to hide reflection.
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.
doStaticMain(String[]) - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool
Call this from the concrete tool class's main function.
doWork() - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool
The "main function" of the tool
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.
dumpAllBeans() - Static method in class org.apache.hadoop.hbase.util.JSONBean
Dump out all registered mbeans as json on System.out.
dumpBeanToString(String) - Static method in class org.apache.hadoop.hbase.util.JSONMetricUtil
Returns a subset of mbeans defined by qry.
duplicate() - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Returns an ByteBuff which is a duplicate version of this ByteBuff.
duplicate() - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
Returns an MBB which is a duplicate version of this MBB.
duplicate() - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
DynamicClassLoader - Class in org.apache.hadoop.hbase.util
This is a class loader that can load classes dynamically from new jar files under a configured folder.
DynamicClassLoader(Configuration, ClassLoader) - Constructor for class org.apache.hadoop.hbase.util.DynamicClassLoader
Creates a DynamicClassLoader that can load classes dynamically from jar files under a specific folder.

E

EMPTY_BYTE_ARRAY - Static variable in class org.apache.hadoop.hbase.HConstants
An empty instance.
EMPTY_BYTE_BUFFER - Static variable in class org.apache.hadoop.hbase.HConstants
 
EMPTY_END_ROW - Static variable in class org.apache.hadoop.hbase.HConstants
Last row in a table.
EMPTY_SERVER_LIST - Static variable in class org.apache.hadoop.hbase.ServerName
 
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_CLIENT_BACKPRESSURE - Static variable in class org.apache.hadoop.hbase.HConstants
Config key for if the server should send backpressure and if the client should listen to that backpressure from the server
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 WAL Compression
ENABLE_WAL_ENCRYPTION - Static variable in class org.apache.hadoop.hbase.HConstants
Configuration key for enabling WAL encryption, a boolean
encode(Cell, HFileBlockEncodingContext, DataOutputStream) - Method in interface org.apache.hadoop.hbase.io.encoding.DataBlockEncoder
Encodes a KeyValue.
encode(Cell, HFileBlockEncodingContext, DataOutputStream) - Method in class org.apache.hadoop.hbase.io.encoding.RowIndexCodecV1
 
encode(PositionedByteRange, T) - Method in interface org.apache.hadoop.hbase.types.DataType
Write instance val into buffer dst.
encode(PositionedByteRange, T) - Method in class org.apache.hadoop.hbase.types.FixedLengthWrapper
 
encode(PositionedByteRange, byte[]) - Method in class org.apache.hadoop.hbase.types.OrderedBlob
 
encode(PositionedByteRange, byte[], int, int) - Method in class org.apache.hadoop.hbase.types.OrderedBlob
Write a subset of val to dst.
encode(PositionedByteRange, byte[]) - Method in class org.apache.hadoop.hbase.types.OrderedBlobVar
 
encode(PositionedByteRange, byte[], int, int) - Method in class org.apache.hadoop.hbase.types.OrderedBlobVar
Write a subset of val to buff.
encode(PositionedByteRange, Float) - Method in class org.apache.hadoop.hbase.types.OrderedFloat32
 
encode(PositionedByteRange, Double) - Method in class org.apache.hadoop.hbase.types.OrderedFloat64
 
encode(PositionedByteRange, Short) - Method in class org.apache.hadoop.hbase.types.OrderedInt16
 
encode(PositionedByteRange, Integer) - Method in class org.apache.hadoop.hbase.types.OrderedInt32
 
encode(PositionedByteRange, Long) - Method in class org.apache.hadoop.hbase.types.OrderedInt64
 
encode(PositionedByteRange, Byte) - Method in class org.apache.hadoop.hbase.types.OrderedInt8
 
encode(PositionedByteRange, Number) - Method in class org.apache.hadoop.hbase.types.OrderedNumeric
 
encode(PositionedByteRange, String) - Method in class org.apache.hadoop.hbase.types.OrderedString
 
encode(PositionedByteRange, Byte) - Method in class org.apache.hadoop.hbase.types.RawByte
 
encode(PositionedByteRange, byte[]) - Method in class org.apache.hadoop.hbase.types.RawBytes
 
encode(PositionedByteRange, byte[], int, int) - Method in class org.apache.hadoop.hbase.types.RawBytes
Write val into dst, respecting voff and vlen.
encode(PositionedByteRange, byte[], int, int) - Method in class org.apache.hadoop.hbase.types.RawBytesFixedLength
Write val into buff, respecting offset and length.
encode(PositionedByteRange, byte[], int, int) - Method in class org.apache.hadoop.hbase.types.RawBytesTerminated
Write val into dst, respecting offset and length.
encode(PositionedByteRange, Double) - Method in class org.apache.hadoop.hbase.types.RawDouble
 
encode(PositionedByteRange, Float) - Method in class org.apache.hadoop.hbase.types.RawFloat
 
encode(PositionedByteRange, Integer) - Method in class org.apache.hadoop.hbase.types.RawInteger
 
encode(PositionedByteRange, Long) - Method in class org.apache.hadoop.hbase.types.RawLong
 
encode(PositionedByteRange, Short) - Method in class org.apache.hadoop.hbase.types.RawShort
 
encode(PositionedByteRange, String) - Method in class org.apache.hadoop.hbase.types.RawString
 
encode(PositionedByteRange, Object[]) - Method in class org.apache.hadoop.hbase.types.Struct
 
encode(PositionedByteRange, T) - Method in class org.apache.hadoop.hbase.types.TerminatedWrapper
Write instance val into buffer dst.
encodeBlobCopy(PositionedByteRange, byte[], int, int, Order) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Encode a Blob value as a byte-for-byte copy.
encodeBlobCopy(PositionedByteRange, byte[], Order) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Encode a Blob value as a byte-for-byte copy.
encodeBlobVar(PositionedByteRange, byte[], int, int, Order) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Encode a Blob value using a modified varint encoding scheme.
encodeBlobVar(PositionedByteRange, byte[], Order) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Encode a blob value using a modified varint encoding scheme.
encodeByte(PositionedByteRange, byte) - Method in class org.apache.hadoop.hbase.types.OrderedInt8
Write instance val into buffer dst.
encodeByte(byte[], int, byte) - Method in class org.apache.hadoop.hbase.types.RawByte
Write instance val into buffer buff.
encodeData() - Method in class org.apache.hadoop.hbase.io.encoding.EncodedDataBlock
Do the encoding, but do not cache the encoded data.
encodedClass() - Method in interface org.apache.hadoop.hbase.types.DataType
Inform consumers over what type this DataType operates.
encodedClass() - Method in class org.apache.hadoop.hbase.types.FixedLengthWrapper
 
encodedClass() - Method in class org.apache.hadoop.hbase.types.OrderedBlob
 
encodedClass() - Method in class org.apache.hadoop.hbase.types.OrderedBlobVar
 
encodedClass() - Method in class org.apache.hadoop.hbase.types.OrderedFloat32
 
encodedClass() - Method in class org.apache.hadoop.hbase.types.OrderedFloat64
 
encodedClass() - Method in class org.apache.hadoop.hbase.types.OrderedInt16
 
encodedClass() - Method in class org.apache.hadoop.hbase.types.OrderedInt32
 
encodedClass() - Method in class org.apache.hadoop.hbase.types.OrderedInt64
 
encodedClass() - Method in class org.apache.hadoop.hbase.types.OrderedInt8
 
encodedClass() - Method in class org.apache.hadoop.hbase.types.OrderedNumeric
 
encodedClass() - Method in class org.apache.hadoop.hbase.types.OrderedString
 
encodedClass() - Method in class org.apache.hadoop.hbase.types.RawByte
 
encodedClass() - Method in class org.apache.hadoop.hbase.types.RawBytes
 
encodedClass() - Method in class org.apache.hadoop.hbase.types.RawDouble
 
encodedClass() - Method in class org.apache.hadoop.hbase.types.RawFloat
 
encodedClass() - Method in class org.apache.hadoop.hbase.types.RawInteger
 
encodedClass() - Method in class org.apache.hadoop.hbase.types.RawLong
 
encodedClass() - Method in class org.apache.hadoop.hbase.types.RawShort
 
encodedClass() - Method in class org.apache.hadoop.hbase.types.RawString
 
encodedClass() - Method in class org.apache.hadoop.hbase.types.Struct
 
encodedClass() - Method in class org.apache.hadoop.hbase.types.TerminatedWrapper
 
encodedClass() - Method in class org.apache.hadoop.hbase.types.Union2
 
EncodedDataBlock - Class in org.apache.hadoop.hbase.io.encoding
Encapsulates a data block compressed using a particular encoding algorithm.
EncodedDataBlock(DataBlockEncoder, DataBlockEncoding, byte[], HFileContext) - Constructor for class org.apache.hadoop.hbase.io.encoding.EncodedDataBlock
Create a buffer which will be encoded using dataBlockEncoder.
encodedLength(T) - Method in interface org.apache.hadoop.hbase.types.DataType
Inform consumers how long the encoded byte[] will be.
encodedLength(T) - Method in class org.apache.hadoop.hbase.types.FixedLengthWrapper
 
encodedLength(byte[]) - Method in class org.apache.hadoop.hbase.types.OrderedBlob
 
encodedLength(byte[]) - Method in class org.apache.hadoop.hbase.types.OrderedBlobVar
 
encodedLength(Float) - Method in class org.apache.hadoop.hbase.types.OrderedFloat32
 
encodedLength(Double) - Method in class org.apache.hadoop.hbase.types.OrderedFloat64
 
encodedLength(Short) - Method in class org.apache.hadoop.hbase.types.OrderedInt16
 
encodedLength(Integer) - Method in class org.apache.hadoop.hbase.types.OrderedInt32
 
encodedLength(Long) - Method in class org.apache.hadoop.hbase.types.OrderedInt64
 
encodedLength(Byte) - Method in class org.apache.hadoop.hbase.types.OrderedInt8
 
encodedLength(Number) - Method in class org.apache.hadoop.hbase.types.OrderedNumeric
 
encodedLength(String) - Method in class org.apache.hadoop.hbase.types.OrderedString
 
encodedLength(T) - Method in class org.apache.hadoop.hbase.types.PBType
 
encodedLength(Byte) - Method in class org.apache.hadoop.hbase.types.RawByte
 
encodedLength(byte[]) - Method in class org.apache.hadoop.hbase.types.RawBytes
 
encodedLength(Double) - Method in class org.apache.hadoop.hbase.types.RawDouble
 
encodedLength(Float) - Method in class org.apache.hadoop.hbase.types.RawFloat
 
encodedLength(Integer) - Method in class org.apache.hadoop.hbase.types.RawInteger
 
encodedLength(Long) - Method in class org.apache.hadoop.hbase.types.RawLong
 
encodedLength(Short) - Method in class org.apache.hadoop.hbase.types.RawShort
 
encodedLength(String) - Method in class org.apache.hadoop.hbase.types.RawString
 
encodedLength(Object[]) - Method in class org.apache.hadoop.hbase.types.Struct
 
encodedLength(T) - Method in class org.apache.hadoop.hbase.types.TerminatedWrapper
 
encodeDouble(PositionedByteRange, double) - Method in class org.apache.hadoop.hbase.types.OrderedFloat64
Write instance val into buffer dst.
encodeDouble(PositionedByteRange, double) - Method in class org.apache.hadoop.hbase.types.OrderedNumeric
Write instance val into buffer dst.
encodeDouble(byte[], int, double) - Method in class org.apache.hadoop.hbase.types.RawDouble
Write instance val into buffer buff.
encodeFloat(PositionedByteRange, float) - Method in class org.apache.hadoop.hbase.types.OrderedFloat32
Write instance val into buffer buff.
encodeFloat(byte[], int, float) - Method in class org.apache.hadoop.hbase.types.RawFloat
Write instance val into buffer buff.
encodeFloat32(PositionedByteRange, float, Order) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Encode a 32-bit floating point value using the fixed-length encoding.
encodeFloat64(PositionedByteRange, double, Order) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Encode a 64-bit floating point value using the fixed-length encoding.
encodeInt(PositionedByteRange, int) - Method in class org.apache.hadoop.hbase.types.OrderedInt32
Write instance val into buffer dst.
encodeInt(byte[], int, int) - Method in class org.apache.hadoop.hbase.types.RawInteger
Write instance val into buffer buff.
encodeInt16(PositionedByteRange, short, Order) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Encode an int16 value using the fixed-length encoding.
encodeInt32(PositionedByteRange, int, Order) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Encode an int32 value using the fixed-length encoding.
encodeInt64(PositionedByteRange, long, Order) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Encode an int64 value using the fixed-length encoding.
encodeInt8(PositionedByteRange, byte, Order) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Encode an int8 value using the fixed-length encoding.
encodeLong(PositionedByteRange, long) - Method in class org.apache.hadoop.hbase.types.OrderedInt64
Write instance val into buffer dst.
encodeLong(PositionedByteRange, long) - Method in class org.apache.hadoop.hbase.types.OrderedNumeric
Write instance val into buffer dst.
encodeLong(byte[], int, long) - Method in class org.apache.hadoop.hbase.types.RawLong
Write instance val into buffer buff.
encodeNull(PositionedByteRange, Order) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Encode a null value.
encodeNumeric(PositionedByteRange, long, Order) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Encode a numerical value using the variable-length encoding.
encodeNumeric(PositionedByteRange, double, Order) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Encode a numerical value using the variable-length encoding.
encodeNumeric(PositionedByteRange, BigDecimal, Order) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Encode a numerical value using the variable-length encoding.
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
 
encodeShort(PositionedByteRange, short) - Method in class org.apache.hadoop.hbase.types.OrderedInt16
Write instance val into buffer dst.
encodeShort(byte[], int, short) - Method in class org.apache.hadoop.hbase.types.RawShort
Write instance val into buffer buff.
encodeString(PositionedByteRange, String, Order) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Encode a String value.
EncodingState - Class in org.apache.hadoop.hbase.io.encoding
Keeps track of the encoding state.
EncodingState() - Constructor for class org.apache.hadoop.hbase.io.encoding.EncodingState
 
encrypt(OutputStream, byte[], int, int, Encryptor) - Static method in class org.apache.hadoop.hbase.io.crypto.Encryption
Encrypt a block of plaintext
encrypt(OutputStream, byte[], int, int, Encryption.Context, byte[]) - Static method in class org.apache.hadoop.hbase.io.crypto.Encryption
Encrypt a block of plaintext
encrypt(OutputStream, InputStream, Encryptor) - Static method in class org.apache.hadoop.hbase.io.crypto.Encryption
Encrypt a stream of plaintext given an encryptor
encrypt(OutputStream, InputStream, Encryption.Context, byte[]) - Static method in class org.apache.hadoop.hbase.io.crypto.Encryption
Encrypt a stream of plaintext given a context and IV
Encryption - Class in org.apache.hadoop.hbase.io.crypto
A facade for encryption algorithms and related support.
Encryption.Context - Class in org.apache.hadoop.hbase.io.crypto
Crypto context
Encryptor - Interface in org.apache.hadoop.hbase.io.crypto
Encryptors apply a cipher to an OutputStream to produce ciphertext.
encryptWithSubjectKey(OutputStream, InputStream, String, Configuration, Cipher, byte[]) - Static method in class org.apache.hadoop.hbase.io.crypto.Encryption
Encrypts a block of plaintext with the symmetric key resolved for the given subject
endBlockEncoding(HFileBlockEncodingContext, DataOutputStream, byte[]) - Method in interface org.apache.hadoop.hbase.io.encoding.DataBlockEncoder
Ends encoding for a block of KeyValues.
endBlockEncoding(HFileBlockEncodingContext, DataOutputStream, byte[]) - Method in class org.apache.hadoop.hbase.io.encoding.RowIndexCodecV1
 
ENSEMBLE_TABLE_NAME - Static variable in class org.apache.hadoop.hbase.HConstants
The name of the ensemble table
ensureKeyValue(Cell) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
Deprecated.
without any replacement.
ensureKeyValues(List<Cell>) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
Deprecated.
entrySet() - Method in class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
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(Object) - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
Needed doing 'contains' on List.
equals(Cell, Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
equals
equals(Object) - Method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable
 
equals(Object) - Method in class org.apache.hadoop.hbase.JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture
 
equals(Object) - Method in class org.apache.hadoop.hbase.KeyValue
Needed doing 'contains' on List.
equals(Object) - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
equals(Object) - Method in class org.apache.hadoop.hbase.net.Address
 
equals(Object) - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
 
equals(Object) - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
equals(Object) - Method in class org.apache.hadoop.hbase.rsgroup.RSGroupInfo
 
equals(Object) - Method in class org.apache.hadoop.hbase.security.User
 
equals(Object) - Method in class org.apache.hadoop.hbase.ServerName
 
equals(Object) - Method in class org.apache.hadoop.hbase.TableName
 
equals(ByteBuffer, int, int, ByteBuffer, int, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
 
equals(ByteBuffer, int, int, byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
 
equals(Object) - Method in class org.apache.hadoop.hbase.util.Bytes
 
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(byte[], ByteBuffer) - 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.ImmutableByteArray
 
equals(Object) - Method in class org.apache.hadoop.hbase.util.NonceKey
 
equals(Object) - Method in class org.apache.hadoop.hbase.util.ObjectIntPair
 
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.SimpleByteRange
 
equals(Object) - Method in class org.apache.hadoop.hbase.util.SimpleMutableByteRange
 
equals(Object) - Method in class org.apache.hadoop.hbase.util.Triple
 
equalsIgnoreMvccVersion(Cell, Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of HBase-2.0. Will be removed in HBase-3.0
equalsIgnoreMvccVersion(Cell, Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
special case for Cell.equals
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 [].
estimatedHeapSizeOf(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0. Use RawCell.getTags()
estimatedSerializedSizeOf(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0.
estimatedSerializedSizeOf(Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Estimate based on keyvalue's serialization format in the RPC layer.
estimatedSerializedSizeOfKey(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0.
estimatedSerializedSizeOfKey(Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Calculates the serialized key size.
estimatedSizeOfCell(Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
This is an estimate of the heap space occupied by a cell.
ExceptionUtil - Class in org.apache.hadoop.hbase.util
This class handles the different interruption classes.
EXIT_FAILURE - Static variable in class org.apache.hadoop.hbase.util.AbstractHBaseTool
 
EXIT_SUCCESS - Static variable in class org.apache.hadoop.hbase.util.AbstractHBaseTool
 
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".
ExponentialBackoffPolicy() - Constructor for class org.apache.hadoop.hbase.util.RetryCounter.ExponentialBackoffPolicy
 
ExponentialBackoffPolicyWithLimit() - Constructor for class org.apache.hadoop.hbase.util.RetryCounter.ExponentialBackoffPolicyWithLimit
 
ExtendedCell - Interface in org.apache.hadoop.hbase
Extension to Cell with server side required functions.
ExtendedCellBuilder - Interface in org.apache.hadoop.hbase
For internal purpose.
ExtendedCellBuilderFactory - Class in org.apache.hadoop.hbase
 
ExtendedCellBuilderImpl - Class in org.apache.hadoop.hbase
 
ExtendedCellBuilderImpl() - Constructor for class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
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

failedFuture(Throwable) - Static method in class org.apache.hadoop.hbase.util.FutureUtils
Returns a CompletableFuture that is already completed exceptionally with the given exception.
family - Variable in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
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
 
FastDiffSeekerState(ObjectIntPair<ByteBuffer>, boolean) - Constructor for class org.apache.hadoop.hbase.io.encoding.FastDiffDeltaEncoder.FastDiffSeekerState
 
FATAL - Static variable in class org.apache.hadoop.hbase.log.HBaseMarkers
 
fields - Variable in class org.apache.hadoop.hbase.types.Struct
 
fields - Variable in class org.apache.hadoop.hbase.types.StructBuilder
 
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
Deprecated.
As of HBase-2.0. Will be removed in HBase-3.0.
fillFamilyRange(Cell, ByteRange) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
fillQualifierRange(Cell, ByteRange) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of HBase-2.0. Will be removed in HBase-3.0.
fillQualifierRange(Cell, ByteRange) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
fillRowRange(Cell, ByteRange) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of HBase-2.0. Will be removed in HBase-3.0.
fillRowRange(Cell, ByteRange) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
ByteRange
fillTagRange(Cell, ByteRange) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of HBase-2.0. Will be removed in HBase-3.0.
fillTagRange(Cell, ByteRange) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
fillValueRange(Cell, ByteRange) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of HBase-2.0. Will be removed in HBase-3.0.
fillValueRange(Cell, ByteRange) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
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.
findCommonPrefix(ByteBuffer, int, int, ByteBuffer, int, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Find length of common prefix in two arrays.
findCommonPrefix(byte[], byte[], int, int, int, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
findCommonPrefixInFlatKey(Cell, Cell, boolean, boolean) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of HBase-2.0. Will be removed in HBase-3.0
findCommonPrefixInFlatKey(Cell, Cell, boolean, boolean) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Find length of common prefix in keys of the cells, considering key as byte[] if serialized in KeyValue.
findConstructor(Class<T>, Object...) - Static method in class org.apache.hadoop.hbase.util.ReflectionUtils
 
findEntry(byte[], int, int) - Method in interface org.apache.hadoop.hbase.io.util.Dictionary
Finds the index of an entry.
findEntry(ByteBuffer, int, int) - Method in interface org.apache.hadoop.hbase.io.util.Dictionary
Finds the index of an entry.
findEntry(byte[], int, int) - Method in class org.apache.hadoop.hbase.io.util.LRUDictionary
 
findEntry(ByteBuffer, int, int) - Method in class org.apache.hadoop.hbase.io.util.LRUDictionary
 
finish() - Method in class org.apache.hadoop.hbase.io.compress.ReusableStreamGzipCodec.ReusableGzipOutputStream
 
first - Variable in class org.apache.hadoop.hbase.util.Pair
 
firstEntry() - Method in class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
firstKey() - Method in class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
FIXED_OVERHEAD - Static variable in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
FIXED_OVERHEAD - Static variable in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
FIXED_OVERHEAD - Static variable in class org.apache.hadoop.hbase.KeyValue
 
FixedLengthWrapper<T> - Class in org.apache.hadoop.hbase.types
Wraps an existing DataType implementation as a fixed-length version of itself.
FixedLengthWrapper(DataType<T>, int) - Constructor for class org.apache.hadoop.hbase.types.FixedLengthWrapper
Create a fixed-length version of the wrapped.
fLength - Variable in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
floorEntry(K) - Method in class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
floorKey(K) - Method in class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
flush() - Method in class org.apache.hadoop.hbase.codec.BaseEncoder
 
flush() - Method in class org.apache.hadoop.hbase.io.ByteBufferOutputStream
 
flush() - Method in class org.apache.hadoop.hbase.io.ByteBufferWriterOutputStream
 
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
 
flush() - Method in class org.apache.hadoop.hbase.io.encoding.RowIndexEncoderV1
 
flush() - Method in interface org.apache.hadoop.hbase.util.JSONBean.Writer
 
flushed - Variable in class org.apache.hadoop.hbase.codec.BaseEncoder
 
fOffset - Variable in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
FOREVER - Static variable in class org.apache.hadoop.hbase.HConstants
Unlimited time-to-live.
format(String, PrettyPrinter.Unit) - Static method in class org.apache.hadoop.hbase.util.PrettyPrinter
 
fromArrays(Collection<byte[]>) - Static method in class org.apache.hadoop.hbase.util.ByteRangeUtils
 
fromHex(String) - Static method in class org.apache.hadoop.hbase.util.Bytes
Create a byte array from a string of hash digits.
fromList(List<Tag>) - Static method in class org.apache.hadoop.hbase.TagUtil
Write a list of tags into a byte array Note : these are all purely internal APIs.
fromParts(String, int) - Static method in class org.apache.hadoop.hbase.net.Address
 
fromString(String) - Static method in class org.apache.hadoop.hbase.net.Address
 
FULL_RWX_PERMISSIONS - Static variable in class org.apache.hadoop.hbase.util.CommonFSUtils
Full access permissions (starting point for a umask)
FutureUtils - Class in org.apache.hadoop.hbase.util
Helper class for processing futures.

G

get(String) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 
get(String, String) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
Get the value of the name.
get() - Method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable
Get the data from the BytesWritable.
get() - Method in class org.apache.hadoop.hbase.JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture
 
get(long, TimeUnit) - Method in class org.apache.hadoop.hbase.JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture
 
get() - Method in class org.apache.hadoop.hbase.nio.ByteBuff
A relative method that returns byte at the current position.
get(int) - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Fetches the byte at the given index.
get(byte[], int, int) - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Copies the specified number of bytes from this ByteBuff's current position to the byte[]'s offset.
get(int, byte[], int, int) - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Copies the specified number of bytes from this ByteBuff's given position to the byte[]'s offset.
get(byte[]) - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Copies the content from this ByteBuff's current position to the byte array and fills it.
get(ByteBuffer, int, int) - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Copies the content from this ByteBuff to a ByteBuffer Note : This will advance the position marker of out but not change the position maker for this ByteBuff
get(int) - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
Fetches the byte at the given index.
get() - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
A relative method that returns byte at the current position.
get(byte[]) - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
Copies the content from this MBB's current position to the byte array and fills it.
get(byte[], int, int) - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
Copies the specified number of bytes from this MBB's current position to the byte[]'s offset.
get(int, byte[], int, int) - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
 
get(ByteBuffer, int, int) - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
Copies the content from an this MBB to a ByteBuffer
get() - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
get(int) - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
get(byte[], int, int) - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
get(int, byte[], int, int) - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
get(byte[]) - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
get(ByteBuffer, int, int) - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
get(String) - Method in class org.apache.hadoop.hbase.trace.HBaseHTraceConfiguration
 
get(String, String) - Method in class org.apache.hadoop.hbase.trace.HBaseHTraceConfiguration
 
get(Object) - Method in class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
get(int) - Method in class org.apache.hadoop.hbase.util.AbstractByteRange
 
get(int, byte[]) - Method in class org.apache.hadoop.hbase.util.AbstractByteRange
 
get(int, byte[], int, int) - Method in class org.apache.hadoop.hbase.util.AbstractByteRange
 
get() - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
get(byte[]) - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
get(byte[], int, int) - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
get(int, byte[]) - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
get(int, byte[], int, int) - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
get(TNode, Object, AvlUtil.AvlKeyComparator<TNode>) - Static method in class org.apache.hadoop.hbase.util.AvlUtil.AvlTree
 
get(int) - Method in class org.apache.hadoop.hbase.util.ByteArrayHashKey
 
get(int) - Method in interface org.apache.hadoop.hbase.util.ByteRange
Retrieve the byte at index.
get(int, byte[]) - Method in interface org.apache.hadoop.hbase.util.ByteRange
Fill dst with bytes from the range, starting from index.
get(int, byte[], int, int) - Method in interface org.apache.hadoop.hbase.util.ByteRange
Fill dst with bytes from the range, starting from index.
get() - Method in class org.apache.hadoop.hbase.util.Bytes
Get the data from the Bytes.
get() - Method in interface org.apache.hadoop.hbase.util.CollectionUtils.IOExceptionSupplier
 
get() - Method in class org.apache.hadoop.hbase.util.Counter
Deprecated.
 
get(Future<T>) - Static method in class org.apache.hadoop.hbase.util.FutureUtils
A helper class for getting the result of a Future, and convert the error to an IOException.
get(int) - Method in class org.apache.hadoop.hbase.util.HashKey
 
get(K) - Method in class org.apache.hadoop.hbase.util.ObjectPool
Returns a shared object associated with the given key, which is identified by the equals method.
get() - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
Retrieve the next byte from this range.
get(byte[]) - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
Fill dst with bytes from the range, starting from position.
get(byte[], int, int) - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
Fill dst with bytes from the range, starting from the current position.
get(int, byte[]) - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
 
get(int, byte[], int, int) - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
 
get(int) - Method in class org.apache.hadoop.hbase.util.RowBloomHashKey
 
get(int) - Method in class org.apache.hadoop.hbase.util.RowColBloomHashKey
 
get(int, byte[]) - Method in class org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
get(int, byte[], int, int) - Method in class org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
get(int, byte[]) - Method in class org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
get(int, byte[], int, int) - Method in class org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
getAddress() - Method in class org.apache.hadoop.hbase.ServerName
 
getAliasPassword(String) - Method in class org.apache.hadoop.hbase.io.crypto.KeyStoreKeyProvider
 
getAllCached() - Static method in class org.apache.hadoop.hbase.util.CoprocessorClassLoader
 
getAttemptTimes() - Method in class org.apache.hadoop.hbase.util.RetryCounter
 
getAuthChore(Configuration) - Static method in class org.apache.hadoop.hbase.AuthUtil
Checks if security is enabled and if so, launches chore for refreshing kerberos ticket.
getBackoffPolicy() - Method in class org.apache.hadoop.hbase.util.RetryCounter.RetryConfig
 
getBackoffTime(RetryCounter.RetryConfig, int) - Method in class org.apache.hadoop.hbase.util.RetryCounter.BackoffPolicy
 
getBackoffTime(RetryCounter.RetryConfig, int) - Method in class org.apache.hadoop.hbase.util.RetryCounter.ExponentialBackoffPolicy
 
getBackoffTime(RetryCounter.RetryConfig, int) - Method in class org.apache.hadoop.hbase.util.RetryCounter.ExponentialBackoffPolicyWithLimit
 
getBackoffTime() - Method in class org.apache.hadoop.hbase.util.RetryCounter
 
getBackoffTimeAndIncrementAttempts() - Method in class org.apache.hadoop.hbase.util.RetryCounter
 
getBlockSize() - Method in class org.apache.hadoop.hbase.io.crypto.aes.AESDecryptor
 
getBlockSize() - Method in class org.apache.hadoop.hbase.io.crypto.aes.AESEncryptor
 
getBlockSize() - Method in class org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAESDecryptor
 
getBlockSize() - Method in class org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAESEncryptor
 
getBlockSize() - Method in interface org.apache.hadoop.hbase.io.crypto.Decryptor
Get the cipher's internal block size
getBlockSize() - Method in interface org.apache.hadoop.hbase.io.crypto.Encryptor
Get the cipher's internal block size
getBlocksize() - Method in class org.apache.hadoop.hbase.io.hfile.HFileContext
 
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.trace.HBaseHTraceConfiguration
 
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.ByteBufferKeyValue
 
getBuffer() - Method in class org.apache.hadoop.hbase.io.ByteArrayOutputStream
 
getBuffer() - Method in class org.apache.hadoop.hbase.io.ByteBufferPool
 
getBuffer() - Method in class org.apache.hadoop.hbase.KeyValue
To be used only in tests where the Cells are clearly assumed to be of type KeyValue and that we need access to the backing array to do some test case related assertions.
getBufferSize() - Method in class org.apache.hadoop.hbase.io.ByteBufferPool
 
getByteAfterPosition(int) - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Fetches the byte at the given offset from current position.
getByteAfterPosition(int) - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
 
getByteAfterPosition(int) - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
getByteBuffer() - Method in class org.apache.hadoop.hbase.io.ByteBufferListOutputStream
 
getByteBuffer() - Method in class org.apache.hadoop.hbase.io.ByteBufferOutputStream
This flips the underlying BB so be sure to use it _last_!
getByteBuffers() - Method in class org.apache.hadoop.hbase.io.ByteBufferListOutputStream
We can be assured that the buffers returned by this method are all flipped
getBytes() - Method in class org.apache.hadoop.hbase.util.AbstractByteRange
 
getBytes() - Method in interface org.apache.hadoop.hbase.util.ByteRange
The underlying byte[].
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).
getBytesPerChecksum() - Method in class org.apache.hadoop.hbase.io.hfile.HFileContext
 
getBytesPerSec() - Method in class org.apache.hadoop.hbase.io.hadoopbackport.ThrottledInputStream
Getter for the read-rate from this stream, since creation.
getCategory() - Method in enum org.apache.hadoop.hbase.io.hfile.BlockType
 
getCell() - Method in interface org.apache.hadoop.hbase.io.encoding.DataBlockEncoder.EncodedSeeker
 
getCell() - Method in class org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1
 
getCellKeyAsString(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
 
getCellKeySerializedAsKeyValueKey(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of HBase-2.0. Will be removed in HBase-3.0
getCellKeySerializedAsKeyValueKey(Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
This method exists just to encapsulate how we serialize keys.
getChecksumType() - Method in class org.apache.hadoop.hbase.io.hfile.HFileContext
 
getChunkId() - Method in interface org.apache.hadoop.hbase.ExtendedCell
Extracts the id of the backing bytebuffer of this cell if it was obtained from fixed sized chunks as in case of MemstoreLAB
getCipher(String) - Method in interface org.apache.hadoop.hbase.io.crypto.CipherProvider
Get an Cipher
getCipher() - Method in class org.apache.hadoop.hbase.io.crypto.Context
 
getCipher(String) - Method in class org.apache.hadoop.hbase.io.crypto.CryptoCipherProvider
 
getCipher(String) - Method in class org.apache.hadoop.hbase.io.crypto.DefaultCipherProvider
 
getCipher(Configuration, String) - Static method in class org.apache.hadoop.hbase.io.crypto.Encryption
Get an cipher given a name
getCipherProvider(Configuration) - Static method in class org.apache.hadoop.hbase.io.crypto.Encryption
 
getClassByName(String) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 
getClassLoader(Path, ClassLoader, String, Configuration) - Static method in class org.apache.hadoop.hbase.util.CoprocessorClassLoader
Get a CoprocessorClassLoader for a coprocessor jar path from cache.
getClientPort() - Method in class org.apache.hadoop.hbase.zookeeper.ZKConfig.ZKClusterKey
 
getCode() - Method in enum org.apache.hadoop.hbase.Cell.Type
 
getCode() - Method in enum org.apache.hadoop.hbase.KeyValue.Type
 
getCode() - Method in enum org.apache.hadoop.hbase.util.ChecksumType
 
getCommmand() - Static method in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
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 class org.apache.hadoop.hbase.io.hfile.HFileContext
 
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
 
getConf() - Method in class org.apache.hadoop.hbase.BaseConfigurable
 
getConf() - Method in class org.apache.hadoop.hbase.io.crypto.Context
 
getConf() - Method in class org.apache.hadoop.hbase.io.crypto.CryptoCipherProvider
 
getConf() - Method in class org.apache.hadoop.hbase.io.crypto.DefaultCipherProvider
 
getConf() - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool
 
getConfiguration() - Method in class org.apache.hadoop.hbase.NamespaceDescriptor
Getter for fetching an unmodifiable NamespaceDescriptor.configuration map.
getConfiguration() - Static method in class org.apache.hadoop.hbase.trace.SpanReceiverHost
 
getConfigurationValue(String) - Method in class org.apache.hadoop.hbase.NamespaceDescriptor
Getter for accessing the configuration value by key
getCurrent() - Static method in class org.apache.hadoop.hbase.security.User
Returns the User instance within current execution context.
getCurrent() - Method in class org.apache.hadoop.hbase.security.UserProvider
 
getCurrentFileSystem(Configuration) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
 
getCurrentUserName() - Method in class org.apache.hadoop.hbase.security.UserProvider
 
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
 
getDataBlockEncoding() - Method in class org.apache.hadoop.hbase.io.hfile.HFileContext
 
getDataChecksumType() - Method in enum org.apache.hadoop.hbase.util.ChecksumType
Function to get corresponding DataChecksum.Type.
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(ByteBuff) - Method in class org.apache.hadoop.hbase.codec.CellCodec
 
getDecoder(InputStream) - Method in class org.apache.hadoop.hbase.codec.CellCodecWithTags
 
getDecoder(ByteBuff) - Method in class org.apache.hadoop.hbase.codec.CellCodecWithTags
 
getDecoder(InputStream) - Method in interface org.apache.hadoop.hbase.codec.Codec
 
getDecoder(ByteBuff) - 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()
getDecoder(ByteBuff) - Method in class org.apache.hadoop.hbase.codec.KeyValueCodec
 
getDecoder(InputStream) - Method in class org.apache.hadoop.hbase.codec.KeyValueCodecWithTags
Implementation depends on InputStream.available()
getDecoder(ByteBuff) - Method in class org.apache.hadoop.hbase.codec.KeyValueCodecWithTags
 
getDecompressor() - Method in enum org.apache.hadoop.hbase.io.compress.Compression.Algorithm
 
getDecryptor() - Method in class org.apache.hadoop.hbase.io.crypto.aes.AES
 
getDecryptor() - Method in class org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAES
 
getDecryptor() - Method in class org.apache.hadoop.hbase.io.crypto.Cipher
Return a decryptor for decrypting data.
getDefaultBlockSize(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
Return the number of bytes that large input files should be optimally be split into to minimize i/o time.
getDefaultBufferSize(FileSystem) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
Returns the default buffer size to use during writes.
getDefaultChecksumType() - Static method in enum org.apache.hadoop.hbase.util.ChecksumType
 
getDefaultHost(String, String) - Static method in class org.apache.hadoop.hbase.util.DNS
Wrapper around DNS.getDefaultHost(String, String), calling DNS.getDefaultHost(String, String, boolean) when available.
getDefaultReplication(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
 
getDelay(TimeUnit) - Method in class org.apache.hadoop.hbase.JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture
 
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.
getEnclosingByteBuffer() - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
getEnclosingByteBuffers() - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
 
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 class org.apache.hadoop.hbase.codec.CellCodecWithTags
 
getEncoder(OutputStream) - Method in interface org.apache.hadoop.hbase.codec.Codec
 
getEncoder(OutputStream) - Method in class org.apache.hadoop.hbase.codec.KeyValueCodec
 
getEncoder(OutputStream) - Method in class org.apache.hadoop.hbase.codec.KeyValueCodecWithTags
 
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
 
getEncodingState() - Method in class org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultEncodingContext
 
getEncodingState() - Method in interface org.apache.hadoop.hbase.io.encoding.HFileBlockEncodingContext
 
getEncryptionContext() - Method in class org.apache.hadoop.hbase.io.hfile.HFileContext
 
getEncryptor() - Method in class org.apache.hadoop.hbase.io.crypto.aes.AES
 
getEncryptor() - Method in class org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAES
 
getEncryptor() - Method in class org.apache.hadoop.hbase.io.crypto.Cipher
Get an encryptor for encrypting data.
getEntry(short) - Method in interface org.apache.hadoop.hbase.io.util.Dictionary
Gets an entry from the dictionary.
getEntry(short) - Method in class org.apache.hadoop.hbase.io.util.LRUDictionary
 
getFamilyArray() - Method in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
getFamilyArray() - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
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() - Method in class org.apache.hadoop.hbase.IndividualBytesFieldCell
 
getFamilyArray() - Method in class org.apache.hadoop.hbase.KeyValue
 
getFamilyArray() - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
getFamilyByteBuffer() - Method in class org.apache.hadoop.hbase.ByteBufferExtendedCell
 
getFamilyByteBuffer() - Method in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
getFamilyByteBuffer() - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
getFamilyLength() - Method in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
getFamilyLength() - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
getFamilyLength() - Method in interface org.apache.hadoop.hbase.Cell
 
getFamilyLength() - Method in class org.apache.hadoop.hbase.IndividualBytesFieldCell
 
getFamilyLength() - Method in class org.apache.hadoop.hbase.KeyValue
 
getFamilyLength(int) - Method in class org.apache.hadoop.hbase.KeyValue
 
getFamilyLength() - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
getFamilyOffset() - Method in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
getFamilyOffset() - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
getFamilyOffset() - Method in interface org.apache.hadoop.hbase.Cell
 
getFamilyOffset() - Method in class org.apache.hadoop.hbase.IndividualBytesFieldCell
 
getFamilyOffset() - Method in class org.apache.hadoop.hbase.KeyValue
 
getFamilyOffset() - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
getFamilyPosition() - Method in class org.apache.hadoop.hbase.ByteBufferExtendedCell
 
getFamilyPosition() - Method in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
getFamilyPosition() - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
getFamilyPosition(int) - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
getFamilyString(KeyValue) - Static method in class org.apache.hadoop.hbase.KeyValueTestUtil
 
getFileCreateTime() - Method in class org.apache.hadoop.hbase.io.hfile.HFileContext
 
getFilePermissions(FileSystem, Configuration, String) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
Get the file permissions specified in the configuration, if they are enabled.
getFirst(TNode) - Static method in class org.apache.hadoop.hbase.util.AvlUtil.AvlTree
 
getFirst(Collection<T>) - Static method in class org.apache.hadoop.hbase.util.CollectionUtils
first/last
getFirst() - Method in class org.apache.hadoop.hbase.util.ObjectIntPair
 
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
 
getFirstKeyCellInBlock(ByteBuff) - Method in class org.apache.hadoop.hbase.io.encoding.CopyKeyDataBlockEncoder
 
getFirstKeyCellInBlock(ByteBuff) - Method in interface org.apache.hadoop.hbase.io.encoding.DataBlockEncoder
Return first key in block as a cell.
getFirstKeyCellInBlock(ByteBuff) - Method in class org.apache.hadoop.hbase.io.encoding.DiffKeyDeltaEncoder
 
getFirstKeyCellInBlock(ByteBuff) - Method in class org.apache.hadoop.hbase.io.encoding.FastDiffDeltaEncoder
 
getFirstKeyCellInBlock(ByteBuff) - Method in class org.apache.hadoop.hbase.io.encoding.PrefixKeyDeltaEncoder
 
getFirstKeyCellInBlock(ByteBuff) - Method in class org.apache.hadoop.hbase.io.encoding.RowIndexCodecV1
 
getFreeMemory() - Method in class org.apache.hadoop.hbase.util.JVM
 
getGcCollectorBeans() - Static method in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
getGroupName(String) - Static method in class org.apache.hadoop.hbase.AuthUtil
Returns the actual name for a group principal (stripped of the group prefix).
getGroupNames() - Method in class org.apache.hadoop.hbase.security.User
Returns the list of groups of which this user is a member.
getGroupNames() - Method in class org.apache.hadoop.hbase.security.User.SecureHadoopUser
 
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.
getHFileContext() - Method in interface org.apache.hadoop.hbase.io.encoding.HFileBlockDecodingContext
 
getHFileContext() - Method in class org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultDecodingContext
 
getHFileContext() - Method in class org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultEncodingContext
 
getHFileContext() - Method in interface org.apache.hadoop.hbase.io.encoding.HFileBlockEncodingContext
 
getHFileName() - Method in class org.apache.hadoop.hbase.io.hfile.HFileContext
 
getHostAndPort() - Method in class org.apache.hadoop.hbase.ServerName
Deprecated.
Since 2.0. Use ServerName.getAddress() instead.
getHostname() - Method in class org.apache.hadoop.hbase.net.Address
 
getHostname() - Method in class org.apache.hadoop.hbase.ServerName
 
getHostnameLowerCase() - Method in class org.apache.hadoop.hbase.ServerName
 
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().
getIfCached(Path) - Static method in class org.apache.hadoop.hbase.util.CoprocessorClassLoader
 
getInitialDelay() - Method in class org.apache.hadoop.hbase.ScheduledChore
 
getInputStream() - Method in class org.apache.hadoop.hbase.codec.BaseDecoder
 
getInstance() - Static method in interface org.apache.hadoop.hbase.CellComparator
A comparator for ordering cells in user-space tables.
getInstance() - Static method in class org.apache.hadoop.hbase.io.crypto.CryptoCipherProvider
 
getInstance() - Static method in class org.apache.hadoop.hbase.io.crypto.DefaultCipherProvider
 
getInstance(Configuration) - Static method in class org.apache.hadoop.hbase.trace.SpanReceiverHost
 
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
 
getInstance() - Static method in class org.apache.hadoop.hbase.util.MurmurHash3
 
getInt(Configuration, String, String, int) - Static method in class org.apache.hadoop.hbase.HBaseConfiguration
Deprecated.
it will be removed in 3.0.0. Use Configuration.addDeprecation(String, String) instead.
getInt() - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Returns the int value at the current position.
getInt(int) - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Fetches the int at the given index.
getInt(int) - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
Fetches the int at the given index.
getInt() - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
Returns the int value at the current position.
getInt() - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
getInt(int) - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
getInt(int) - Method in class org.apache.hadoop.hbase.util.AbstractByteRange
 
getInt() - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
getInt(int) - Method in interface org.apache.hadoop.hbase.util.ByteRange
Retrieve the int value at index
getInt() - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
Retrieve the next int value from this range.
getIntAfterPosition(int) - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Fetches the int value at the given offset from current position.
getIntAfterPosition(int) - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
 
getIntAfterPosition(int) - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
getIp4Address() - Static method in class org.apache.hadoop.hbase.util.Addressing
 
getIp6Address() - Static method in class org.apache.hadoop.hbase.util.Addressing
 
getIpAddress() - Static method in class org.apache.hadoop.hbase.util.Addressing
 
getIterator(int) - Method in class org.apache.hadoop.hbase.io.encoding.EncodedDataBlock
Provides access to compressed value.
getIv() - Method in class org.apache.hadoop.hbase.io.crypto.aes.AESEncryptor
 
getIv() - Method in class org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAESEncryptor
 
getIv() - Method in interface org.apache.hadoop.hbase.io.crypto.Encryptor
Get the initialization vector
getIvLength() - Method in class org.apache.hadoop.hbase.io.crypto.aes.AES
 
getIvLength() - Method in class org.apache.hadoop.hbase.io.crypto.aes.AESDecryptor
 
getIvLength() - Method in class org.apache.hadoop.hbase.io.crypto.aes.AESEncryptor
 
getIvLength() - Method in class org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAES
 
getIvLength() - Method in class org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAESDecryptor
 
getIvLength() - Method in class org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAESEncryptor
 
getIvLength() - Method in class org.apache.hadoop.hbase.io.crypto.Cipher
Return the expected initialization vector length, in bytes, or 0 if not applicable
getIvLength() - Method in interface org.apache.hadoop.hbase.io.crypto.Decryptor
Get the expected length for the initialization vector
getIvLength() - Method in interface org.apache.hadoop.hbase.io.crypto.Encryptor
Get the expected length for the initialization vector
getKey() - Method in class org.apache.hadoop.hbase.io.crypto.Context
 
getKey(String) - Method in interface org.apache.hadoop.hbase.io.crypto.KeyProvider
Retrieve the key for a given key aliase
getKey(String) - Method in class org.apache.hadoop.hbase.io.crypto.KeyStoreKeyProvider
 
getKey() - Method in interface org.apache.hadoop.hbase.io.encoding.DataBlockEncoder.EncodedSeeker
From the current position creates a cell using the key part of the current buffer
getKey() - Method in class org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1
 
getKey() - Method in class org.apache.hadoop.hbase.KeyValue
Do not use unless you have to.
getKey() - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
getKeyBytes() - Method in class org.apache.hadoop.hbase.io.crypto.Context
 
getKeyBytesHash() - Method in class org.apache.hadoop.hbase.io.crypto.Context
 
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.
getKeyFormat() - Method in class org.apache.hadoop.hbase.io.crypto.Context
 
getKeyLength() - Method in class org.apache.hadoop.hbase.io.crypto.aes.AES
 
getKeyLength() - Method in class org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAES
 
getKeyLength() - Method in class org.apache.hadoop.hbase.io.crypto.Cipher
Return the key length required by this cipher, in bytes
getKeyLength() - Method in class org.apache.hadoop.hbase.KeyValue
 
getKeyLength() - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
getKeyLength() - Method in class org.apache.hadoop.hbase.SizeCachedKeyValue
 
getKeyOffset() - Method in class org.apache.hadoop.hbase.KeyValue
 
getKeyOffset() - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
getKeyProvider(Configuration) - Static method in class org.apache.hadoop.hbase.io.crypto.Encryption
 
getKeys(String[]) - Method in interface org.apache.hadoop.hbase.io.crypto.KeyProvider
Retrieve keys for a given set of key aliases
getKeys(String[]) - Method in class org.apache.hadoop.hbase.io.crypto.KeyStoreKeyProvider
 
getKeyString() - Method in class org.apache.hadoop.hbase.KeyValue
 
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.
getKeyValueDataStructureSize(int, 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.
getKeyValueDataStructureSize(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(TNode) - Static method in class org.apache.hadoop.hbase.util.AvlUtil.AvlTree
 
getLast(List<T>) - Static method in class org.apache.hadoop.hbase.util.CollectionUtils
 
getLastGcDuration(ObjectName) - Static method in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
getLastIndex(List<?>) - Static method in class org.apache.hadoop.hbase.util.CollectionUtils
 
getLegacyKeyComparatorName() - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
Deprecated.
The HFileV2 file format's trailer contains this class name.
getLegacyKeyComparatorName() - Method in class org.apache.hadoop.hbase.KeyValue.MetaComparator
Deprecated.
The HFileV2 file format's trailer contains this class name.
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.types.FixedLengthWrapper
Retrieve the maximum length (in bytes) of encoded values.
getLength() - Method in class org.apache.hadoop.hbase.util.AbstractByteRange
 
getLength() - Method in interface org.apache.hadoop.hbase.util.ByteRange
The length of the range.
getLength() - Method in class org.apache.hadoop.hbase.util.Bytes
 
getLimit() - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
getLimit() - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
Return the current limit
getLockEntry(long) - Method in class org.apache.hadoop.hbase.util.IdLock
Blocks until the lock corresponding to the given id is acquired.
getLong() - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Returns the long value at the current position.
getLong(int) - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Fetches the long at the given index.
getLong(int) - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
Fetches the long at the given index.
getLong() - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
Returns the long value at the current position.
getLong() - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
getLong(int) - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
getLong(int) - Method in class org.apache.hadoop.hbase.util.AbstractByteRange
 
getLong() - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
getLong(int) - Method in interface org.apache.hadoop.hbase.util.ByteRange
Retrieve the long value at index
getLong() - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
Retrieve the next long value from this range.
getLongAfterPosition(int) - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Fetches the long value at the given offset from current position.
getLongAfterPosition(int) - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
 
getLongAfterPosition(int) - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
getMax() - Method in class org.apache.hadoop.hbase.io.TimeRange
 
getMaxAttempts() - Method in class org.apache.hadoop.hbase.util.RetryCounter
 
getMaxAttempts() - Method in class org.apache.hadoop.hbase.util.RetryCounter.RetryConfig
 
getMaxFileDescriptorCount() - Method in class org.apache.hadoop.hbase.util.JVM
Get the number of the maximum file descriptors the system can use.
getMaxSleepTime() - Method in class org.apache.hadoop.hbase.util.RetryCounter.RetryConfig
 
getMBeanAttributeInfo(ObjectName) - Static method in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
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.
getMemoryPools() - Static method in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
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
getName() - Method in enum org.apache.hadoop.hbase.io.compress.Compression.Algorithm
 
getName() - Method in class org.apache.hadoop.hbase.io.crypto.aes.AES
 
getName() - Method in class org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAES
 
getName() - Method in class org.apache.hadoop.hbase.io.crypto.Cipher
Return this Cipher's name
getName() - Method in interface org.apache.hadoop.hbase.io.crypto.CipherProvider
Return the provider's name
getName() - Method in class org.apache.hadoop.hbase.io.crypto.CryptoCipherProvider
 
getName() - Method in class org.apache.hadoop.hbase.io.crypto.DefaultCipherProvider
 
getName() - Method in class org.apache.hadoop.hbase.NamespaceDescriptor
 
getName() - Method in class org.apache.hadoop.hbase.rsgroup.RSGroupInfo
Get group name.
getName() - Method in class org.apache.hadoop.hbase.ScheduledChore
 
getName() - Method in class org.apache.hadoop.hbase.security.User
Returns the full user name.
getName() - Method in class org.apache.hadoop.hbase.TableName
 
getName() - Method in enum org.apache.hadoop.hbase.util.ChecksumType
returns the name of this checksum type
getName() - Method in class org.apache.hadoop.hbase.util.HasThread
 
getNameAsString() - Method in class org.apache.hadoop.hbase.TableName
 
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
 
getNamespace() - Method in class org.apache.hadoop.hbase.TableName
 
getNamespaceAsString() - Method in class org.apache.hadoop.hbase.TableName
 
getNamespaceDir(Path, String) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
Returns the Path object representing the namespace directory under path rootdir
getNameWithNamespaceInclAsString() - Method in class org.apache.hadoop.hbase.TableName
Ideally, getNameAsString should contain namespace within it, but if the namespace is default, it just returns the name.
getNonce() - Method in class org.apache.hadoop.hbase.util.NonceKey
 
getNonceGroup() - Method in class org.apache.hadoop.hbase.util.NonceKey
 
getNumberOfRunningProcess() - Method in class org.apache.hadoop.hbase.util.JVM
Workaround to get the current number of process running.
getOffset() - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
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.AbstractByteRange
 
getOffset() - Method in interface org.apache.hadoop.hbase.util.ByteRange
The offset, the index into the underlying byte[] at which this range begins.
getOffset() - Method in class org.apache.hadoop.hbase.util.Bytes
 
getOpenFileDescriptorCount() - Method in class org.apache.hadoop.hbase.util.JVM
Get the number of opened filed descriptor for the runtime jvm.
getOptionAsDouble(CommandLine, String, double) - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool
 
getOptionAsInt(CommandLine, String, int) - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool
 
getOptionAsLong(CommandLine, String, int) - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool
 
getOrder() - Method in interface org.apache.hadoop.hbase.types.DataType
Retrieve the sort Order imposed by this data type, or null when natural ordering is not preserved.
getOrder() - Method in class org.apache.hadoop.hbase.types.FixedLengthWrapper
 
getOrder() - Method in class org.apache.hadoop.hbase.types.OrderedBytesBase
 
getOrder() - Method in class org.apache.hadoop.hbase.types.PBType
 
getOrder() - Method in class org.apache.hadoop.hbase.types.RawByte
 
getOrder() - Method in class org.apache.hadoop.hbase.types.RawBytes
 
getOrder() - Method in class org.apache.hadoop.hbase.types.RawDouble
 
getOrder() - Method in class org.apache.hadoop.hbase.types.RawFloat
 
getOrder() - Method in class org.apache.hadoop.hbase.types.RawInteger
 
getOrder() - Method in class org.apache.hadoop.hbase.types.RawLong
 
getOrder() - Method in class org.apache.hadoop.hbase.types.RawShort
 
getOrder() - Method in class org.apache.hadoop.hbase.types.RawString
 
getOrder() - Method in class org.apache.hadoop.hbase.types.Struct
 
getOrder() - Method in class org.apache.hadoop.hbase.types.TerminatedWrapper
 
getOrder() - Method in class org.apache.hadoop.hbase.types.Union2
 
getOrder() - Method in class org.apache.hadoop.hbase.types.Union3
 
getOrder() - Method in class org.apache.hadoop.hbase.types.Union4
 
getOuputStream() - Method in class org.apache.hadoop.hbase.codec.BaseEncoder
 
getPassword(Configuration, String, String) - Static method in class org.apache.hadoop.hbase.HBaseConfiguration
Get the password from the Configuration instance using the getPassword method if it exists.
getPath(Path) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
Return the 'path' component of a Path.
getPeriod() - Method in class org.apache.hadoop.hbase.ScheduledChore
 
getPeriod() - Method in class org.apache.hadoop.hbase.util.Sleeper
 
getPort() - Method in class org.apache.hadoop.hbase.net.Address
 
getPort() - Method in class org.apache.hadoop.hbase.ServerName
 
getPosition() - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
getPosition() - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
The current position marker.
getProcessPID() - Static method in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
getProvider() - Method in class org.apache.hadoop.hbase.io.crypto.Cipher
Return the provider for this Cipher
getQualifier() - Method in class org.apache.hadoop.hbase.TableName
 
getQualifierArray() - Method in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
getQualifierArray() - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
getQualifierArray() - Method in interface org.apache.hadoop.hbase.Cell
Contiguous raw bytes that may start at any index in the containing array.
getQualifierArray() - Method in class org.apache.hadoop.hbase.IndividualBytesFieldCell
 
getQualifierArray() - Method in class org.apache.hadoop.hbase.KeyValue
 
getQualifierArray() - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
getQualifierAsString() - Method in class org.apache.hadoop.hbase.TableName
 
getQualifierBufferShallowCopy(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0.
getQualifierByte(Cell, int) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
getQualifierByteBuffer() - Method in class org.apache.hadoop.hbase.ByteBufferExtendedCell
 
getQualifierByteBuffer() - Method in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
getQualifierByteBuffer() - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
getQualifierLength() - Method in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
getQualifierLength() - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
getQualifierLength() - Method in interface org.apache.hadoop.hbase.Cell
 
getQualifierLength() - Method in class org.apache.hadoop.hbase.IndividualBytesFieldCell
 
getQualifierLength() - Method in class org.apache.hadoop.hbase.KeyValue
 
getQualifierLength() - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
getQualifierOffset() - Method in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
getQualifierOffset() - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
getQualifierOffset() - Method in interface org.apache.hadoop.hbase.Cell
 
getQualifierOffset() - Method in class org.apache.hadoop.hbase.IndividualBytesFieldCell
 
getQualifierOffset() - Method in class org.apache.hadoop.hbase.KeyValue
 
getQualifierOffset() - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
getQualifierPosition() - Method in class org.apache.hadoop.hbase.ByteBufferExtendedCell
 
getQualifierPosition() - Method in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
getQualifierPosition() - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
getQualifierString(KeyValue) - Static method in class org.apache.hadoop.hbase.KeyValueTestUtil
 
getQueueSize() - Method in class org.apache.hadoop.hbase.io.ByteBufferPool
 
getQuorumString() - Method in class org.apache.hadoop.hbase.zookeeper.ZKConfig.ZKClusterKey
 
getRandomKey() - Method in class org.apache.hadoop.hbase.io.crypto.aes.AES
 
getRandomKey() - Method in class org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAES
 
getRandomKey() - Method in class org.apache.hadoop.hbase.io.crypto.Cipher
Create a random symmetric key
getRaw(String) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 
getReferenceKey(Reference<V>) - Method in class org.apache.hadoop.hbase.util.ObjectPool
Get key of the given reference
getReferenceKey(Reference<V>) - Method in class org.apache.hadoop.hbase.util.SoftObjectPool
 
getReferenceKey(Reference<V>) - Method in class org.apache.hadoop.hbase.util.WeakObjectPool
 
getRegistredMBeans(ObjectName, MBeanServer) - Static method in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
getRemaining() - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
getRemaining() - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
The number of bytes remaining between position and the end of the range.
getResource(String) - Method in class org.apache.hadoop.hbase.util.CoprocessorClassLoader
 
getRevision() - Static method in class org.apache.hadoop.hbase.util.VersionInfo
Get the subversion revision number for the root directory
getRootDir(Configuration) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
 
getRootDirFileSystem(Configuration) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
 
getRowArray() - Method in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
getRowArray() - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
getRowArray() - Method in interface org.apache.hadoop.hbase.Cell
Contiguous raw bytes that may start at any index in the containing array.
getRowArray() - Method in class org.apache.hadoop.hbase.IndividualBytesFieldCell
Implement Cell interface
getRowArray() - Method in class org.apache.hadoop.hbase.KeyValue
 
getRowArray() - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
getRowAsInt(Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Converts the rowkey bytes of the given cell into an int value
getRowByte(Cell, int) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
getRowByte(Cell, int) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
misc
getRowByteBuffer() - Method in class org.apache.hadoop.hbase.ByteBufferExtendedCell
 
getRowByteBuffer() - Method in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
getRowByteBuffer() - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
getRowLength() - Method in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
getRowLength() - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
getRowLength() - Method in interface org.apache.hadoop.hbase.Cell
 
getRowLength() - Method in class org.apache.hadoop.hbase.IndividualBytesFieldCell
 
getRowLength() - Method in class org.apache.hadoop.hbase.KeyValue
 
getRowLength() - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
getRowLength() - Method in class org.apache.hadoop.hbase.SizeCachedKeyValue
 
getRowOffset() - Method in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
getRowOffset() - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
getRowOffset() - Method in interface org.apache.hadoop.hbase.Cell
 
getRowOffset() - Method in class org.apache.hadoop.hbase.IndividualBytesFieldCell
 
getRowOffset() - Method in class org.apache.hadoop.hbase.KeyValue
 
getRowOffset() - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
getRowPosition() - Method in class org.apache.hadoop.hbase.ByteBufferExtendedCell
 
getRowPosition() - Method in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
getRowPosition() - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
getRowString(KeyValue) - Static method in class org.apache.hadoop.hbase.KeyValueTestUtil
 
getSecond() - Method in class org.apache.hadoop.hbase.util.ObjectIntPair
 
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
 
getSecretKeyForSubject(String, Configuration) - Static method in class org.apache.hadoop.hbase.io.crypto.Encryption
Resolves a key for the given subject
getSequenceId() - Method in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
getSequenceId() - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
getSequenceId() - Method in interface org.apache.hadoop.hbase.Cell
Deprecated.
As of HBase-2.0. Will be removed in HBase-3.0.
getSequenceId() - Method in interface org.apache.hadoop.hbase.ExtendedCell
A region-specific unique monotonically increasing sequence ID given to each Cell.
getSequenceId() - Method in class org.apache.hadoop.hbase.IndividualBytesFieldCell
 
getSequenceId() - Method in class org.apache.hadoop.hbase.KeyValue
used to achieve atomic operations in the memstore.
getSerializedSize(boolean) - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
getSerializedSize(boolean) - Method in interface org.apache.hadoop.hbase.ExtendedCell
 
getSerializedSize() - Method in interface org.apache.hadoop.hbase.ExtendedCell
 
getSerializedSize(boolean) - Method in class org.apache.hadoop.hbase.KeyValue
 
getSerializedSize(Cell, boolean) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
 
getSerializedSize(boolean) - Method in class org.apache.hadoop.hbase.NoTagsByteBufferKeyValue
 
getSerializedSize(boolean) - Method in class org.apache.hadoop.hbase.NoTagsKeyValue
 
getSerializedSize(boolean) - Method in class org.apache.hadoop.hbase.SizeCachedNoTagsKeyValue
 
getServerName() - Method in class org.apache.hadoop.hbase.ServerName
 
getServerName(String, long) - Static method in class org.apache.hadoop.hbase.ServerName
Deprecated.
Since 2.0. Use ServerName.valueOf(String, long) instead.
getServerNameLessStartCode(String) - Static method in class org.apache.hadoop.hbase.ServerName
Deprecated.
getServers() - Method in class org.apache.hadoop.hbase.rsgroup.RSGroupInfo
Get list of servers.
getServerStartcodeFromServerName(String) - Static method in class org.apache.hadoop.hbase.ServerName
Deprecated.
Since 2.0. Use instance of ServerName to pull out start code.
getShort() - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Returns the short value at the current position.
getShort(int) - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Fetches the short value at the given index.
getShort(int) - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
Fetches the short at the given index.
getShort() - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
Returns the short value at the current position.
getShort() - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
getShort(int) - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
getShort(int) - Method in class org.apache.hadoop.hbase.util.AbstractByteRange
 
getShort() - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
getShort(int) - Method in interface org.apache.hadoop.hbase.util.ByteRange
Retrieve the short value at index
getShort() - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
Retrieve the next short value from this range.
getShortAfterPosition(int) - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Fetches the short value at the given offset from current position.
getShortAfterPosition(int) - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
 
getShortAfterPosition(int) - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
getShortMidpointKey(byte[], byte[]) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
Deprecated.
Since 0.99.2;
getShortMidpointKey(byte[], byte[]) - Method in class org.apache.hadoop.hbase.KeyValue.MetaComparator
Deprecated.
Don't do any fancy Block Index splitting tricks.
getShortName() - Method in class org.apache.hadoop.hbase.security.User
Returns the shortened version of the user name -- the portion that maps to an operating system user name.
getShortName() - Method in class org.apache.hadoop.hbase.security.User.SecureHadoopUser
 
getSimpleComparator() - Method in interface org.apache.hadoop.hbase.CellComparator
 
getSimpleComparator() - Method in class org.apache.hadoop.hbase.CellComparatorImpl
 
getSimpleComparator() - Method in class org.apache.hadoop.hbase.CellComparatorImpl.MetaCellComparator
 
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
Deprecated.
since 0.98.5. Use ImmutableBytesWritable.getLength() instead
getSize() - Method in class org.apache.hadoop.hbase.util.Bytes
Deprecated.
since 2.0.0 and will be removed in 3.0.0. Use Bytes.getLength() instead.
getSleepInterval() - Method in class org.apache.hadoop.hbase.util.RetryCounter.RetryConfig
 
getSrcChecksum() - Static method in class org.apache.hadoop.hbase.util.VersionInfo
Get the checksum of the source files from which Hadoop was compiled.
getStartcode() - Method in class org.apache.hadoop.hbase.ServerName
 
getStopper() - Method in class org.apache.hadoop.hbase.ScheduledChore
 
getSuperUsers() - Static method in class org.apache.hadoop.hbase.security.Superusers
 
getSupportedAlgorithms() - Static method in class org.apache.hadoop.hbase.io.compress.Compression
Get names of supported compression algorithms.
getSupportedCiphers() - Method in interface org.apache.hadoop.hbase.io.crypto.CipherProvider
Return the set of Ciphers supported by this provider
getSupportedCiphers() - Method in class org.apache.hadoop.hbase.io.crypto.CryptoCipherProvider
 
getSupportedCiphers() - Method in class org.apache.hadoop.hbase.io.crypto.DefaultCipherProvider
 
getSupportedCiphers() - Static method in class org.apache.hadoop.hbase.io.crypto.Encryption
Get names of supported encryption algorithms
getSupportedCiphers(Configuration) - Static method in class org.apache.hadoop.hbase.io.crypto.Encryption
Get names of supported encryption algorithms
getSystemLoadAverage() - Method in class org.apache.hadoop.hbase.util.JVM
 
getSystemUser() - Static method in class org.apache.hadoop.hbase.security.Superusers
 
getTableDir(Path, TableName) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
Returns the Path object representing the table directory under path rootdir
getTableName(Path) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
Returns the TableName object representing the table directory under path rootdir
getTables() - Method in class org.apache.hadoop.hbase.rsgroup.RSGroupInfo
Get set of tables that are members of the group.
getTag(byte) - Method in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
getTag(Cell, byte) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of 2.0.0 and will be removed in HBase-3.0.0 Use RawCell.getTag(byte)
getTag(Cell, byte) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Retrieve Cell's first tag, matching the passed in type
getTag(byte) - Method in interface org.apache.hadoop.hbase.RawCell
Returns the specific tag of the given type
getTagArray(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of HBase-2.0. Will be removed in HBase-3.0
getTagCompressionContext() - Method in class org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultDecodingContext
 
getTagCompressionContext() - Method in class org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultEncodingContext
 
getTags() - Method in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
getTags(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of 2.0.0 and will be removed in 3.0.0
getTags(Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
getTags() - Method in interface org.apache.hadoop.hbase.RawCell
Creates a list of tags in the current cell
getTagsArray() - Method in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
getTagsArray() - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
getTagsArray() - Method in interface org.apache.hadoop.hbase.Cell
Deprecated.
As of HBase-2.0. Will be removed in HBase-3.0. Tags are are now internal.
getTagsArray() - Method in interface org.apache.hadoop.hbase.ExtendedCell
Contiguous raw bytes representing tags that may start at any index in the containing array.
getTagsArray() - Method in class org.apache.hadoop.hbase.IndividualBytesFieldCell
 
getTagsArray() - Method in class org.apache.hadoop.hbase.KeyValue
 
getTagsArray() - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
getTagsArray() - Method in class org.apache.hadoop.hbase.NoTagsByteBufferKeyValue
 
getTagsByteBuffer() - Method in class org.apache.hadoop.hbase.ByteBufferExtendedCell
 
getTagsByteBuffer() - Method in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
getTagsByteBuffer() - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
getTagsLength() - Method in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
getTagsLength() - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
getTagsLength() - Method in interface org.apache.hadoop.hbase.Cell
Deprecated.
As of HBase-2.0. Will be removed in HBase-3.0. Tags are are now internal.
getTagsLength() - Method in interface org.apache.hadoop.hbase.ExtendedCell
HBase internally uses 2 bytes to store tags length in Cell.
getTagsLength() - Method in class org.apache.hadoop.hbase.IndividualBytesFieldCell
 
getTagsLength() - Method in class org.apache.hadoop.hbase.KeyValue
This returns the total length of the tag bytes
getTagsLength() - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
getTagsLength() - Method in class org.apache.hadoop.hbase.NoTagsByteBufferKeyValue
 
getTagsLength() - Method in class org.apache.hadoop.hbase.NoTagsKeyValue
 
getTagsLength() - Method in class org.apache.hadoop.hbase.SizeCachedNoTagsKeyValue
 
getTagsOffset() - Method in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
getTagsOffset() - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
getTagsOffset() - Method in interface org.apache.hadoop.hbase.Cell
Deprecated.
As of HBase-2.0. Will be removed in HBase-3.0. Tags are are now internal.
getTagsOffset() - Method in interface org.apache.hadoop.hbase.ExtendedCell
 
getTagsOffset() - Method in class org.apache.hadoop.hbase.IndividualBytesFieldCell
 
getTagsOffset() - Method in class org.apache.hadoop.hbase.KeyValue
This returns the offset where the tag actually starts.
getTagsOffset() - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
getTagsPosition() - Method in class org.apache.hadoop.hbase.ByteBufferExtendedCell
 
getTagsPosition() - Method in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
getTagsPosition() - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
getThird() - Method in class org.apache.hadoop.hbase.util.Triple
 
getThread() - Method in class org.apache.hadoop.hbase.util.HasThread
 
getTimestamp() - Method in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
getTimestamp() - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
getTimestamp() - Method in interface org.apache.hadoop.hbase.Cell
 
getTimestamp() - Method in class org.apache.hadoop.hbase.IndividualBytesFieldCell
 
getTimestamp() - Method in class org.apache.hadoop.hbase.KeyValue
 
getTimestamp() - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
getTimestampOffset() - Method in class org.apache.hadoop.hbase.KeyValue
 
getTimestampOffset() - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
getTimestampString(KeyValue) - Static method in class org.apache.hadoop.hbase.KeyValueTestUtil
 
getTimeUnit() - Method in class org.apache.hadoop.hbase.ScheduledChore
 
getTimeUnit() - Method in class org.apache.hadoop.hbase.util.RetryCounter.RetryConfig
 
getToken(String, String) - Method in class org.apache.hadoop.hbase.security.User
Returns the Token of the specified kind associated with this user, or null if the Token is not present.
getTokens() - Method in class org.apache.hadoop.hbase.security.User
Returns all the tokens stored in the user's credentials.
getTotalBytesRead() - Method in class org.apache.hadoop.hbase.io.hadoopbackport.ThrottledInputStream
Getter for the number of bytes read from this stream, since creation.
getTotalSleepTime() - Method in class org.apache.hadoop.hbase.io.hadoopbackport.ThrottledInputStream
Getter the total time spent in sleep.
getType() - Method in class org.apache.hadoop.hbase.ArrayBackedTag
 
getType() - Method in class org.apache.hadoop.hbase.ByteBufferTag
 
getType() - Method in interface org.apache.hadoop.hbase.Cell
Returns the type of cell in a human readable format using Cell.Type.
getType() - Method in interface org.apache.hadoop.hbase.Tag
 
getTypeByte() - Method in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
getTypeByte() - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
getTypeByte() - Method in interface org.apache.hadoop.hbase.Cell
Deprecated.
As of HBase-2.0. Will be removed in HBase-3.0. Use Cell.getType().
getTypeByte() - Method in interface org.apache.hadoop.hbase.ExtendedCell
 
getTypeByte() - Method in class org.apache.hadoop.hbase.IndividualBytesFieldCell
 
getTypeByte() - Method in class org.apache.hadoop.hbase.KeyValue
 
getTypeByte() - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
getTypeString(KeyValue) - Static method in class org.apache.hadoop.hbase.KeyValueTestUtil
 
getUGI() - Method in class org.apache.hadoop.hbase.security.User
 
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.filter.ByteArrayComparable
 
getValueArray() - Method in class org.apache.hadoop.hbase.ArrayBackedTag
 
getValueArray() - Method in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
getValueArray() - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
getValueArray() - Method in class org.apache.hadoop.hbase.ByteBufferTag
 
getValueArray() - Method in interface org.apache.hadoop.hbase.Cell
Contiguous raw bytes that may start at any index in the containing array.
getValueArray() - Method in class org.apache.hadoop.hbase.IndividualBytesFieldCell
 
getValueArray() - Method in class org.apache.hadoop.hbase.KeyValue
 
getValueArray() - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
getValueArray() - Method in interface org.apache.hadoop.hbase.Tag
 
getValueAsBigDecimal(Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Converts the value bytes of the given cell into a BigDecimal
getValueAsByte(Tag) - Static method in interface org.apache.hadoop.hbase.Tag
Converts the value bytes of the given tag into a byte value
getValueAsDouble(Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Converts the value bytes of the given cell into a double value
getValueAsInt(Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Converts the value bytes of the given cell into a int value
getValueAsLong(Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Converts the value bytes of the given cell into a long value
getValueAsLong(Tag) - Static method in interface org.apache.hadoop.hbase.Tag
Converts the value bytes of the given tag into a long value
getValueAsString(Tag) - Static method in interface org.apache.hadoop.hbase.Tag
Converts the value bytes of the given tag into a String value
getValueBufferShallowCopy(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of HBase-2.0. Will be removed in 3.0.
getValueBufferShallowCopy(Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
getValueByteBuffer() - Method in class org.apache.hadoop.hbase.ArrayBackedTag
 
getValueByteBuffer() - Method in class org.apache.hadoop.hbase.ByteBufferExtendedCell
 
getValueByteBuffer() - Method in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
getValueByteBuffer() - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
getValueByteBuffer() - Method in class org.apache.hadoop.hbase.ByteBufferTag
 
getValueByteBuffer() - Method in interface org.apache.hadoop.hbase.Tag
 
getValueFromMBean(ObjectName, String) - Static method in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
getValueLength() - Method in class org.apache.hadoop.hbase.ArrayBackedTag
 
getValueLength() - Method in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
getValueLength() - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
getValueLength() - Method in class org.apache.hadoop.hbase.ByteBufferTag
 
getValueLength() - Method in interface org.apache.hadoop.hbase.Cell
 
getValueLength() - Method in class org.apache.hadoop.hbase.IndividualBytesFieldCell
 
getValueLength() - Method in class org.apache.hadoop.hbase.KeyValue
 
getValueLength() - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
getValueLength() - Method in interface org.apache.hadoop.hbase.Tag
 
getValueOffset() - Method in class org.apache.hadoop.hbase.ArrayBackedTag
 
getValueOffset() - Method in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
getValueOffset() - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
getValueOffset() - Method in class org.apache.hadoop.hbase.ByteBufferTag
 
getValueOffset() - Method in interface org.apache.hadoop.hbase.Cell
 
getValueOffset() - Method in class org.apache.hadoop.hbase.IndividualBytesFieldCell
 
getValueOffset() - Method in class org.apache.hadoop.hbase.KeyValue
 
getValueOffset() - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
getValueOffset() - Method in interface org.apache.hadoop.hbase.Tag
 
getValuePosition() - Method in class org.apache.hadoop.hbase.ByteBufferExtendedCell
 
getValuePosition() - Method in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
getValuePosition() - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
getValueShallowCopy() - Method in interface org.apache.hadoop.hbase.io.encoding.DataBlockEncoder.EncodedSeeker
Does a shallow copy of the value at the current position.
getValueShallowCopy() - Method in class org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1
 
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.
getVersionedBytes() - Method in class org.apache.hadoop.hbase.ServerName
 
getVLong(int) - Method in class org.apache.hadoop.hbase.util.AbstractByteRange
 
getVLong() - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
getVLong(int) - Method in interface org.apache.hadoop.hbase.util.ByteRange
Retrieve the long value at index which is stored as VLong
getVLong() - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
Retrieve the next long value, which is stored as VLong, from this range
getVLongSize(long) - Static method in class org.apache.hadoop.hbase.util.AbstractByteRange
 
getWALFileSystem(Configuration) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
 
getWALRegionDir(Configuration, TableName, String) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
Returns the WAL region directory based on the given table name and region name
getWALRootDir(Configuration) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
 
getWALTableDir(Configuration, TableName) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
Returns the Table directory under the WALRootDir for the specified table name
getWrongWALRegionDir(Configuration, TableName, String) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
Deprecated.
For compatibility, will be removed in 4.0.0.
getZKQuorumServersString(Configuration) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKConfig
Return the ZK Quorum servers string given the specified configuration.
getZnodeParent() - Method in class org.apache.hadoop.hbase.zookeeper.ZKConfig.ZKClusterKey
 
getZooKeeperClusterKey(Configuration) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKConfig
Get the key to the ZK ensemble for this configuration without adding a name at the end
getZooKeeperClusterKey(Configuration, String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKConfig
Get the key to the ZK ensemble for this configuration and append a name at the end

H

HADOOP_DOMAIN - Static variable in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
hasArray() - Method in class org.apache.hadoop.hbase.ArrayBackedTag
 
hasArray() - Method in class org.apache.hadoop.hbase.ByteBufferTag
 
hasArray() - Method in class org.apache.hadoop.hbase.nio.ByteBuff
 
hasArray() - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
 
hasArray() - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
hasArray() - Method in interface org.apache.hadoop.hbase.Tag
Tells whether or not this Tag is backed by a byte array.
hasCapability(FSDataOutputStream, String) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
If our FileSystem version includes the StreamCapabilities class, check if the given stream has a particular capability.
hash - Variable in class org.apache.hadoop.hbase.util.AbstractByteRange
Variable for lazy-caching the hashCode of this range.
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(HashKey<T>, int) - Method in class org.apache.hadoop.hbase.util.Hash
Calculate a hash using bytes from HashKey and the provided seed value.
hash(HashKey<T>, int) - Method in class org.apache.hadoop.hbase.util.JenkinsHash
taken from hashlittle() -- hash a variable-length key into a 32-bit value
hash(HashKey<T>, int) - Method in class org.apache.hadoop.hbase.util.MurmurHash
 
hash(HashKey<T>, int) - Method in class org.apache.hadoop.hbase.util.MurmurHash3
Returns the MurmurHash3_x86_32 hash.
hash128(String...) - Static method in class org.apache.hadoop.hbase.io.crypto.Encryption
Return the MD5 digest of the concatenation of the supplied arguments.
hash128(byte[]...) - Static method in class org.apache.hadoop.hbase.io.crypto.Encryption
Return the MD5 digest of the concatenation of the supplied arguments.
hash256(String...) - Static method in class org.apache.hadoop.hbase.io.crypto.Encryption
Return the SHA-256 digest of the concatenation of the supplied arguments.
hash256(byte[]...) - Static method in class org.apache.hadoop.hbase.io.crypto.Encryption
Return the SHA-256 digest of the concatenation of the supplied arguments.
hashCode() - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
In line with ByteBufferKeyValue.equals(Object), only uses the key portion, not the value.
hashCode() - Method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable
 
hashCode() - Method in class org.apache.hadoop.hbase.JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture
 
hashCode() - Method in class org.apache.hadoop.hbase.KeyValue
In line with KeyValue.equals(Object), only uses the key portion, not the value.
hashCode() - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
hashCode() - Method in class org.apache.hadoop.hbase.net.Address
 
hashCode() - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
 
hashCode() - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
hashCode() - Method in class org.apache.hadoop.hbase.rsgroup.RSGroupInfo
 
hashCode() - Method in class org.apache.hadoop.hbase.security.User
 
hashCode() - Method in class org.apache.hadoop.hbase.ServerName
 
hashCode() - Method in class org.apache.hadoop.hbase.TableName
 
hashCode() - Method in class org.apache.hadoop.hbase.util.AbstractByteRange
 
hashCode(ByteBuffer, int, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
 
hashCode() - Method in class org.apache.hadoop.hbase.util.Bytes
 
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.ImmutableByteArray
 
hashCode() - Method in class org.apache.hadoop.hbase.util.NonceKey
 
hashCode() - Method in class org.apache.hadoop.hbase.util.ObjectIntPair
 
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
 
HashKey<T> - Class in org.apache.hadoop.hbase.util
Used to calculate the hash Hash algorithms for Bloomfilters.
HashKey(T) - Constructor for class org.apache.hadoop.hbase.util.HashKey
 
hasNext() - Method in class org.apache.hadoop.hbase.types.StructIterator
 
hasNext() - Method in class org.apache.hadoop.hbase.util.AvlUtil.AvlTreeIterator
 
hasNext() - Method in class org.apache.hadoop.hbase.util.ConcatenatedLists.Iterator
 
hasRemaining() - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Returns true if there are elements between the current position and the limt
hasRemaining() - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
Returns true if there are elements between the current position and the limt
hasRemaining() - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
HasThread - Class in org.apache.hadoop.hbase.util
Abstract class which contains a Thread and delegates the common Thread methods to that instance.
HasThread() - Constructor for class org.apache.hadoop.hbase.util.HasThread
 
HasThread(String) - Constructor for class org.apache.hadoop.hbase.util.HasThread
 
HBASE_BALANCER_MAX_BALANCING - Static variable in class org.apache.hadoop.hbase.HConstants
Config for the max balancing time
HBASE_BALANCER_PERIOD - Static variable in class org.apache.hadoop.hbase.HConstants
Config for the balancer period
HBASE_CANARY_READ_RAW_SCAN_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
 
HBASE_CANARY_WRITE_DATA_TTL_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
Canary config keys
HBASE_CANARY_WRITE_PERSERVER_REGIONS_LOWERLIMIT_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
 
HBASE_CANARY_WRITE_PERSERVER_REGIONS_UPPERLIMIT_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
 
HBASE_CANARY_WRITE_TABLE_CHECK_PERIOD_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
 
HBASE_CANARY_WRITE_VALUE_SIZE_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
 
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_ENABLE_FAST_FAIL_MODE_DEFAULT - Static variable in class org.apache.hadoop.hbase.HConstants
 
HBASE_CLIENT_FAST_FAIL_CLEANUP_DURATION_MS_DEFAULT - Static variable in class org.apache.hadoop.hbase.HConstants
 
HBASE_CLIENT_FAST_FAIL_CLEANUP_MS_DURATION_MS - Static variable in class org.apache.hadoop.hbase.HConstants
 
HBASE_CLIENT_FAST_FAIL_INTERCEPTOR_IMPL - Static variable in class org.apache.hadoop.hbase.HConstants
 
HBASE_CLIENT_FAST_FAIL_MODE_ENABLED - Static variable in class org.apache.hadoop.hbase.HConstants
Config for enabling/disabling the fast fail mode.
HBASE_CLIENT_FAST_FAIL_THREASHOLD_MS - Static variable in class org.apache.hadoop.hbase.HConstants
 
HBASE_CLIENT_FAST_FAIL_THREASHOLD_MS_DEFAULT - Static variable in class org.apache.hadoop.hbase.HConstants
 
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_MAX_PERREGION_TASKS - Static variable in class org.apache.hadoop.hbase.HConstants
The maximum number of concurrent connections the client will maintain to a single Region.
HBASE_CLIENT_MAX_PERSERVER_TASKS - Static variable in class org.apache.hadoop.hbase.HConstants
The maximum number of concurrent connections the client will maintain to a single RegionServer.
HBASE_CLIENT_MAX_TOTAL_TASKS - Static variable in class org.apache.hadoop.hbase.HConstants
The maximum number of concurrent connections the client will maintain.
HBASE_CLIENT_META_OPERATION_TIMEOUT - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for HBase client meta operation timeout.
HBASE_CLIENT_META_REPLICA_SCAN_TIMEOUT - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for HBase client meta replica scan call timeout.
HBASE_CLIENT_META_REPLICA_SCAN_TIMEOUT_DEFAULT - Static variable in class org.apache.hadoop.hbase.HConstants
Default HBase client meta replica scan call timeout, 1 second
HBASE_CLIENT_OPERATION_TIMEOUT - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for HBase client operation 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_PAUSE_FOR_CQTBE - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for client pause value for special case such as call queue too big, etc.
HBASE_CLIENT_PERSERVER_REQUESTS_THRESHOLD - Static variable in class org.apache.hadoop.hbase.HConstants
The maximum number of concurrent pending RPC requests for one server in process level.
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_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_CLIENT_SERVERSIDE_RETRIES_MULTIPLIER - Static variable in class org.apache.hadoop.hbase.HConstants
 
HBASE_CLUSTER_MINIMUM_MEMORY_THRESHOLD - 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_BALANCER_MAX_RIT_PERCENT - Static variable in class org.apache.hadoop.hbase.HConstants
Config for the max percent of regions in transition
HBASE_MASTER_LOADBALANCE_BYTABLE - Static variable in class org.apache.hadoop.hbase.HConstants
Config for balancing the cluster by table
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_MASTER_NORMALIZER_CLASS - Static variable in class org.apache.hadoop.hbase.HConstants
Config for pluggable region normalizer
HBASE_META_BLOCK_SIZE - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for number of versions, kept by meta table.
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_META_VERSIONS - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for number of versions, kept by meta table.
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_REGIONSERVER_LEASE_PERIOD_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
Deprecated.
This config option is deprecated. Will be removed at later releases after 0.96.
HBASE_RPC_READ_TIMEOUT_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
timeout for each read RPC
HBASE_RPC_SHORTOPERATION_TIMEOUT_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
timeout for short operation RPC
HBASE_RPC_TIMEOUT_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
timeout for each RPC
HBASE_RPC_WRITE_TIMEOUT_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
timeout for each write RPC
HBASE_RS_NONCES_ENABLED - Static variable in class org.apache.hadoop.hbase.HConstants
Whether nonces are enabled; default is true.
HBASE_SECURITY_AUTHORIZATION_CONF_KEY - Static variable in class org.apache.hadoop.hbase.security.User
 
HBASE_SECURITY_CONF_KEY - Static variable in class org.apache.hadoop.hbase.security.User
 
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_SERVER_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_SPLITLOG_MANAGER_TIMEOUT - Static variable in class org.apache.hadoop.hbase.HConstants
Configuration key for SplitLog manager timeout
HBASE_TEMP_DIRECTORY - Static variable in class org.apache.hadoop.hbase.HConstants
Temporary directory used for table creation and deletion
HBASE_WAL_DIR - Static variable in class org.apache.hadoop.hbase.util.CommonFSUtils
Parameter name for HBase WAL directory
HBASECLIENT_IMPL - Static variable in class org.apache.hadoop.hbase.HConstants
Deprecated.
HBaseConfiguration - Class in org.apache.hadoop.hbase
Adds HBase configuration files to a Configuration
HBaseConfiguration() - Constructor for class org.apache.hadoop.hbase.HBaseConfiguration
Deprecated.
since 0.90.0. Please use HBaseConfiguration.create() instead.
HBaseConfiguration(Configuration) - Constructor for class org.apache.hadoop.hbase.HBaseConfiguration
Deprecated.
since 0.90.0. Please use HBaseConfiguration.create(Configuration) instead.
HBaseException - Exception in org.apache.hadoop.hbase.exceptions
Base checked exception in HBase.
HBaseException() - Constructor for exception org.apache.hadoop.hbase.exceptions.HBaseException
 
HBaseException(String) - Constructor for exception org.apache.hadoop.hbase.exceptions.HBaseException
 
HBaseException(String, Throwable) - Constructor for exception org.apache.hadoop.hbase.exceptions.HBaseException
 
HBaseException(Throwable) - Constructor for exception org.apache.hadoop.hbase.exceptions.HBaseException
 
HBaseHTraceConfiguration - Class in org.apache.hadoop.hbase.trace
 
HBaseHTraceConfiguration(Configuration) - Constructor for class org.apache.hadoop.hbase.trace.HBaseHTraceConfiguration
 
HBaseInterfaceAudience - Class in org.apache.hadoop.hbase
This class defines constants for different classes of hbase limited private apis
HBaseIOException - Exception in org.apache.hadoop.hbase
All hbase specific IOExceptions should be subclasses of HBaseIOException
HBaseIOException() - Constructor for exception org.apache.hadoop.hbase.HBaseIOException
 
HBaseIOException(String) - Constructor for exception org.apache.hadoop.hbase.HBaseIOException
 
HBaseIOException(String, Throwable) - Constructor for exception org.apache.hadoop.hbase.HBaseIOException
 
HBaseIOException(Throwable) - Constructor for exception org.apache.hadoop.hbase.HBaseIOException
 
HBaseMarkers - Class in org.apache.hadoop.hbase.log
 
HBCK - Static variable in class org.apache.hadoop.hbase.HBaseInterfaceAudience
Denotes classes used by hbck tool for fixing inconsistent state of HBase.
HBCK_CODE_NAME - Static variable in class org.apache.hadoop.hbase.HConstants
Deprecated.
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.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.types.CopyOnWriteArrayMap
 
headMap(K, boolean) - Method in class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
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
 
HEAP_OCCUPANCY_HIGH_WATERMARK_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
 
HEAP_OCCUPANCY_LOW_WATERMARK_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
 
heapSize() - Method in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
heapSize() - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
heapSize() - Method in class org.apache.hadoop.hbase.IndividualBytesFieldCell
Implement HeapSize interface
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.io.hfile.HFileContext
HeapSize implementation NOTE : The heapsize should be altered as and when new state variable are added
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.
heapSize() - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
heapSize() - Method in class org.apache.hadoop.hbase.SizeCachedKeyValue
 
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(HFileContext) - 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(DataBlockEncoding, byte[], HFileContext) - 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.
HFileContext - Class in org.apache.hadoop.hbase.io.hfile
This carries the information on some of the meta data about the HFile.
HFileContext() - Constructor for class org.apache.hadoop.hbase.io.hfile.HFileContext
 
HFileContext(HFileContext) - Constructor for class org.apache.hadoop.hbase.io.hfile.HFileContext
Copy constructor
HFileContextBuilder - Class in org.apache.hadoop.hbase.io.hfile
A builder that helps in building up the HFileContext
HFileContextBuilder() - Constructor for class org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
 
HFileContextBuilder(HFileContext) - Constructor for class org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
Use this constructor if you want to change a few settings only in another context.
HIGH_QOS - Static variable in class org.apache.hadoop.hbase.HConstants
 
higherEntry(K) - Method in class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
higherKey(K) - Method in class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
HOSTNAME_PORT_SEPARATOR - Static variable in class org.apache.hadoop.hbase.util.Addressing
 
HOUR_IN_SECONDS - Static variable in class org.apache.hadoop.hbase.HConstants
 
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
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_BLOCK_MULTIPLIER - Static variable in class org.apache.hadoop.hbase.HConstants
Block updates if memstore has hbase.hregion.memstore.block.multiplier times hbase.hregion.memstore.flush.size bytes.
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
 
IdLock - Class in org.apache.hadoop.hbase.util
Allows multiple concurrent clients to lock on a numeric id with a minimal memory overhead.
IdLock() - Constructor for class org.apache.hadoop.hbase.util.IdLock
 
IdLock.Entry - Class in org.apache.hadoop.hbase.util
An entry returned to the client as a lock object
idx - Variable in class org.apache.hadoop.hbase.types.StructIterator
 
IllegalArgumentIOException - Exception in org.apache.hadoop.hbase.exceptions
Exception thrown when an illegal argument is passed to a function/procedure.
IllegalArgumentIOException() - Constructor for exception org.apache.hadoop.hbase.exceptions.IllegalArgumentIOException
 
IllegalArgumentIOException(String) - Constructor for exception org.apache.hadoop.hbase.exceptions.IllegalArgumentIOException
 
IllegalArgumentIOException(String, Throwable) - Constructor for exception org.apache.hadoop.hbase.exceptions.IllegalArgumentIOException
 
IllegalArgumentIOException(Throwable) - Constructor for exception org.apache.hadoop.hbase.exceptions.IllegalArgumentIOException
 
ImmutableByteArray - Class in org.apache.hadoop.hbase.util
Mainly used as keys for HashMap.
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.
in - Variable in class org.apache.hadoop.hbase.codec.BaseDecoder
 
IN_MEMORY - Static variable in class org.apache.hadoop.hbase.HConstants
 
includesMvcc() - Method in class org.apache.hadoop.hbase.io.encoding.AbstractDataBlockEncoder.AbstractEncodedSeeker
 
includesTags() - Method in class org.apache.hadoop.hbase.io.encoding.AbstractDataBlockEncoder.AbstractEncodedSeeker
 
includesTimeRange(TimeRange) - Method in class org.apache.hadoop.hbase.io.TimeRange
Check if the range has any overlap with TimeRange
increment() - Method in class org.apache.hadoop.hbase.util.Counter
Deprecated.
 
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
incrementIv(byte[]) - Static method in class org.apache.hadoop.hbase.io.crypto.Encryption
 
incrementIv(byte[], int) - Static method in class org.apache.hadoop.hbase.io.crypto.Encryption
 
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.
indexWithinComponent - Variable in class org.apache.hadoop.hbase.util.ConcatenatedLists.Iterator
 
IndividualBytesFieldCell - Class in org.apache.hadoop.hbase
 
IndividualBytesFieldCell(byte[], byte[], byte[], long, KeyValue.Type, byte[]) - Constructor for class org.apache.hadoop.hbase.IndividualBytesFieldCell
 
IndividualBytesFieldCell(byte[], byte[], byte[], long, KeyValue.Type, long, byte[], byte[]) - Constructor for class org.apache.hadoop.hbase.IndividualBytesFieldCell
 
IndividualBytesFieldCell(byte[], int, int, byte[], int, int, byte[], int, int, long, KeyValue.Type, long, byte[], int, int, byte[], int, int) - Constructor for class org.apache.hadoop.hbase.IndividualBytesFieldCell
 
INFRASTRUCTURE_SIZE - Static variable in interface org.apache.hadoop.hbase.Tag
 
init() - Method in class org.apache.hadoop.hbase.io.crypto.aes.AESDecryptor
 
init() - Method in class org.apache.hadoop.hbase.io.crypto.aes.AESEncryptor
 
init(String) - Method in interface org.apache.hadoop.hbase.io.crypto.KeyProvider
Initialize the key provider
init(String) - Method in class org.apache.hadoop.hbase.io.crypto.KeyStoreKeyProvider
 
init(int) - Method in interface org.apache.hadoop.hbase.io.util.Dictionary
 
init(int) - Method in class org.apache.hadoop.hbase.io.util.LRUDictionary
 
INITIAL_MAX_TIMESTAMP - Static variable in class org.apache.hadoop.hbase.io.TimeRange
 
INITIAL_MIN_TIMESTAMP - Static variable in class org.apache.hadoop.hbase.io.TimeRange
 
initialChore() - Method in class org.apache.hadoop.hbase.ScheduledChore
Override to run a task before we start looping.
initialize(Configuration) - Static method in class org.apache.hadoop.hbase.security.Superusers
Should be called only once to pre-load list of super users and super groups from Configuration.
initTracer(Configuration) - Static method in class org.apache.hadoop.hbase.trace.TraceUtil
 
injectEdge(EnvironmentEdge) - Static method in class org.apache.hadoop.hbase.util.EnvironmentEdgeManager
Injects the given edge such that it becomes the managed entity.
innerBuild() - Method in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
inputStreamFromByteRange(PositionedByteRange) - Static method in class org.apache.hadoop.hbase.types.PBType
Create a CodedInputStream from a PositionedByteRange.
insert(Object) - Method in interface org.apache.hadoop.hbase.util.AvlUtil.AvlInsertOrReplace
 
insert(TNode, TNode) - Static method in class org.apache.hadoop.hbase.util.AvlUtil.AvlTree
Insert a node into the tree.
insert(TNode, Object, AvlUtil.AvlKeyComparator<TNode>, AvlUtil.AvlInsertOrReplace<TNode>) - Static method in class org.apache.hadoop.hbase.util.AvlUtil.AvlTree
Insert a node into the tree.
instantiate(Configuration) - Static method in class org.apache.hadoop.hbase.security.UserProvider
Instantiate the UserProvider specified in the configuration and set the passed configuration via UserProvider.setConf(Configuration)
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
internalDecodeKeyValues(DataInputStream, int, int, HFileBlockDefaultDecodingContext) - Method in class org.apache.hadoop.hbase.io.encoding.CopyKeyDataBlockEncoder
 
internalDecodeKeyValues(DataInputStream, int, int, HFileBlockDefaultDecodingContext) - Method in class org.apache.hadoop.hbase.io.encoding.DiffKeyDeltaEncoder
 
internalDecodeKeyValues(DataInputStream, int, int, HFileBlockDefaultDecodingContext) - Method in class org.apache.hadoop.hbase.io.encoding.FastDiffDeltaEncoder
 
internalDecodeKeyValues(DataInputStream, int, int, HFileBlockDefaultDecodingContext) - Method in class org.apache.hadoop.hbase.io.encoding.PrefixKeyDeltaEncoder
 
internalEncode(Cell, HFileBlockDefaultEncodingContext, DataOutputStream) - Method in class org.apache.hadoop.hbase.io.encoding.CopyKeyDataBlockEncoder
 
internalEncode(Cell, HFileBlockDefaultEncodingContext, DataOutputStream) - Method in class org.apache.hadoop.hbase.io.encoding.DiffKeyDeltaEncoder
 
internalEncode(Cell, HFileBlockDefaultEncodingContext, DataOutputStream) - Method in class org.apache.hadoop.hbase.io.encoding.FastDiffDeltaEncoder
 
internalEncode(Cell, HFileBlockDefaultEncodingContext, DataOutputStream) - Method in class org.apache.hadoop.hbase.io.encoding.PrefixKeyDeltaEncoder
 
interrupt() - Method in class org.apache.hadoop.hbase.util.HasThread
 
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.
invokeMethod(Object, String, Object...) - Static method in class org.apache.hadoop.hbase.util.ReflectionUtils
Get and invoke the target method from the given object with given parameters
is32BitJVM() - Static method in class org.apache.hadoop.hbase.util.ClassSize
Determines if we are running in a 32-bit JVM.
isAcceptableAddress(InetAddress) - Method in interface org.apache.hadoop.hbase.util.Addressing.AddressSelectionCondition
Condition on which to accept inet address
isAlive() - Method in class org.apache.hadoop.hbase.util.HasThread
 
isAllTime() - Method in class org.apache.hadoop.hbase.io.TimeRange
Check if it is for all time
isAmd64() - Static method in class org.apache.hadoop.hbase.util.JVM
Check if the arch is amd64;
isAvailable() - Static method in class org.apache.hadoop.hbase.util.UnsafeAvailChecker
 
isBlobCopy(PositionedByteRange) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src uses BlobCopy encoding, false otherwise.
isBlobVar(PositionedByteRange) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src uses BlobVar encoding, false otherwise.
isCancelled() - Method in class org.apache.hadoop.hbase.JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture
 
isChoreScheduled(ScheduledChore) - Method in class org.apache.hadoop.hbase.ChoreService
 
isClassExempt(String, String[]) - Method in class org.apache.hadoop.hbase.util.CoprocessorClassLoader
Determines whether the given class should be exempt from being loaded by this ClassLoader.
isCompressedOrEncrypted() - Method in class org.apache.hadoop.hbase.io.hfile.HFileContext
 
isCompressTags() - Method in class org.apache.hadoop.hbase.io.hfile.HFileContext
 
isCorrectEncoder(DataBlockEncoder, short) - Static method in enum org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
Check if given encoder has this id.
isData() - Method in enum org.apache.hadoop.hbase.io.hfile.BlockType
 
isDelete(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
 
isDelete(byte) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0.
isDelete(byte) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
isDeleteColumnOrFamily(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0.
isDeleteColumnOrFamily(Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
isDeleteColumns(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0.
isDeleteColumns(Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
isDeleteColumnVersion(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0.
isDeleteColumnVersion(Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
isDeleteFamily(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0.
isDeleteFamily(Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
isDeleteFamilyVersion(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0.
isDeleteFamilyVersion(Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
isDeleteType(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0.
isDeleteType(Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
isDone() - Method in class org.apache.hadoop.hbase.JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture
 
isEmpty() - Method in class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
isEmpty() - Method in class org.apache.hadoop.hbase.util.AbstractByteRange
 
isEmpty(ByteRange) - Static method in class org.apache.hadoop.hbase.util.AbstractByteRange
 
isEmpty() - Method in interface org.apache.hadoop.hbase.util.ByteRange
 
isEmpty(Collection<T>) - Static method in class org.apache.hadoop.hbase.util.CollectionUtils
empty
isEncodedValue(PositionedByteRange) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Returns true when src appears to be positioned an encoded value, false otherwise.
isExists(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
Calls fs.exists().
isFixedFloat32(PositionedByteRange) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src uses fixed-width Float32 encoding, false otherwise.
isFixedFloat64(PositionedByteRange) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src uses fixed-width Float64 encoding, false otherwise.
isFixedInt16(PositionedByteRange) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src uses fixed-width Int16 encoding, false otherwise.
isFixedInt32(PositionedByteRange) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src uses fixed-width Int32 encoding, false otherwise.
isFixedInt64(PositionedByteRange) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src uses fixed-width Int64 encoding, false otherwise.
isFixedInt8(PositionedByteRange) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src uses fixed-width Int8 encoding, false otherwise.
isFullServerName(String) - Static method in class org.apache.hadoop.hbase.ServerName
 
isGroupPrincipal(String) - Static method in class org.apache.hadoop.hbase.AuthUtil
Returns whether or not the given name should be interpreted as a group principal.
isGZIPOutputStreamFinishBroken() - Static method in class org.apache.hadoop.hbase.util.JVM
Check if the finish() method of GZIPOutputStream is broken
isHadoopSecurityEnabled() - Method in class org.apache.hadoop.hbase.security.UserProvider
 
isHashCached() - Method in class org.apache.hadoop.hbase.util.AbstractByteRange
 
isHBaseSecurityEnabled(Configuration) - Static method in class org.apache.hadoop.hbase.security.User
Returns whether or not secure authentication is enabled for HBase.
isHBaseSecurityEnabled() - Method in class org.apache.hadoop.hbase.security.UserProvider
 
isHDFS(Configuration) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
 
isHeldByCurrentThread(long) - Method in class org.apache.hadoop.hbase.util.IdLock
Test whether the given id is already locked by the current thread.
isIncludesMvcc() - Method in class org.apache.hadoop.hbase.io.hfile.HFileContext
 
isIncludesTags() - Method in class org.apache.hadoop.hbase.io.hfile.HFileContext
 
isInitialChoreComplete() - Method in class org.apache.hadoop.hbase.ScheduledChore
 
isInterrupt(Throwable) - Static method in class org.apache.hadoop.hbase.util.ExceptionUtil
 
isInterrupted() - Method in class org.apache.hadoop.hbase.util.HasThread
 
isLastIndex(List<?>, int) - Static method in class org.apache.hadoop.hbase.util.CollectionUtils
 
isLatestTimestamp() - Method in class org.apache.hadoop.hbase.KeyValue
 
isLegalFullyQualifiedTableName(byte[]) - Static method in class org.apache.hadoop.hbase.TableName
Check passed byte array, "tableName", is legal user-space table name.
isLegalNamespaceName(byte[]) - Static method in class org.apache.hadoop.hbase.TableName
 
isLegalNamespaceName(byte[], int, int) - Static method in class org.apache.hadoop.hbase.TableName
Valid namespace characters are alphabetic characters, numbers, and underscores.
isLegalTableQualifierName(byte[]) - Static method in class org.apache.hadoop.hbase.TableName
 
isLegalTableQualifierName(byte[], boolean) - Static method in class org.apache.hadoop.hbase.TableName
 
isLegalTableQualifierName(byte[], int, int) - Static method in class org.apache.hadoop.hbase.TableName
Qualifier names can only contain 'word' characters [\p{IsAlphabetic}\p{Digit}] or '_', '.' or '-'.
isLegalTableQualifierName(byte[], int, int, boolean) - Static method in class org.apache.hadoop.hbase.TableName
 
isLinked(TNode) - Static method in class org.apache.hadoop.hbase.util.AvlUtil.AvlIterableList
 
isLinux() - Static method in class org.apache.hadoop.hbase.util.JVM
Check if the OS is linux.
isLocalAddress(InetAddress) - Static method in class org.apache.hadoop.hbase.util.Addressing
Given an InetAddress, checks to see if the address is a local address, by comparing the address with all the interfaces on the node.
isMatchingTail(Path, String) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
Compare path component of the Path URI; e.g.
isMatchingTail(Path, Path) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
Compare path component of the Path URI; e.g.
isMetaTableName(TableName) - Static method in class org.apache.hadoop.hbase.TableName
 
isNull(PositionedByteRange) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src is null, false otherwise.
isNullable() - Method in interface org.apache.hadoop.hbase.types.DataType
Indicates whether this instance supports encoding null values.
isNullable() - Method in class org.apache.hadoop.hbase.types.FixedLengthWrapper
 
isNullable() - Method in class org.apache.hadoop.hbase.types.OrderedBytesBase
 
isNullable() - Method in class org.apache.hadoop.hbase.types.OrderedFloat32
 
isNullable() - Method in class org.apache.hadoop.hbase.types.OrderedFloat64
 
isNullable() - Method in class org.apache.hadoop.hbase.types.OrderedInt16
 
isNullable() - Method in class org.apache.hadoop.hbase.types.OrderedInt32
 
isNullable() - Method in class org.apache.hadoop.hbase.types.OrderedInt64
 
isNullable() - Method in class org.apache.hadoop.hbase.types.OrderedInt8
 
isNullable() - Method in class org.apache.hadoop.hbase.types.PBType
 
isNullable() - Method in class org.apache.hadoop.hbase.types.RawByte
 
isNullable() - Method in class org.apache.hadoop.hbase.types.RawBytes
 
isNullable() - Method in class org.apache.hadoop.hbase.types.RawDouble
 
isNullable() - Method in class org.apache.hadoop.hbase.types.RawFloat
 
isNullable() - Method in class org.apache.hadoop.hbase.types.RawInteger
 
isNullable() - Method in class org.apache.hadoop.hbase.types.RawLong
 
isNullable() - Method in class org.apache.hadoop.hbase.types.RawShort
 
isNullable() - Method in class org.apache.hadoop.hbase.types.RawString
 
isNullable() - Method in class org.apache.hadoop.hbase.types.Struct
 
isNullable() - Method in class org.apache.hadoop.hbase.types.TerminatedWrapper
 
isNullable() - Method in class org.apache.hadoop.hbase.types.Union2
 
isNullable() - Method in class org.apache.hadoop.hbase.types.Union3
 
isNullable() - Method in class org.apache.hadoop.hbase.types.Union4
 
isNumeric(PositionedByteRange) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src uses Numeric encoding, false otherwise.
isNumericInfinite(PositionedByteRange) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src uses Numeric encoding and is Infinite, false otherwise.
isNumericNaN(PositionedByteRange) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src uses Numeric encoding and is NaN, false otherwise.
isNumericZero(PositionedByteRange) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src uses Numeric encoding and is 0, false otherwise.
isOrderPreserving() - Method in interface org.apache.hadoop.hbase.types.DataType
Indicates whether this instance writes encoded byte[]'s which preserve the natural sort order of the unencoded value.
isOrderPreserving() - Method in class org.apache.hadoop.hbase.types.FixedLengthWrapper
 
isOrderPreserving() - Method in class org.apache.hadoop.hbase.types.OrderedBytesBase
 
isOrderPreserving() - Method in class org.apache.hadoop.hbase.types.PBType
 
isOrderPreserving() - Method in class org.apache.hadoop.hbase.types.RawByte
 
isOrderPreserving() - Method in class org.apache.hadoop.hbase.types.RawBytes
 
isOrderPreserving() - Method in class org.apache.hadoop.hbase.types.RawDouble
 
isOrderPreserving() - Method in class org.apache.hadoop.hbase.types.RawFloat
 
isOrderPreserving() - Method in class org.apache.hadoop.hbase.types.RawInteger
 
isOrderPreserving() - Method in class org.apache.hadoop.hbase.types.RawLong
 
isOrderPreserving() - Method in class org.apache.hadoop.hbase.types.RawShort
 
isOrderPreserving() - Method in class org.apache.hadoop.hbase.types.RawString
 
isOrderPreserving - Variable in class org.apache.hadoop.hbase.types.Struct
 
isOrderPreserving() - Method in class org.apache.hadoop.hbase.types.Struct
 
isOrderPreserving() - Method in class org.apache.hadoop.hbase.types.TerminatedWrapper
 
isOrderPreserving() - Method in class org.apache.hadoop.hbase.types.Union2
 
isOrderPreserving() - Method in class org.apache.hadoop.hbase.types.Union3
 
isOrderPreserving() - Method in class org.apache.hadoop.hbase.types.Union4
 
isPeriodic() - Method in class org.apache.hadoop.hbase.JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture
 
isPut(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
 
isRecoveredEdits(Path) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
Checks if the given path is the one with 'recovered.edits' dir.
isRetry() - Method in class org.apache.hadoop.hbase.util.RetryCounter
 
isSameAddress(ServerName, ServerName) - Static method in class org.apache.hadoop.hbase.ServerName
 
isScheduled() - Method in class org.apache.hadoop.hbase.ScheduledChore
 
isSecurityEnabled() - Static method in class org.apache.hadoop.hbase.security.User
Returns whether or not Kerberos authentication is configured for Hadoop.
isSecurityEnabled() - Static method in class org.apache.hadoop.hbase.security.User.SecureHadoopUser
Returns the result of UserGroupInformation.isSecurityEnabled().
isShowConfInServlet() - Static method in class org.apache.hadoop.hbase.HBaseConfiguration
 
isShutdown() - Method in class org.apache.hadoop.hbase.ChoreService
 
isSkippable() - Method in interface org.apache.hadoop.hbase.types.DataType
Indicates whether this instance is able to skip over it's encoded value.
isSkippable() - Method in class org.apache.hadoop.hbase.types.FixedLengthWrapper
 
isSkippable() - Method in class org.apache.hadoop.hbase.types.OrderedBlob
 
isSkippable() - Method in class org.apache.hadoop.hbase.types.OrderedBytesBase
 
isSkippable() - Method in class org.apache.hadoop.hbase.types.PBType
 
isSkippable() - Method in class org.apache.hadoop.hbase.types.RawByte
 
isSkippable() - Method in class org.apache.hadoop.hbase.types.RawBytes
 
isSkippable() - Method in class org.apache.hadoop.hbase.types.RawDouble
 
isSkippable() - Method in class org.apache.hadoop.hbase.types.RawFloat
 
isSkippable() - Method in class org.apache.hadoop.hbase.types.RawInteger
 
isSkippable() - Method in class org.apache.hadoop.hbase.types.RawLong
 
isSkippable() - Method in class org.apache.hadoop.hbase.types.RawShort
 
isSkippable() - Method in class org.apache.hadoop.hbase.types.RawString
 
isSkippable - Variable in class org.apache.hadoop.hbase.types.Struct
 
isSkippable() - Method in class org.apache.hadoop.hbase.types.Struct
 
isSkippable() - Method in class org.apache.hadoop.hbase.types.TerminatedWrapper
 
isSkippable() - Method in class org.apache.hadoop.hbase.types.Union2
 
isSkippable() - Method in class org.apache.hadoop.hbase.types.Union3
 
isSkippable() - Method in class org.apache.hadoop.hbase.types.Union4
 
isSorted(Collection<byte[]>) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
isStartingWithPath(Path, String) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
Compare of path component.
isStopped() - Method in interface org.apache.hadoop.hbase.Stoppable
 
isSuperUser(User) - Static method in class org.apache.hadoop.hbase.security.Superusers
 
isSystemTable() - Method in class org.apache.hadoop.hbase.TableName
 
isTerminated() - Method in class org.apache.hadoop.hbase.ChoreService
 
isText(PositionedByteRange) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src uses Text encoding, false otherwise.
isUnix() - Static method in class org.apache.hadoop.hbase.util.JVM
Check if the OS is unix.
isUseHBaseChecksum() - Method in class org.apache.hadoop.hbase.io.hfile.HFileContext
 
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(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.Struct
Retrieve an Iterator over the values encoded in src.
iterator() - Method in class org.apache.hadoop.hbase.util.ConcatenatedLists
 
Iterator() - Constructor for class org.apache.hadoop.hbase.util.ConcatenatedLists.Iterator
 
iterator() - Method in class org.apache.hadoop.hbase.util.PairOfSameType
 
iterNext - Variable in class org.apache.hadoop.hbase.util.AvlUtil.AvlLinkedNode
 
iterPrev - Variable in class org.apache.hadoop.hbase.util.AvlUtil.AvlLinkedNode
 
IV_LENGTH - Static variable in class org.apache.hadoop.hbase.io.crypto.Cipher
 

J

JAVA_LANG_DOMAIN - Static variable in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
JAVA_NIO_DOMAIN - Static variable in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
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
 
JitterScheduledThreadPoolExecutorImpl - Class in org.apache.hadoop.hbase
ScheduledThreadPoolExecutor that will add some jitter to the RunnableScheduledFuture.getDelay.
JitterScheduledThreadPoolExecutorImpl(int, ThreadFactory, double) - Constructor for class org.apache.hadoop.hbase.JitterScheduledThreadPoolExecutorImpl
Main constructor.
JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture<V> - Class in org.apache.hadoop.hbase
Class that basically just defers to the wrapped future.
join() - Method in class org.apache.hadoop.hbase.util.HasThread
 
join(long, int) - Method in class org.apache.hadoop.hbase.util.HasThread
 
join(long) - Method in class org.apache.hadoop.hbase.util.HasThread
 
JRubyFormat - Class in org.apache.hadoop.hbase.util
Utility class for converting objects to JRuby.
JSONBean - Class in org.apache.hadoop.hbase.util
Utility for doing JSON and MBeans.
JSONBean() - Constructor for class org.apache.hadoop.hbase.util.JSONBean
 
JSONBean.Writer - Interface in org.apache.hadoop.hbase.util
Use dumping out mbeans as JSON.
JSONMetricUtil - Class in org.apache.hadoop.hbase.util
 
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

KEEP_SEQID_PERIOD - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for # days to keep MVCC values during a major compaction
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 - Static variable in class org.apache.hadoop.hbase.io.crypto.Cipher
 
KEY_LENGTH_BITS - Static variable in class org.apache.hadoop.hbase.io.crypto.Cipher
 
KEY_LENGTH_SIZE - Static variable in class org.apache.hadoop.hbase.KeyValue
Size of the key length field in bytes
KEY_PREFIX - Static variable in class org.apache.hadoop.hbase.trace.HBaseHTraceConfiguration
 
keyLength(Cell) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
Returns number of bytes this cell's key part would have been used if serialized as in KeyValue.
KeyLocker<K> - Class in org.apache.hadoop.hbase.util
A utility class to manage a set of locks.
KeyLocker() - Constructor for class org.apache.hadoop.hbase.util.KeyLocker
 
KeyOnlyKeyValue() - Constructor for class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
KeyOnlyKeyValue(byte[]) - Constructor for class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
KeyOnlyKeyValue(byte[], int, int) - Constructor for class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
KeyProvider - Interface in org.apache.hadoop.hbase.io.crypto
KeyProvider is a interface to abstract the different methods of retrieving key material from key storage such as Java key store.
keySet() - Method in class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
KeyStoreKeyProvider - Class in org.apache.hadoop.hbase.io.crypto
A basic KeyProvider that can resolve keys from a protected KeyStore file on the local filesystem.
KeyStoreKeyProvider() - Constructor for class org.apache.hadoop.hbase.io.crypto.KeyStoreKeyProvider
 
keyToString(byte[]) - Static method in class org.apache.hadoop.hbase.KeyValue
 
keyToString(byte[], int, int) - Static method in class org.apache.hadoop.hbase.KeyValue
Use for logging.
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, long) - 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[], 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 as a put filled with specified values and LATEST_TIMESTAMP.
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, byte[], Tag[]) - Constructor for class org.apache.hadoop.hbase.KeyValue
Constructs KeyValue structure filled with specified values.
KeyValue(byte[], byte[], byte[], long, byte[], List<Tag>) - 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[], long, KeyValue.Type, byte[], List<Tag>) - Constructor for class org.apache.hadoop.hbase.KeyValue
Constructs KeyValue structure filled with specified values.
KeyValue(byte[], byte[], byte[], long, KeyValue.Type, byte[], 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, List<Tag>) - 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, byte[]) - Constructor for class org.apache.hadoop.hbase.KeyValue
 
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(byte[], int, byte[], int, int, byte[], int, int, byte[], int, int, long, KeyValue.Type, byte[], int, int, Tag[]) - 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, List<Tag>) - 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, byte[], int, int) - Constructor for class org.apache.hadoop.hbase.KeyValue
 
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(int, int, int, long, KeyValue.Type, int, int) - Constructor for class org.apache.hadoop.hbase.KeyValue
Constructs an empty KeyValue structure, with specified sizes.
KeyValue(byte[], int, int, byte[], int, int, ByteBuffer, long, KeyValue.Type, ByteBuffer, List<Tag>) - Constructor for class org.apache.hadoop.hbase.KeyValue
 
KeyValue(Cell) - Constructor for class org.apache.hadoop.hbase.KeyValue
 
KeyValue.KeyOnlyKeyValue - Class in org.apache.hadoop.hbase
A simple form of KeyValue that creates a keyvalue with only the key part of the byte[] Mainly used in places where we need to compare two cells.
KeyValue.KVComparator - Class in org.apache.hadoop.hbase
Deprecated.
: Use CellComparatorImpl. Deprecated for hbase 2.0, remove for hbase 3.0.
KeyValue.MetaComparator - Class in org.apache.hadoop.hbase
Deprecated.
: CellComparatorImpl.META_COMPARATOR to be used. Deprecated for hbase 2.0, remove for hbase 3.0.
KeyValue.SamePrefixComparator<T> - Interface in org.apache.hadoop.hbase
Avoids redundant comparisons for better performance.
KeyValue.Type - Enum in org.apache.hadoop.hbase
Key type.
KEYVALUE_INFRASTRUCTURE_SIZE - Static variable in class org.apache.hadoop.hbase.KeyValue
 
KEYVALUE_WITH_TAGS_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
 
KeyValueCodec.ByteBuffKeyValueDecoder - Class in org.apache.hadoop.hbase.codec
 
KeyValueCodec.KeyValueDecoder - Class in org.apache.hadoop.hbase.codec
 
KeyValueCodec.KeyValueEncoder - Class in org.apache.hadoop.hbase.codec
 
KeyValueCodecWithTags - Class in org.apache.hadoop.hbase.codec
Codec that does KeyValue version 1 serialization with serializing tags also.
KeyValueCodecWithTags() - Constructor for class org.apache.hadoop.hbase.codec.KeyValueCodecWithTags
 
KeyValueCodecWithTags.ByteBuffKeyValueDecoder - Class in org.apache.hadoop.hbase.codec
 
KeyValueCodecWithTags.KeyValueDecoder - Class in org.apache.hadoop.hbase.codec
 
KeyValueCodecWithTags.KeyValueEncoder - Class in org.apache.hadoop.hbase.codec
 
KeyValueDecoder(InputStream) - Constructor for class org.apache.hadoop.hbase.codec.KeyValueCodec.KeyValueDecoder
 
KeyValueDecoder(InputStream) - Constructor for class org.apache.hadoop.hbase.codec.KeyValueCodecWithTags.KeyValueDecoder
 
KeyValueEncoder(OutputStream) - Constructor for class org.apache.hadoop.hbase.codec.KeyValueCodec.KeyValueEncoder
 
KeyValueEncoder(OutputStream) - Constructor for class org.apache.hadoop.hbase.codec.KeyValueCodecWithTags.KeyValueEncoder
 
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
 
KVComparator() - Constructor for class org.apache.hadoop.hbase.KeyValue.KVComparator
Deprecated.
 

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
lastEntry() - Method in class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
lastKey() - Method in class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
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
LATEST_TS - Static variable in class org.apache.hadoop.hbase.util.CellHashKey
 
len(byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
Returns length of the byte array, returning 0 if the array is null.
length - Variable in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
length - Variable in class org.apache.hadoop.hbase.KeyValue
 
length(Cell) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
Returns number of bytes this cell would have been used if serialized as in KeyValue
length(short, byte, int, int, int, boolean) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
 
length - Variable in class org.apache.hadoop.hbase.types.FixedLengthWrapper
 
length - Variable in class org.apache.hadoop.hbase.util.AbstractByteRange
The number of bytes in the range.
length() - Method in class org.apache.hadoop.hbase.util.ByteArrayHashKey
 
length() - Method in class org.apache.hadoop.hbase.util.HashKey
 
length(PositionedByteRange) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Return the number of encoded entries remaining in buff.
length() - Method in class org.apache.hadoop.hbase.util.RowBloomHashKey
 
length() - Method in class org.apache.hadoop.hbase.util.RowColBloomHashKey
 
lengthWithMvccVersion(KeyValue, boolean) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
 
LIB_DIR - Static variable in class org.apache.hadoop.hbase.HConstants
Deprecated.
limit() - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Returns the limit of this ByteBuff
limit(int) - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Marks the limit of this ByteBuff.
limit(int) - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
Marks the limit of this MBB.
limit() - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
Returns the limit of this MBB
limit() - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
limit(int) - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
limit - Variable in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
LINKEDLIST - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for LinkedList(0)
LINKEDLIST_ENTRY - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for a single entry in LinkedList
listLocatedStatus(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
Calls fs.listFiles() to get FileStatus and BlockLocations together for reducing rpc call
listStatus(FileSystem, Path, PathFilter) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
Calls fs.listStatus() and treats FileNotFoundException as non-fatal This accommodates differences between hadoop versions, where hadoop 1 does not throw a FileNotFoundException, and return an empty FileStatus[] while Hadoop 2 will throw FileNotFoundException.
listStatus(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
Calls fs.listStatus() and treats FileNotFoundException as non-fatal This would accommodates differences between hadoop versions
LITTLE_ENDIAN - Static variable in class org.apache.hadoop.hbase.util.UnsafeAccess
 
load(URI) - Method in class org.apache.hadoop.hbase.io.crypto.KeyStoreKeyProvider
 
LOAD_BALANCER_SLOP_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
 
loadClass(String) - Method in class org.apache.hadoop.hbase.util.CoprocessorClassLoader
 
loadClass(String, String[]) - Method in class org.apache.hadoop.hbase.util.CoprocessorClassLoader
 
loadClass(String) - Method in class org.apache.hadoop.hbase.util.DynamicClassLoader
 
loadResourceUsingParentFirst(String) - Method in class org.apache.hadoop.hbase.util.CoprocessorClassLoader
Determines whether we should attempt to load the given resource using the parent first before attempting to load the resource using this ClassLoader.
loadSpanReceivers() - Method in class org.apache.hadoop.hbase.trace.SpanReceiverHost
Reads the names of classes specified in the hbase.trace.spanreceiver.classes property and instantiates and registers them with the Tracer.
LOCAL_DIR_KEY - Static variable in class org.apache.hadoop.hbase.util.ClassLoaderBase
 
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.BBKVComparator
 
LOG - Static variable in class org.apache.hadoop.hbase.codec.BaseDecoder
 
LOG_REPLAY_WAIT_REGION_TIMEOUT - Static variable in class org.apache.hadoop.hbase.HConstants
Deprecated.
logFileSystemState(FileSystem, Path, Logger) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
Log the current state of the filesystem from a certain root directory
LOGGING_EXCEPTION_HANDLER - Static variable in class org.apache.hadoop.hbase.util.Threads
 
login(Configuration, String, String, String) - Static method in class org.apache.hadoop.hbase.security.User
Log in the current process using the given configuration keys for the credential file and login principal.
login(Configuration, String, String, String) - Static method in class org.apache.hadoop.hbase.security.User.SecureHadoopUser
Obtain credentials for the current process using the configured Kerberos keytab file and principal.
login(String, String, String) - Method in class org.apache.hadoop.hbase.security.UserProvider
Log in the current process using the given configuration keys for the credential file and login principal.
logThreadInfo(Logger, String, long) - Static method in class org.apache.hadoop.hbase.util.ReflectionUtils
Log the current thread stacks at INFO level.
logVersion() - Static method in class org.apache.hadoop.hbase.util.VersionInfo
 
LONG_HELP_OPTION - Static variable in class org.apache.hadoop.hbase.util.AbstractHBaseTool
 
longFitsIn(long) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Check how many bytes are required to store value.
lowerEntry(K) - Method in class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
lowerKey(K) - Method in class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
LOWESTKEY - Static variable in class org.apache.hadoop.hbase.KeyValue
Lowest possible key.
LRUDictionary - Class in org.apache.hadoop.hbase.io.util
WALDictionary using an LRU eviction algorithm.
LRUDictionary() - Constructor for class org.apache.hadoop.hbase.io.util.LRUDictionary
 

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_JITTER - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name and default value for major compaction jitter.
MAJOR_COMPACTION_PERIOD - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name and default value for how often a region should perform a major compaction
makeColumn(byte[], byte[]) - Static method in class org.apache.hadoop.hbase.CellUtil
Makes a column in family:qualifier form from separate byte arrays.
makeZKProps(Configuration) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKConfig
Make a Properties object holding ZooKeeper config.
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
 
mappStringToJsonNode(String) - Static method in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
mark() - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Marks the current position of the ByteBuff
mark() - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
Marks the current position of the MBB
mark() - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
MASK_FOR_LOWER_INT_IN_LONG - Static variable in class org.apache.hadoop.hbase.util.Bytes
Mask to apply to a long to reveal the lower int only.
MASTER__META_TRANSITION_HANDLER_COUNT_DEFAULT - Static variable in class org.apache.hadoop.hbase.HConstants
 
MASTER_HANDLER_COUNT - Static variable in class org.apache.hadoop.hbase.HConstants
Deprecated.
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_META_TRANSITION_HANDLER_COUNT - Static variable in class org.apache.hadoop.hbase.HConstants
 
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(Cell, byte[], byte[]) - Static method in class org.apache.hadoop.hbase.CellUtil
 
matchingColumn(Cell, byte[], int, int, byte[], int, int) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0.
matchingColumn(Cell, Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
 
matchingColumn(Cell, byte[], int, int, byte[], int, int) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
matchingFamily(Cell, Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
 
matchingFamily(Cell, byte[]) - Static method in class org.apache.hadoop.hbase.CellUtil
 
matchingFamily(Cell, byte[], int, int) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0.
matchingFamily(Cell, byte[], int, int) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
matchingQualifier(Cell, Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
 
matchingQualifier(Cell, byte[]) - Static method in class org.apache.hadoop.hbase.CellUtil
Finds if the qualifier part of the cell and the KV serialized byte[] are equal
matchingQualifier(Cell, byte[], int, int) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0.
matchingQualifier(Cell, byte[], int, int) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Finds if the qualifier part of the cell and the KV serialized byte[] are equal
matchingRow(Cell, Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0. Instead use CellUtil.matchingRows(Cell, Cell)
matchingRow(Cell, byte[]) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0. Instead use #matchingRows(Cell, byte[]))
matchingRow(Cell, byte[], int, int) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0. Instead use CellUtil.matchingRows(Cell, Cell)
matchingRowColumn(Cell, Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
Compares the row and column of two keyvalues for equality
matchingRowColumn(Cell, Cell) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
Deprecated.
Compares the row and column of two keyvalues for equality
matchingRowColumnBytes(Cell, Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
 
matchingRows(Cell, byte[]) - Static method in class org.apache.hadoop.hbase.CellUtil
 
matchingRows(Cell, Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
Compares the row of two keyvalues for equality
matchingRows(Cell, Cell) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
Deprecated.
Compares the row of two keyvalues for equality
matchingRows(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
Deprecated.
Compare rows.
matchingRows(Cell, byte[], int, int) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
matchingTimestamp(Cell, Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
 
matchingType(Cell, Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of HBase-2.0. Will be removed in HBase-3.0
matchingType(Cell, Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
matchingValue(Cell, Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
 
matchingValue(Cell, byte[]) - Static method in class org.apache.hadoop.hbase.CellUtil
 
matchingValue(Cell, Cell, int, int) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
matchingValue(Tag, Tag) - Static method in interface org.apache.hadoop.hbase.Tag
Matches the value part of given tags
MAX_POOL_SIZE_KEY - Static variable in class org.apache.hadoop.hbase.io.ByteBufferPool
 
MAX_PRECISION - Static variable in class org.apache.hadoop.hbase.util.OrderedBytes
Max precision guaranteed to fit into a long.
MAX_ROW_LENGTH - Static variable in class org.apache.hadoop.hbase.HConstants
Max length a row can have because of the limitation in TFile.
MAX_TAG_LENGTH - Static variable in interface org.apache.hadoop.hbase.Tag
 
MAX_TAGS_LENGTH - Static variable in interface org.apache.hadoop.hbase.RawCell
 
MAX_TYPE - Static variable in class org.apache.hadoop.hbase.util.CellHashKey
 
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
 
merge(Configuration, Configuration) - Static method in class org.apache.hadoop.hbase.HBaseConfiguration
Merge two configurations.
MERGE_QUALIFIER_PREFIX - Static variable in class org.apache.hadoop.hbase.HConstants
 
MERGE_QUALIFIER_PREFIX_STR - Static variable in class org.apache.hadoop.hbase.HConstants
Merge qualifier prefix.
MERGEA_QUALIFIER - Static variable in class org.apache.hadoop.hbase.HConstants
Deprecated.
Since 2.3.0 and 2.2.1. Not used anymore. Instead we look for the HConstants.MERGE_QUALIFIER_PREFIX_STR prefix.
MERGEB_QUALIFIER - Static variable in class org.apache.hadoop.hbase.HConstants
Deprecated.
Since 2.3.0 and 2.2.1. Not used anymore. Instead we look for the HConstants.MERGE_QUALIFIER_PREFIX_STR prefix.
META_COMPARATOR - Static variable in class org.apache.hadoop.hbase.CellComparatorImpl
A CellComparatorImpl for hbase:meta catalog table KeyValues.
META_COMPARATOR - Static variable in class org.apache.hadoop.hbase.KeyValue
Deprecated.
Use CellComparatorImpl.META_COMPARATOR instead. Deprecated for hbase 2.0, remove for hbase 3.0.
META_QOS - Static variable in class org.apache.hadoop.hbase.HConstants
 
META_REPLICAS_NUM - Static variable in class org.apache.hadoop.hbase.HConstants
 
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.TableName
The hbase: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.
MetaCellComparator() - Constructor for class org.apache.hadoop.hbase.CellComparatorImpl.MetaCellComparator
 
MetaComparator() - Constructor for class org.apache.hadoop.hbase.KeyValue.MetaComparator
Deprecated.
 
METADATA - Static variable in class org.apache.hadoop.hbase.HConstants
 
MetaMutationAnnotation - Annotation Type in org.apache.hadoop.hbase
The field or the parameter to which this annotation can be applied only when it holds mutations for hbase:meta table.
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
MIGRATION_NAME - Static variable in class org.apache.hadoop.hbase.HConstants
Any artifacts left from migration can be moved here
MIN_CORE_POOL_SIZE - Static variable in class org.apache.hadoop.hbase.ChoreService
The minimum number of threads in the core pool of the underlying ScheduledThreadPoolExecutor
MIN_KEEP_SEQID_PERIOD - Static variable in class org.apache.hadoop.hbase.HConstants
At least to keep MVCC values in hfiles for 5 days
MINUTE_IN_SECONDS - Static variable in class org.apache.hadoop.hbase.HConstants
 
MOB_REFERENCE_TAG_TYPE - Static variable in class org.apache.hadoop.hbase.TagType
 
MOB_TABLE_NAME_TAG_TYPE - Static variable in class org.apache.hadoop.hbase.TagType
 
moveBack(int) - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Jumps back the current position of this ByteBuff by specified length.
moveBack(int) - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
Jumps back the current position of this MBB by specified length.
moveBack(int) - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
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.
MultiByteBuff - Class in org.apache.hadoop.hbase.nio
Provides a unified view of all the underlying ByteBuffers and will look as if a bigger sequential buffer.
MultiByteBuff(ByteBuffer...) - Constructor for class org.apache.hadoop.hbase.nio.MultiByteBuff
 
multiple(byte[], int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Create a byte array which is multiple given bytes
MURMUR_HASH - Static variable in class org.apache.hadoop.hbase.util.Hash
Constant to denote MurmurHash.
MURMUR_HASH3 - Static variable in class org.apache.hadoop.hbase.util.Hash
Constant to denote MurmurHash3.
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
 
MurmurHash3 - Class in org.apache.hadoop.hbase.util
This is a very fast, non-cryptographic hash suitable for general hash-based lookup.
MurmurHash3() - Constructor for class org.apache.hadoop.hbase.util.MurmurHash3
 

N

NAME - Static variable in class org.apache.hadoop.hbase.HConstants
 
NAME_KEY - Static variable in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
NAMESPACE_DELIM - Static variable in class org.apache.hadoop.hbase.TableName
Namespace delimiter
NAMESPACE_DESC_PROP_GROUP - Static variable in class org.apache.hadoop.hbase.rsgroup.RSGroupInfo
 
NAMESPACE_DESCRIPTOR_COMPARATOR - Static variable in class org.apache.hadoop.hbase.NamespaceDescriptor
 
NAMESPACE_TABLE_NAME - Static variable in class org.apache.hadoop.hbase.TableName
The Namespace table's name.
NamespaceDescriptor - Class in org.apache.hadoop.hbase
Namespace POJO class.
NamespaceDescriptor.Builder - Class in org.apache.hadoop.hbase
 
nameToType(String) - Static method in enum org.apache.hadoop.hbase.util.ChecksumType
Map a checksum name to a specific type.
navigableKeySet() - Method in class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
newContext() - Static method in class org.apache.hadoop.hbase.io.crypto.Encryption
 
newContext(Configuration) - Static method in class org.apache.hadoop.hbase.io.crypto.Encryption
 
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(HFileContext) - Method in class org.apache.hadoop.hbase.io.encoding.AbstractDataBlockEncoder
 
newDataBlockDecodingContext(HFileContext) - 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(DataBlockEncoding, byte[], HFileContext) - Method in class org.apache.hadoop.hbase.io.encoding.AbstractDataBlockEncoder
 
newDataBlockEncodingContext(DataBlockEncoding, byte[], HFileContext) - Method in interface org.apache.hadoop.hbase.io.encoding.DataBlockEncoder
Creates a encoder specific encoding context
newInstance(Class<T>, Object...) - Static method in class org.apache.hadoop.hbase.util.ReflectionUtils
 
newPair(T1, T2) - Static method in class org.apache.hadoop.hbase.util.Pair
Constructs a new pair, inferring the type via the passed arguments
newParser() - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool
Create the parser to use for parsing and validating the command line.
next() - Method in interface org.apache.hadoop.hbase.io.encoding.DataBlockEncoder.EncodedSeeker
Move to next position
next() - Method in class org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1
 
next() - Method in class org.apache.hadoop.hbase.types.StructIterator
 
next() - Method in class org.apache.hadoop.hbase.util.AvlUtil.AvlTreeIterator
 
next() - Method in class org.apache.hadoop.hbase.util.ConcatenatedLists.Iterator
 
NEXT_BIT_MASK - Static variable in class org.apache.hadoop.hbase.util.ByteBufferUtils
 
NEXT_BIT_SHIFT - Static variable in class org.apache.hadoop.hbase.util.ByteBufferUtils
 
nextShallowCopy(ByteBuffer, boolean, 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.
nextWasCalled - Variable in class org.apache.hadoop.hbase.util.ConcatenatedLists.Iterator
 
NINES - Static variable in class org.apache.hadoop.hbase.HConstants
 
NO_NONCE - Static variable in class org.apache.hadoop.hbase.HConstants
 
NO_SEQNUM - Static variable in class org.apache.hadoop.hbase.HConstants
Value indicating the server name was saved with no sequence number.
NON_STARTCODE - Static variable in class org.apache.hadoop.hbase.ServerName
What to use if no startcode supplied.
NON_SYNC_TIMERANGE_TRACKER - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for NonSyncTimeRangeTracker
NonceKey - Class in org.apache.hadoop.hbase.util
This implementation is not smart and just treats nonce group and nonce as random bits.
NonceKey(long, long) - Constructor for class org.apache.hadoop.hbase.util.NonceKey
 
NONE - Static variable in class org.apache.hadoop.hbase.io.crypto.Encryption.Context
The null crypto context
NoneEncoder - Class in org.apache.hadoop.hbase.io.encoding
 
NoneEncoder(DataOutputStream, HFileBlockDefaultEncodingContext) - Constructor for class org.apache.hadoop.hbase.io.encoding.NoneEncoder
 
NORMAL_QOS - Static variable in class org.apache.hadoop.hbase.HConstants
 
NOT_IMPLEMENTED - Static variable in class org.apache.hadoop.hbase.HConstants
 
NOT_IN_DICTIONARY - Static variable in interface org.apache.hadoop.hbase.io.util.Dictionary
 
NoTagsByteBufferKeyValue - Class in org.apache.hadoop.hbase
An extension of the ByteBufferKeyValue where the tags length is always 0
NoTagsByteBufferKeyValue(ByteBuffer, int, int) - Constructor for class org.apache.hadoop.hbase.NoTagsByteBufferKeyValue
 
NoTagsByteBufferKeyValue(ByteBuffer, int, int, long) - Constructor for class org.apache.hadoop.hbase.NoTagsByteBufferKeyValue
 
NoTagsKeyValue - Class in org.apache.hadoop.hbase
An extension of the KeyValue where the tags length is always 0
NoTagsKeyValue(byte[], int, int) - Constructor for class org.apache.hadoop.hbase.NoTagsKeyValue
 
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
 
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, ByteRange, int) - Static method in class org.apache.hadoop.hbase.util.ByteRangeUtils
 

O

OBJECT - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Object overhead is minimum 2 * reference size (8 bytes on 64-bit)
ObjectIntPair<T> - Class in org.apache.hadoop.hbase.util
A generic class for pair of an Object and and a primitive int value.
ObjectIntPair() - Constructor for class org.apache.hadoop.hbase.util.ObjectIntPair
 
ObjectIntPair(T, int) - Constructor for class org.apache.hadoop.hbase.util.ObjectIntPair
 
ObjectPool<K,V> - Class in org.apache.hadoop.hbase.util
A thread-safe shared object pool in which object creation is expected to be lightweight, and the objects may be excessively created and discarded.
ObjectPool(ObjectPool.ObjectFactory<K, V>) - Constructor for class org.apache.hadoop.hbase.util.ObjectPool
Creates a new pool with the default initial capacity (16) and the default concurrency level (16).
ObjectPool(ObjectPool.ObjectFactory<K, V>, int) - Constructor for class org.apache.hadoop.hbase.util.ObjectPool
Creates a new pool with the given initial capacity and the default concurrency level (16).
ObjectPool(ObjectPool.ObjectFactory<K, V>, int, int) - Constructor for class org.apache.hadoop.hbase.util.ObjectPool
Creates a new pool with the given initial capacity and the given concurrency level.
ObjectPool.ObjectFactory<K,V> - Interface in org.apache.hadoop.hbase.util
An ObjectFactory object is used to create new shared objects on demand.
offset - Variable in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
offset - Variable in class org.apache.hadoop.hbase.KeyValue
 
offset - Variable in class org.apache.hadoop.hbase.util.AbstractByteRange
The index of the first byte in this range.
OLD_META_STR - Static variable in class org.apache.hadoop.hbase.TableName
 
OLD_META_TABLE_NAME - Static variable in class org.apache.hadoop.hbase.TableName
TableName for old .META.
OLD_ROOT_STR - Static variable in class org.apache.hadoop.hbase.TableName
 
OLD_ROOT_TABLE_NAME - Static variable in class org.apache.hadoop.hbase.TableName
TableName for old -ROOT- table.
OLD_SNAPSHOT_DIR_NAME - Static variable in class org.apache.hadoop.hbase.HConstants
 
OLDEST_TIMESTAMP - Static variable in class org.apache.hadoop.hbase.HConstants
Deprecated.
Should not be public since hbase-1.3.0. For internal use only. Move internal to Scanners flagged as special timestamp value never to be returned as timestamp on a Cell.
onChoreMissedStartTime(ScheduledChore) - Method in class org.apache.hadoop.hbase.ChoreService
 
open(PrintWriter) - Method in class org.apache.hadoop.hbase.util.JSONBean
 
options - Variable in class org.apache.hadoop.hbase.util.AbstractHBaseTool
 
order - Variable in class org.apache.hadoop.hbase.types.OrderedBytesBase
 
order - Variable in class org.apache.hadoop.hbase.types.RawBytes
 
order - Variable in class org.apache.hadoop.hbase.types.RawString
 
Order - Enum in org.apache.hadoop.hbase.util
Used to describe or modify the lexicographical sort order of a byte[].
OrderedBlob - Class in org.apache.hadoop.hbase.types
A byte[] of variable-length.
OrderedBlob(Order) - Constructor for class org.apache.hadoop.hbase.types.OrderedBlob
 
OrderedBlobVar - Class in org.apache.hadoop.hbase.types
An alternative to OrderedBlob for use by Struct fields that do not terminate the fields list.
OrderedBlobVar(Order) - Constructor for class org.apache.hadoop.hbase.types.OrderedBlobVar
 
OrderedBytes - Class in org.apache.hadoop.hbase.util
Utility class that handles ordered byte arrays.
OrderedBytes() - Constructor for class org.apache.hadoop.hbase.util.OrderedBytes
 
OrderedBytesBase<T> - Class in org.apache.hadoop.hbase.types
Base class for data types backed by the OrderedBytes encoding implementations.
OrderedBytesBase(Order) - Constructor for class org.apache.hadoop.hbase.types.OrderedBytesBase
 
OrderedFloat32 - Class in org.apache.hadoop.hbase.types
A float of 32-bits using a fixed-length encoding.
OrderedFloat32(Order) - Constructor for class org.apache.hadoop.hbase.types.OrderedFloat32
 
OrderedFloat64 - Class in org.apache.hadoop.hbase.types
A double of 64-bits using a fixed-length encoding.
OrderedFloat64(Order) - Constructor for class org.apache.hadoop.hbase.types.OrderedFloat64
 
OrderedInt16 - Class in org.apache.hadoop.hbase.types
A short of 16-bits using a fixed-length encoding.
OrderedInt16(Order) - Constructor for class org.apache.hadoop.hbase.types.OrderedInt16
 
OrderedInt32 - Class in org.apache.hadoop.hbase.types
An int of 32-bits using a fixed-length encoding.
OrderedInt32(Order) - Constructor for class org.apache.hadoop.hbase.types.OrderedInt32
 
OrderedInt64 - Class in org.apache.hadoop.hbase.types
A long of 64-bits using a fixed-length encoding.
OrderedInt64(Order) - Constructor for class org.apache.hadoop.hbase.types.OrderedInt64
 
OrderedInt8 - Class in org.apache.hadoop.hbase.types
A byte of 8-bits using a fixed-length encoding.
OrderedInt8(Order) - Constructor for class org.apache.hadoop.hbase.types.OrderedInt8
 
OrderedNumeric - Class in org.apache.hadoop.hbase.types
An Number of arbitrary precision and variable-length encoding.
OrderedNumeric(Order) - Constructor for class org.apache.hadoop.hbase.types.OrderedNumeric
 
OrderedString - Class in org.apache.hadoop.hbase.types
A String of variable-length.
OrderedString(Order) - Constructor for class org.apache.hadoop.hbase.types.OrderedString
 
org.apache.hadoop.hbase - package org.apache.hadoop.hbase
 
org.apache.hadoop.hbase.backup - package org.apache.hadoop.hbase.backup
 
org.apache.hadoop.hbase.codec - package org.apache.hadoop.hbase.codec
 
org.apache.hadoop.hbase.exceptions - package org.apache.hadoop.hbase.exceptions
 
org.apache.hadoop.hbase.filter - package org.apache.hadoop.hbase.filter
 
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.crypto - package org.apache.hadoop.hbase.io.crypto
 
org.apache.hadoop.hbase.io.crypto.aes - package org.apache.hadoop.hbase.io.crypto.aes
 
org.apache.hadoop.hbase.io.encoding - package org.apache.hadoop.hbase.io.encoding
 
org.apache.hadoop.hbase.io.hadoopbackport - package org.apache.hadoop.hbase.io.hadoopbackport
 
org.apache.hadoop.hbase.io.hfile - package org.apache.hadoop.hbase.io.hfile
 
org.apache.hadoop.hbase.io.util - package org.apache.hadoop.hbase.io.util
 
org.apache.hadoop.hbase.log - package org.apache.hadoop.hbase.log
 
org.apache.hadoop.hbase.net - package org.apache.hadoop.hbase.net
 
org.apache.hadoop.hbase.nio - package org.apache.hadoop.hbase.nio
 
org.apache.hadoop.hbase.rsgroup - package org.apache.hadoop.hbase.rsgroup
 
org.apache.hadoop.hbase.security - package org.apache.hadoop.hbase.security
 
org.apache.hadoop.hbase.trace - package org.apache.hadoop.hbase.trace
 
org.apache.hadoop.hbase.types - package org.apache.hadoop.hbase.types
This package provides the definition and implementation of HBase's extensible data type API.
org.apache.hadoop.hbase.util - package org.apache.hadoop.hbase.util
 
org.apache.hadoop.hbase.zookeeper - package org.apache.hadoop.hbase.zookeeper
 
oswrite(KeyValue, OutputStream, boolean) - Static method in class org.apache.hadoop.hbase.KeyValue
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0. Instead use KeyValue.write(OutputStream, boolean)
oswrite(Cell, OutputStream, boolean) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
 
out - Variable in class org.apache.hadoop.hbase.codec.BaseEncoder
 
outputStreamFromByteRange(PositionedByteRange) - Static method in class org.apache.hadoop.hbase.types.PBType
Create a CodedOutputStream from a PositionedByteRange.
overlappingKeys(byte[], byte[], byte[], byte[]) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of 2.0.0 and will be removed in 3.0.0
overlappingKeys(byte[], byte[], byte[], byte[]) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Returns true if the first range start1...end1 overlaps with the second range start2...end2, assuming the byte arrays represent row keys

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
parent - Variable in class org.apache.hadoop.hbase.util.ClassLoaderBase
Parent class loader.
parse(byte[], int, int) - Static method in enum org.apache.hadoop.hbase.io.hfile.BlockType
 
parseArgs(String[]) - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool
 
parseCell() - Method in class org.apache.hadoop.hbase.codec.BaseDecoder
Extract a Cell.
parseCell() - Method in class org.apache.hadoop.hbase.codec.KeyValueCodec.KeyValueDecoder
 
parseCell() - Method in class org.apache.hadoop.hbase.codec.KeyValueCodecWithTags.KeyValueDecoder
 
parseColumn(byte[]) - Static method in class org.apache.hadoop.hbase.CellUtil
Splits a column in family:qualifier form into separate byte arrays.
parseFrom(byte[]) - Static method in class org.apache.hadoop.hbase.filter.ByteArrayComparable
 
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.ServerName
Deprecated.
parseHostname(String) - Static method in class org.apache.hadoop.hbase.util.Addressing
 
parseInt(String, int, int) - Static method in class org.apache.hadoop.hbase.util.AbstractHBaseTool
 
parseLong(String, long, long) - Static method in class org.apache.hadoop.hbase.util.AbstractHBaseTool
Parse a number and enforce a range.
parsePort(String) - Static method in class org.apache.hadoop.hbase.ServerName
Deprecated.
parsePort(String) - Static method in class org.apache.hadoop.hbase.util.Addressing
 
parseServerName(String) - Static method in class org.apache.hadoop.hbase.ServerName
 
parseStartcode(String) - Static method in class org.apache.hadoop.hbase.ServerName
Deprecated.
parseVersionedServerName(byte[]) - Static method in class org.apache.hadoop.hbase.ServerName
Use this method instantiating a ServerName from bytes gotten from a call to ServerName.getVersionedBytes().
PASSWORD - Static variable in interface org.apache.hadoop.hbase.io.crypto.KeyProvider
 
password - Variable in class org.apache.hadoop.hbase.io.crypto.KeyStoreKeyProvider
 
PASSWORDFILE - Static variable in interface org.apache.hadoop.hbase.io.crypto.KeyProvider
 
passwordFile - Variable in class org.apache.hadoop.hbase.io.crypto.KeyStoreKeyProvider
 
PBIS(InputStream, int) - Constructor for class org.apache.hadoop.hbase.codec.BaseDecoder.PBIS
 
pbkdf128(String...) - Static method in class org.apache.hadoop.hbase.io.crypto.Encryption
Return a 128 bit key derived from the concatenation of the supplied arguments using PBKDF2WithHmacSHA1 at 10,000 iterations.
pbkdf128(byte[]...) - Static method in class org.apache.hadoop.hbase.io.crypto.Encryption
Return a 128 bit key derived from the concatenation of the supplied arguments using PBKDF2WithHmacSHA1 at 10,000 iterations.
PBType<T extends com.google.protobuf.Message> - Class in org.apache.hadoop.hbase.types
A base-class for DataType implementations backed by protobuf.
PBType() - Constructor for class org.apache.hadoop.hbase.types.PBType
 
peek() - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
peek() - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
Retrieve the next byte from this range without incrementing position.
PHOENIX - Static variable in class org.apache.hadoop.hbase.HBaseInterfaceAudience
 
poll(long, TimeUnit) - Method in class org.apache.hadoop.hbase.util.BoundedCompletionService
 
pollFirstEntry() - Method in class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
pollLastEntry() - Method in class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
position() - Method in class org.apache.hadoop.hbase.nio.ByteBuff
 
position(int) - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Sets this ByteBuff's position to the given value.
position() - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
 
position(int) - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
Sets this MBB's position to the given value.
position() - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
position(int) - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
position - Variable in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
The current index into the range.
PositionedByteRange - Interface in org.apache.hadoop.hbase.util
Extends ByteRange with additional methods to support tracking a consumers position within the viewport.
postEncoding(HFileBlockEncodingContext) - Method in class org.apache.hadoop.hbase.io.encoding.AbstractDataBlockEncoder
 
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, ByteBuff, ByteBuff) - 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, ByteBuff, ByteBuff) - Method in class org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultDecodingContext
 
prepareEncoding(DataOutputStream) - Method in class org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultEncodingContext
prepare to start a new encoding.
prepend(TNode, TNode) - Static method in class org.apache.hadoop.hbase.util.AvlUtil.AvlIterableList
 
prepend(TNode, TNode, TNode) - Static method in class org.apache.hadoop.hbase.util.AvlUtil.AvlIterableList
 
PrettyPrinter - Class in org.apache.hadoop.hbase.util
 
PrettyPrinter() - Constructor for class org.apache.hadoop.hbase.util.PrettyPrinter
 
PrettyPrinter.Unit - Enum in org.apache.hadoop.hbase.util
 
prevCell - Variable in class org.apache.hadoop.hbase.io.encoding.EncodingState
The previous Cell the encoder encoded.
previousKey(KeyValue) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
Decrement the timestamp.
print(Object) - Static method in class org.apache.hadoop.hbase.util.JRubyFormat
 
printThreadInfo(PrintStream, String) - Static method in class org.apache.hadoop.hbase.util.Threads
Print all of the thread's information and stack traces.
printUsage() - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool
 
printUsage(String, String, String) - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool
 
PRIORITY_UNSET - 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.
PrivateCellUtil - Class in org.apache.hadoop.hbase
Utility methods helpful slinging Cell instances.
processOldArgs(List<String>) - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool
For backward compatibility.
processOptions(CommandLine) - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool
This method is called to process the options after they have been parsed.
processParameter(String, String) - Method in class org.apache.hadoop.hbase.io.crypto.KeyStoreKeyProvider
 
processParameters(URI) - Method in class org.apache.hadoop.hbase.io.crypto.KeyStoreKeyProvider
 
purge() - Method in class org.apache.hadoop.hbase.util.ObjectPool
Removes stale references of shared objects from the pool.
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(byte) - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Writes a byte to this ByteBuff at the current position and increments the position
put(int, byte) - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Writes a byte to this ByteBuff at the given index
put(byte[], int, int) - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Copies from the given byte[] to this ByteBuff
put(byte[]) - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Copies from the given byte[] to this ByteBuff
put(int, ByteBuff, int, int) - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Copies the contents from the src ByteBuff to this ByteBuff.
put(byte) - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
Writes a byte to this MBB at the current position and increments the position
put(int, byte) - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
Writes a byte to this MBB at the given index
put(int, ByteBuff, int, int) - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
Copies from a src MBB to this MBB.
put(byte[]) - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
Copies from the given byte[] to this MBB
put(byte[], int, int) - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
Copies from the given byte[] to this MBB
put(byte) - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
put(int, byte) - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
put(int, ByteBuff, int, int) - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
put(byte[], int, int) - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
put(byte[]) - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
put(K, V) - Method in class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
put(int, byte) - Method in class org.apache.hadoop.hbase.util.AbstractByteRange
 
put(int, byte[]) - Method in class org.apache.hadoop.hbase.util.AbstractByteRange
 
put(int, byte[], int, int) - Method in class org.apache.hadoop.hbase.util.AbstractByteRange
 
put(byte) - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
put(byte[]) - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
put(byte[], int, int) - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
put(int, byte) - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
put(int, byte[]) - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
put(int, byte[], int, int) - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
put(int, byte) - Method in interface org.apache.hadoop.hbase.util.ByteRange
Store val at index.
put(int, byte[]) - Method in interface org.apache.hadoop.hbase.util.ByteRange
Store val at index.
put(int, byte[], int, int) - Method in interface org.apache.hadoop.hbase.util.ByteRange
Store length bytes from val into this range, starting at index.
put(byte) - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
Store val at the next position in this range.
put(byte[]) - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
Store the content of val in this range, starting at the next position.
put(byte[], int, int) - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
Store length bytes from val into this range.
put(int, byte) - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
 
put(int, byte[]) - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
 
put(int, byte[], int, int) - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
 
put(int, byte) - Method in class org.apache.hadoop.hbase.util.SimpleByteRange
 
put(int, byte[]) - Method in class org.apache.hadoop.hbase.util.SimpleByteRange
 
put(int, byte[], int, int) - Method in class org.apache.hadoop.hbase.util.SimpleByteRange
 
put(int, byte) - Method in class org.apache.hadoop.hbase.util.SimpleMutableByteRange
 
put(int, byte[]) - Method in class org.apache.hadoop.hbase.util.SimpleMutableByteRange
 
put(int, byte[], int, int) - Method in class org.apache.hadoop.hbase.util.SimpleMutableByteRange
 
put(byte) - Method in class org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
put(byte[]) - Method in class org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
put(byte[], int, int) - Method in class org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
put(int, byte) - Method in class org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
put(int, byte[]) - Method in class org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
put(int, byte[], int, int) - Method in class org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
put(byte) - Method in class org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
put(byte[]) - Method in class org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
put(byte[], int, int) - Method in class org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
put(int, byte) - Method in class org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
put(int, byte[]) - Method in class org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
put(int, byte[], int, int) - Method in class org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
putAsShort(ByteBuffer, int, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
 
putAsShort(byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Put an int value as short out to the specified byte array position.
putbackBuffer(ByteBuffer) - Method in class org.apache.hadoop.hbase.io.ByteBufferPool
Return back a ByteBuffer after its use.
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(ByteBuffer, int, byte) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
 
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.
putByte(ByteBuffer, int, byte) - Static method in class org.apache.hadoop.hbase.util.UnsafeAccess
Put a byte value out to the specified BB position in big-endian format.
putByteBuffer(byte[], int, ByteBuffer) - Static method in class org.apache.hadoop.hbase.util.Bytes
Add the whole content of the ByteBuffer to the bytes arrays.
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
 
putIfAbsent(K, V) - Method in class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
putInt(int) - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Writes an int to this ByteBuff at its current position.
putInt(int) - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
Writes an int to this MBB at its current position.
putInt(int) - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
putInt(int, int) - Method in class org.apache.hadoop.hbase.util.AbstractByteRange
 
putInt(int, int) - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
putInt(int) - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
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(ByteBuffer, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Put an int value out to the given ByteBuffer's current position in big-endian format.
putInt(ByteBuffer, int, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
 
putInt(int, int) - Method in interface org.apache.hadoop.hbase.util.ByteRange
Store the int value at index
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.
putInt(int) - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
Store int val at the next position in this range.
putInt(int, int) - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
 
putInt(int, int) - Method in class org.apache.hadoop.hbase.util.SimpleByteRange
 
putInt(int, int) - Method in class org.apache.hadoop.hbase.util.SimpleMutableByteRange
 
putInt(int) - Method in class org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
putInt(int, int) - Method in class org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
putInt(int) - Method in class org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
putInt(int, int) - Method in class org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
putInt(byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.UnsafeAccess
Put an int value out to the specified byte array position in big-endian format.
putInt(ByteBuffer, int, int) - Static method in class org.apache.hadoop.hbase.util.UnsafeAccess
Put an int value out to the specified ByteBuffer offset in big-endian format.
putIntUnsafe(byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0.
putLong(long) - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Writes a long to this ByteBuff at its current position.
putLong(long) - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
Writes a long to this MBB at its current position.
putLong(long) - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
putLong(int, long) - Method in class org.apache.hadoop.hbase.util.AbstractByteRange
 
putLong(int, long) - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
putLong(long) - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
putLong(OutputStream, long, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
 
putLong(ByteBuffer, long) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Put a long value out to the given ByteBuffer's current position in big-endian format.
putLong(ByteBuffer, int, long) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
 
putLong(int, long) - Method in interface org.apache.hadoop.hbase.util.ByteRange
Store the long value at index
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.
putLong(long) - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
Store long val at the next position in this range.
putLong(int, long) - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
 
putLong(int, long) - Method in class org.apache.hadoop.hbase.util.SimpleByteRange
 
putLong(int, long) - Method in class org.apache.hadoop.hbase.util.SimpleMutableByteRange
 
putLong(long) - Method in class org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
putLong(int, long) - Method in class org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
putLong(long) - Method in class org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
putLong(int, long) - Method in class org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
putLong(byte[], int, long) - Static method in class org.apache.hadoop.hbase.util.UnsafeAccess
Put a long value out to the specified byte array position in big-endian format.
putLong(ByteBuffer, int, long) - Static method in class org.apache.hadoop.hbase.util.UnsafeAccess
Put a long value out to the specified BB position in big-endian format.
putLongUnsafe(byte[], int, long) - Static method in class org.apache.hadoop.hbase.util.Bytes
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0.
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(int, short) - Method in class org.apache.hadoop.hbase.util.AbstractByteRange
 
putShort(int, short) - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
putShort(short) - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
putShort(ByteBuffer, short) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Put a short value out to the given ByteBuffer's current position in big-endian format.
putShort(ByteBuffer, int, short) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
 
putShort(int, short) - Method in interface org.apache.hadoop.hbase.util.ByteRange
Store the short value at index
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.
putShort(short) - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
Store short val at the next position in this range.
putShort(int, short) - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
 
putShort(int, short) - Method in class org.apache.hadoop.hbase.util.SimpleByteRange
 
putShort(int, short) - Method in class org.apache.hadoop.hbase.util.SimpleMutableByteRange
 
putShort(short) - Method in class org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
putShort(int, short) - Method in class org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
putShort(short) - Method in class org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
putShort(int, short) - Method in class org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
putShort(byte[], int, short) - Static method in class org.apache.hadoop.hbase.util.UnsafeAccess
Put a short value out to the specified byte array position in big-endian format.
putShort(ByteBuffer, int, short) - Static method in class org.apache.hadoop.hbase.util.UnsafeAccess
Put a short value out to the specified BB position in big-endian format.
putShortUnsafe(byte[], int, short) - Static method in class org.apache.hadoop.hbase.util.Bytes
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0.
putVLong(int, long) - Method in class org.apache.hadoop.hbase.util.AbstractByteRange
 
putVLong(int, long) - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
putVLong(long) - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
putVLong(int, long) - Method in interface org.apache.hadoop.hbase.util.ByteRange
Store the long value at index as a VLong
putVLong(long) - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
Store the long val at the next position as a VLong
putVLong(int, long) - Method in class org.apache.hadoop.hbase.util.SimpleByteRange
 
putVLong(int, long) - Method in class org.apache.hadoop.hbase.util.SimpleMutableByteRange
 
putVLong(long) - Method in class org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
putVLong(int, long) - Method in class org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
putVLong(long) - Method in class org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
putVLong(int, long) - Method in class org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 

Q

qLength - Variable in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
qOffset - Variable in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
QOS_THRESHOLD - Static variable in class org.apache.hadoop.hbase.HConstants
 
qualifier - Variable in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
qualifierStartsWith(Cell, byte[]) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Finds if the start of the qualifier part of the Cell matches buf

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.
RawByte - Class in org.apache.hadoop.hbase.types
An DataType for interacting with values encoded using Bytes.putByte(byte[], int, byte).
RawByte() - Constructor for class org.apache.hadoop.hbase.types.RawByte
 
RawBytes - Class in org.apache.hadoop.hbase.types
An DataType for interacting with variable-length values encoded using Bytes.putBytes(byte[], int, byte[], int, int).
RawBytes() - Constructor for class org.apache.hadoop.hbase.types.RawBytes
 
RawBytes(Order) - Constructor for class org.apache.hadoop.hbase.types.RawBytes
 
RawBytesFixedLength - Class in org.apache.hadoop.hbase.types
An DataType that encodes fixed-length values encoded using Bytes.putBytes( byte[], int, byte[], int, int).
RawBytesFixedLength(Order, int) - Constructor for class org.apache.hadoop.hbase.types.RawBytesFixedLength
Create a RawBytesFixedLength using the specified order and length.
RawBytesFixedLength(int) - Constructor for class org.apache.hadoop.hbase.types.RawBytesFixedLength
Create a RawBytesFixedLength of the specified length.
RawBytesTerminated - Class in org.apache.hadoop.hbase.types
An DataType that encodes variable-length values encoded using Bytes.putBytes(byte[], int, byte[], int, int).
RawBytesTerminated(Order, byte[]) - Constructor for class org.apache.hadoop.hbase.types.RawBytesTerminated
Create a RawBytesTerminated using the specified terminator and order.
RawBytesTerminated(Order, String) - Constructor for class org.apache.hadoop.hbase.types.RawBytesTerminated
Create a RawBytesTerminated using the specified terminator and order.
RawBytesTerminated(byte[]) - Constructor for class org.apache.hadoop.hbase.types.RawBytesTerminated
Create a RawBytesTerminated using the specified terminator.
RawBytesTerminated(String) - Constructor for class org.apache.hadoop.hbase.types.RawBytesTerminated
Create a RawBytesTerminated using the specified terminator.
RawCell - Interface in org.apache.hadoop.hbase
An extended version of cell that gives more power to CPs
RawCellBuilder - Interface in org.apache.hadoop.hbase
Allows creating a cell with Tag An instance of this type can be acquired by using RegionCoprocessorEnvironment#getCellBuilder (for prod code) and RawCellBuilderFactory (for unit tests).
RawCellBuilderFactory - Class in org.apache.hadoop.hbase
Factory for creating cells for CPs.
RawDouble - Class in org.apache.hadoop.hbase.types
An DataType for interacting with values encoded using Bytes.putDouble(byte[], int, double).
RawDouble() - Constructor for class org.apache.hadoop.hbase.types.RawDouble
 
RawFloat - Class in org.apache.hadoop.hbase.types
An DataType for interacting with values encoded using Bytes.putFloat(byte[], int, float).
RawFloat() - Constructor for class org.apache.hadoop.hbase.types.RawFloat
 
RawInteger - Class in org.apache.hadoop.hbase.types
An DataType for interacting with values encoded using Bytes.putInt(byte[], int, int).
RawInteger() - Constructor for class org.apache.hadoop.hbase.types.RawInteger
 
RawLong - Class in org.apache.hadoop.hbase.types
An DataType for interacting with values encoded using Bytes.putLong(byte[], int, long).
RawLong() - Constructor for class org.apache.hadoop.hbase.types.RawLong
 
RawShort - Class in org.apache.hadoop.hbase.types
An DataType for interacting with values encoded using Bytes.putShort(byte[], int, short).
RawShort() - Constructor for class org.apache.hadoop.hbase.types.RawShort
 
RawString - Class in org.apache.hadoop.hbase.types
An DataType for interacting with values encoded using Bytes.toBytes(String).
RawString() - Constructor for class org.apache.hadoop.hbase.types.RawString
 
RawString(Order) - Constructor for class org.apache.hadoop.hbase.types.RawString
 
RawStringFixedLength - Class in org.apache.hadoop.hbase.types
An DataType that encodes fixed-length values encoded using Bytes.toBytes(String).
RawStringFixedLength(Order, int) - Constructor for class org.apache.hadoop.hbase.types.RawStringFixedLength
Create a RawStringFixedLength using the specified order and length.
RawStringFixedLength(int) - Constructor for class org.apache.hadoop.hbase.types.RawStringFixedLength
Create a RawStringFixedLength of the specified length.
RawStringTerminated - Class in org.apache.hadoop.hbase.types
An DataType that encodes variable-length values encoded using Bytes.toBytes(String).
RawStringTerminated(Order, byte[]) - Constructor for class org.apache.hadoop.hbase.types.RawStringTerminated
Create a RawStringTerminated using the specified terminator and order.
RawStringTerminated(Order, String) - Constructor for class org.apache.hadoop.hbase.types.RawStringTerminated
Create a RawStringTerminated using the specified terminator and order.
RawStringTerminated(byte[]) - Constructor for class org.apache.hadoop.hbase.types.RawStringTerminated
Create a RawStringTerminated using the specified terminator.
RawStringTerminated(String) - Constructor for class org.apache.hadoop.hbase.types.RawStringTerminated
Create a RawStringTerminated using the specified terminator.
read() - Method in class org.apache.hadoop.hbase.io.ByteBufferInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class org.apache.hadoop.hbase.io.ByteBufferInputStream
Reads up to next len bytes of data from buffer into passed array(starting from given offset).
read() - Method in class org.apache.hadoop.hbase.io.ByteBuffInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class org.apache.hadoop.hbase.io.ByteBuffInputStream
Reads up to next len bytes of data from buffer into passed array(starting from given offset).
read() - Method in class org.apache.hadoop.hbase.io.hadoopbackport.ThrottledInputStream
read(byte[]) - Method in class org.apache.hadoop.hbase.io.hadoopbackport.ThrottledInputStream
read(byte[], int, int) - Method in class org.apache.hadoop.hbase.io.hadoopbackport.ThrottledInputStream
read(long, byte[], int, int) - Method in class org.apache.hadoop.hbase.io.hadoopbackport.ThrottledInputStream
Read bytes starting from the specified position.
read(DataInputStream) - Static method in enum org.apache.hadoop.hbase.io.hfile.BlockType
 
read(ByteBuff) - Static method in enum org.apache.hadoop.hbase.io.hfile.BlockType
 
read(ReadableByteChannel) - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Reads bytes from the given channel into this ByteBuff
read(ReadableByteChannel) - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
 
read(ReadableByteChannel) - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
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.
readAsInt(ByteBuffer, int, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Converts a ByteBuffer to an int value
readAsInt(byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Converts a byte array to an int value
readAsVLong(byte[], int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Reads a zero-compressed encoded long from input buffer and returns it.
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(ByteBuff) - Static method in class org.apache.hadoop.hbase.nio.ByteBuff
Read integer from ByteBuff coded in 7 bits and increment position.
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.io.ImmutableBytesWritable
 
readLong(InputStream) - Static method in class org.apache.hadoop.hbase.io.util.StreamUtils
 
readLong(ByteBuff, int) - Static method in class org.apache.hadoop.hbase.nio.ByteBuff
Read long which was written to fitInBytes bytes and increment position.
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.
readNext(TNode) - Static method in class org.apache.hadoop.hbase.util.AvlUtil.AvlIterableList
 
ReadOnlyByteRangeException - Exception in org.apache.hadoop.hbase.util
Exception thrown when a read only byte range is modified
ReadOnlyByteRangeException() - Constructor for exception org.apache.hadoop.hbase.util.ReadOnlyByteRangeException
 
readPrev(TNode) - Static method in class org.apache.hadoop.hbase.util.AvlUtil.AvlIterableList
 
readRawVarint32(InputStream) - Static method in class org.apache.hadoop.hbase.io.util.StreamUtils
 
readRawVarint32(ByteBuff) - Static method in class org.apache.hadoop.hbase.io.util.StreamUtils
 
readRawVarint32(byte[], int) - Static method in class org.apache.hadoop.hbase.io.util.StreamUtils
Reads a varInt value stored in an array.
readRawVarint32(ByteBuffer, int) - Static method in class org.apache.hadoop.hbase.io.util.StreamUtils
 
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
 
readVIntValuePart(Tag, int) - Static method in class org.apache.hadoop.hbase.TagUtil
Reads an int value stored as a VInt at tag's given offset.
readVLong(ByteBuff) - Static method in class org.apache.hadoop.hbase.nio.ByteBuff
Similar to WritableUtils.readVLong(java.io.DataInput) but reads from a ByteBuff.
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
Deprecated.
since 0.98.12. Use Bytes.readAsVLong(byte[],int) instead.
RECOVERED_EDITS_DIR - Static variable in class org.apache.hadoop.hbase.HConstants
 
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
referenceCache - Variable in class org.apache.hadoop.hbase.util.ObjectPool
Does not permit null keys.
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_HANDLER_ABORT_ON_ERROR_PERCENT - Static variable in class org.apache.hadoop.hbase.HConstants
 
REGION_SERVER_HANDLER_COUNT - Static variable in class org.apache.hadoop.hbase.HConstants
 
REGION_SERVER_HIGH_PRIORITY_HANDLER_COUNT - 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.
REGION_SERVER_REPLICATION_HANDLER_COUNT - Static variable in class org.apache.hadoop.hbase.HConstants
 
REGION_SPLIT_THREADS_MAX - Static variable in class org.apache.hadoop.hbase.HConstants
The max number of threads used for splitting storefiles in parallel during the region split process.
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_METRICS_PERIOD - Static variable in class org.apache.hadoop.hbase.HConstants
The period (in milliseconds) between computing region server point in time metrics
REGIONSERVER_PORT - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for port region server listens on.
releaseLockEntry(IdLock.Entry) - Method in class org.apache.hadoop.hbase.util.IdLock
Must be called in a finally block to decrease the internal counter and remove the monitor object for the given id if the caller is the last client.
releaseResources() - Method in class org.apache.hadoop.hbase.io.ByteBufferListOutputStream
Release the resources it uses (The ByteBuffers) which are obtained from pool.
remaining() - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Returns the number of elements between the current position and the limit.
remaining() - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
Returns the number of elements between the current position and the limit.
remaining() - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
remove(Object) - Method in class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
remove(Object, Object) - Method in class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
remove() - Method in class org.apache.hadoop.hbase.types.StructIterator
 
remove(TNode, TNode) - Static method in class org.apache.hadoop.hbase.util.AvlUtil.AvlIterableList
 
remove(TNode, Object, AvlUtil.AvlKeyComparator<TNode>) - Static method in class org.apache.hadoop.hbase.util.AvlUtil.AvlTree
Removes the node matching the specified key from the tree
remove(TNode, Object, AvlUtil.AvlKeyComparator<TNode>, AtomicBoolean) - Static method in class org.apache.hadoop.hbase.util.AvlUtil.AvlTree
Removes the node matching the specified key from the tree
remove() - Method in class org.apache.hadoop.hbase.util.AvlUtil.AvlTreeIterator
 
remove() - Method in class org.apache.hadoop.hbase.util.ConcatenatedLists.Iterator
 
removeConfiguration(String) - Method in class org.apache.hadoop.hbase.NamespaceDescriptor.Builder
 
removeConfiguration(String) - Method in class org.apache.hadoop.hbase.NamespaceDescriptor
Remove a config setting represented by the key from the NamespaceDescriptor.configuration map
removeReceiver(SpanReceiver) - Static method in class org.apache.hadoop.hbase.trace.TraceUtil
Wrapper method to remove receiver from actual tracerpool
removeServer(Address) - Method in class org.apache.hadoop.hbase.rsgroup.RSGroupInfo
Remove given server from the group.
removeTable(TableName) - Method in class org.apache.hadoop.hbase.rsgroup.RSGroupInfo
 
removeWALRootPath(Path, Configuration) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
Checks for the presence of the WAL log root path (using the provided conf object) in the given path.
renameAndSetModifyTime(FileSystem, Path, Path) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
 
replace(K, V, V) - Method in class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
replace(K, V) - Method in class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
replace(Object, TNode) - Method in interface org.apache.hadoop.hbase.util.AvlUtil.AvlInsertOrReplace
 
REPLAY_QOS - Static variable in class org.apache.hadoop.hbase.HConstants
 
REPLICATION - Static variable in class org.apache.hadoop.hbase.HBaseInterfaceAudience
 
REPLICATION_BULKLOAD_ENABLE_DEFAULT - Static variable in class org.apache.hadoop.hbase.HConstants
 
REPLICATION_BULKLOAD_ENABLE_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
 
REPLICATION_CLUSTER_ID - Static variable in class org.apache.hadoop.hbase.HConstants
Replication cluster id of source cluster which uniquely identifies itself with peer cluster
REPLICATION_CODEC_CONF_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
Configuration key for setting replication codec class name
REPLICATION_CONF_DIR - Static variable in class org.apache.hadoop.hbase.HConstants
Directory where the source cluster file system client configuration are placed which is used by sink cluster to copy HFiles from source cluster file system
REPLICATION_DROP_ON_DELETED_TABLE_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
Drop edits for tables that been deleted from the replication source and target
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_MAXTHREADS_DEFAULT - Static variable in class org.apache.hadoop.hbase.HConstants
Maximum number of threads used by the replication source for shipping edits to the sinks
REPLICATION_SOURCE_MAXTHREADS_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
Maximum number of threads used by the replication source for shipping edits to the sinks
REPLICATION_SOURCE_SERVICE_CLASSNAME - Static variable in class org.apache.hadoop.hbase.HConstants
 
REPLICATION_SOURCE_TOTAL_BUFFER_DFAULT - Static variable in class org.apache.hadoop.hbase.HConstants
 
REPLICATION_SOURCE_TOTAL_BUFFER_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
Max total size of buffered entries in all replication peers.
RESERVED_NAMESPACES - Static variable in class org.apache.hadoop.hbase.NamespaceDescriptor
 
RESERVED_NAMESPACES_BYTES - Static variable in class org.apache.hadoop.hbase.NamespaceDescriptor
 
reset() - Method in class org.apache.hadoop.hbase.io.ByteArrayOutputStream
Resets the pos field of this byte array output stream to zero.
reset() - Method in class org.apache.hadoop.hbase.io.crypto.aes.AESDecryptor
 
reset() - Method in class org.apache.hadoop.hbase.io.crypto.aes.AESEncryptor
 
reset() - Method in class org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAESDecryptor
 
reset() - Method in class org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAESEncryptor
 
reset() - Method in interface org.apache.hadoop.hbase.io.crypto.Decryptor
Reset state, reinitialize with the key and iv
reset() - Method in interface org.apache.hadoop.hbase.io.crypto.Encryptor
Reset state, reinitialize with the key and iv
reset() - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Similar to ByteBuffer.reset(), ensures that this ByteBuff is reset back to last marked position.
reset() - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
Similar to ByteBuffer.reset(), ensures that this MBB is reset back to last marked position.
reset() - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
reset() - Method in class org.apache.hadoop.hbase.types.StructBuilder
Reset the sequence of accumulated fields.
reset() - Static method in class org.apache.hadoop.hbase.util.EnvironmentEdgeManager
Resets the managed instance to the default instance: DefaultEnvironmentEdge.
resetBuf(int) - Method in class org.apache.hadoop.hbase.codec.BaseDecoder.PBIS
 
resetState() - Method in class org.apache.hadoop.hbase.io.compress.ReusableStreamGzipCodec.ReusableGzipOutputStream
 
rethrowIfInterrupt(Throwable) - Static method in class org.apache.hadoop.hbase.util.ExceptionUtil
 
RETRY_BACKOFF - Static variable in class org.apache.hadoop.hbase.HConstants
Retrying we multiply hbase.client.pause setting by what we have in this array until we run out of array items.
RetryConfig() - Constructor for class org.apache.hadoop.hbase.util.RetryCounter.RetryConfig
 
RetryConfig(int, long, long, TimeUnit, RetryCounter.BackoffPolicy) - Constructor for class org.apache.hadoop.hbase.util.RetryCounter.RetryConfig
 
RetryCounter - Class in org.apache.hadoop.hbase.util
Operation retry accounting.
RetryCounter(int, long, TimeUnit) - Constructor for class org.apache.hadoop.hbase.util.RetryCounter
 
RetryCounter(RetryCounter.RetryConfig) - Constructor for class org.apache.hadoop.hbase.util.RetryCounter
 
RetryCounter.BackoffPolicy - Class in org.apache.hadoop.hbase.util
Policy for calculating sleeping intervals between retry attempts
RetryCounter.ExponentialBackoffPolicy - Class in org.apache.hadoop.hbase.util
 
RetryCounter.ExponentialBackoffPolicyWithLimit - Class in org.apache.hadoop.hbase.util
 
RetryCounter.RetryConfig - Class in org.apache.hadoop.hbase.util
Configuration for a retry counter
RetryCounterFactory - Class in org.apache.hadoop.hbase.util
 
RetryCounterFactory(int) - Constructor for class org.apache.hadoop.hbase.util.RetryCounterFactory
 
RetryCounterFactory(int, int) - Constructor for class org.apache.hadoop.hbase.util.RetryCounterFactory
 
RetryCounterFactory(int, int, int) - Constructor for class org.apache.hadoop.hbase.util.RetryCounterFactory
 
RetryCounterFactory(RetryCounter.RetryConfig) - 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
 
ReusableGzipOutputStream(OutputStream) - Constructor for class org.apache.hadoop.hbase.io.compress.ReusableStreamGzipCodec.ReusableGzipOutputStream
 
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.
revision - Static variable in class org.apache.hadoop.hbase.Version
 
rewind() - Method in interface org.apache.hadoop.hbase.io.encoding.DataBlockEncoder.EncodedSeeker
Set position to beginning of given block
rewind() - Method in class org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1
 
rewind() - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Rewinds this ByteBuff and the position is set to 0
rewind() - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
Rewinds this MBB and the position is set to 0
rewind() - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
rewindThenToList(ByteBuffer, boolean, boolean) - Static method in class org.apache.hadoop.hbase.KeyValueTestUtil
 
rLength - Variable in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
RNG_ALGORITHM_KEY - Static variable in class org.apache.hadoop.hbase.io.crypto.Cipher
 
RNG_PROVIDER_KEY - Static variable in class org.apache.hadoop.hbase.io.crypto.Cipher
 
rOffset - Variable in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
row - Variable in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
ROW_KEY_OFFSET - Static variable in class org.apache.hadoop.hbase.KeyValue
 
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
 
RowBloomHashKey - Class in org.apache.hadoop.hbase.util
 
RowBloomHashKey(Cell) - Constructor for class org.apache.hadoop.hbase.util.RowBloomHashKey
 
RowColBloomHashKey - Class in org.apache.hadoop.hbase.util
An hash key for ROWCOL bloom.
RowColBloomHashKey(Cell) - Constructor for class org.apache.hadoop.hbase.util.RowColBloomHashKey
 
RowEndKeyComparator() - Constructor for class org.apache.hadoop.hbase.util.Bytes.RowEndKeyComparator
 
RowIndexCodecV1 - Class in org.apache.hadoop.hbase.io.encoding
Store cells following every row's start offset, so we can binary search to a row's cells.
RowIndexCodecV1() - Constructor for class org.apache.hadoop.hbase.io.encoding.RowIndexCodecV1
 
RowIndexEncoderV1 - Class in org.apache.hadoop.hbase.io.encoding
 
RowIndexEncoderV1(DataOutputStream, HFileBlockDefaultEncodingContext) - Constructor for class org.apache.hadoop.hbase.io.encoding.RowIndexEncoderV1
 
RowIndexSeekerV1 - Class in org.apache.hadoop.hbase.io.encoding
 
RowIndexSeekerV1(CellComparator, HFileBlockDecodingContext) - Constructor for class org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1
 
RPC_CODEC_CONF_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
Configuration key for setting RPC codec class name
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
RSGroupInfo - Class in org.apache.hadoop.hbase.rsgroup
Stores the group information of region server groups.
RSGroupInfo(String) - Constructor for class org.apache.hadoop.hbase.rsgroup.RSGroupInfo
 
RSGroupInfo(RSGroupInfo) - Constructor for class org.apache.hadoop.hbase.rsgroup.RSGroupInfo
 
run() - Method in class org.apache.hadoop.hbase.JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture
 
run() - Method in class org.apache.hadoop.hbase.ScheduledChore
 
run(String[]) - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool
 
run() - Method in class org.apache.hadoop.hbase.util.HasThread
 
runAs(PrivilegedAction<T>) - Method in class org.apache.hadoop.hbase.security.User
Executes the given action within the context of this user.
runAs(PrivilegedExceptionAction<T>) - Method in class org.apache.hadoop.hbase.security.User
Executes the given action within the context of this user.
runAs(PrivilegedAction<T>) - Method in class org.apache.hadoop.hbase.security.User.SecureHadoopUser
 
runAs(PrivilegedExceptionAction<T>) - Method in class org.apache.hadoop.hbase.security.User.SecureHadoopUser
 
runAsLoginUser(PrivilegedExceptionAction<T>) - Static method in class org.apache.hadoop.hbase.security.User
Executes the given action as the login user

S

scheduleChore(ScheduledChore) - Method in class org.apache.hadoop.hbase.ChoreService
 
ScheduledChore - Class in org.apache.hadoop.hbase
ScheduledChore is a task performed on a period in hbase.
ScheduledChore() - Constructor for class org.apache.hadoop.hbase.ScheduledChore
This constructor is for test only.
ScheduledChore(String, Stoppable, int) - Constructor for class org.apache.hadoop.hbase.ScheduledChore
 
ScheduledChore(String, Stoppable, int, long) - Constructor for class org.apache.hadoop.hbase.ScheduledChore
 
ScheduledChore(String, Stoppable, int, long, TimeUnit) - Constructor for class org.apache.hadoop.hbase.ScheduledChore
 
searchDelimiterIndex(byte[], int, int, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
searchDelimiterIndexInReverse(byte[], int, int, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Find index of passed delimiter walking from end of buffer backwards.
searchJson(JsonNode, String) - Static method in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
second - Variable in class org.apache.hadoop.hbase.util.Pair
 
SecureHadoopUser() - Constructor for class org.apache.hadoop.hbase.security.User.SecureHadoopUser
 
SecureHadoopUser(UserGroupInformation) - Constructor for class org.apache.hadoop.hbase.security.User.SecureHadoopUser
 
SecureHadoopUser(UserGroupInformation, LoadingCache<String, String[]>) - Constructor for class org.apache.hadoop.hbase.security.User.SecureHadoopUser
 
seekFirst(TNode) - Method in class org.apache.hadoop.hbase.util.AvlUtil.AvlTreeIterator
Reset the iterator, and seeks to the first (min) node of the tree
seekTo(TNode, Object, AvlUtil.AvlKeyComparator<TNode>) - Method in class org.apache.hadoop.hbase.util.AvlUtil.AvlTreeIterator
Reset the iterator, and seeks to the specified key
seekToKeyInBlock(Cell, 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.
seekToKeyInBlock(Cell, boolean) - Method in class org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1
 
seqId - Variable in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
SEQNUM_QUALIFIER - Static variable in class org.apache.hadoop.hbase.HConstants
The open seqnum column qualifier
SEQNUM_QUALIFIER_STR - 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
SERVER_QUALIFIER_STR - Static variable in class org.apache.hadoop.hbase.HConstants
The server column qualifier
ServerName - Class in org.apache.hadoop.hbase
Name of a particular incarnation of an HBase Server.
ServerName(String, int, long) - Constructor for class org.apache.hadoop.hbase.ServerName
 
SERVERNAME_PATTERN - Static variable in class org.apache.hadoop.hbase.ServerName
 
SERVERNAME_QUALIFIER - Static variable in class org.apache.hadoop.hbase.HConstants
 
SERVERNAME_QUALIFIER_STR - Static variable in class org.apache.hadoop.hbase.HConstants
The serverName column qualifier.
SERVERNAME_SEPARATOR - Static variable in class org.apache.hadoop.hbase.ServerName
This character is used as separator between server hostname, port and startcode.
SERVICE_KEY - Static variable in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
ServiceNotRunningException - Exception in org.apache.hadoop.hbase
 
ServiceNotRunningException() - Constructor for exception org.apache.hadoop.hbase.ServiceNotRunningException
 
ServiceNotRunningException(String) - Constructor for exception org.apache.hadoop.hbase.ServiceNotRunningException
 
ServiceNotRunningException(String, Throwable) - Constructor for exception org.apache.hadoop.hbase.ServiceNotRunningException
 
ServiceNotRunningException(Throwable) - Constructor for exception org.apache.hadoop.hbase.ServiceNotRunningException
 
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(KeyValue.KeyOnlyKeyValue) - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
set(int) - Method in class org.apache.hadoop.hbase.util.AbstractByteRange
 
set(byte[]) - Method in class org.apache.hadoop.hbase.util.AbstractByteRange
 
set(byte[], int, int) - Method in class org.apache.hadoop.hbase.util.AbstractByteRange
 
set(int) - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
set(byte[]) - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
set(byte[], int, int) - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
set(int) - Method in interface org.apache.hadoop.hbase.util.ByteRange
Reuse this ByteRange over a new byte[].
set(byte[]) - Method in interface org.apache.hadoop.hbase.util.ByteRange
Reuse this ByteRange over a new byte[].
set(byte[], int, int) - Method in interface org.apache.hadoop.hbase.util.ByteRange
Reuse this ByteRange over a new byte[].
set(byte[]) - Method in class org.apache.hadoop.hbase.util.Bytes
 
set(byte[], int, int) - Method in class org.apache.hadoop.hbase.util.Bytes
 
set(long) - Method in class org.apache.hadoop.hbase.util.Counter
Deprecated.
 
set(int) - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
 
set(byte[]) - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
 
set(byte[], int, int) - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
 
set(int) - Method in class org.apache.hadoop.hbase.util.SimpleByteRange
 
set(byte[]) - Method in class org.apache.hadoop.hbase.util.SimpleByteRange
 
set(byte[], int, int) - Method in class org.apache.hadoop.hbase.util.SimpleByteRange
 
set(int) - Method in class org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
set(byte[]) - Method in class org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
set(byte[], int, int) - Method in class org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
set(int) - Method in class org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
set(byte[]) - Method in class org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
set(byte[], int, int) - Method in class org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
setBackoffPolicy(RetryCounter.BackoffPolicy) - Method in class org.apache.hadoop.hbase.util.RetryCounter.RetryConfig
 
setCipher(Cipher) - Method in class org.apache.hadoop.hbase.io.crypto.Context
 
setCipher(Cipher) - Method in class org.apache.hadoop.hbase.io.crypto.Encryption.Context
 
setCompressTags(boolean) - Method in class org.apache.hadoop.hbase.io.hfile.HFileContext
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.BaseConfigurable
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.io.crypto.Context
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.io.crypto.CryptoCipherProvider
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.io.crypto.DefaultCipherProvider
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.security.UserProvider
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool
 
setConfiguration(String, String) - Method in class org.apache.hadoop.hbase.NamespaceDescriptor
Setter for storing a configuration setting in NamespaceDescriptor.configuration map.
setCurrentBuffer(ByteBuff) - Method in interface org.apache.hadoop.hbase.io.encoding.DataBlockEncoder.EncodedSeeker
Set on which buffer there will be done seeking.
setCurrentBuffer(ByteBuff) - Method in class org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1
 
setDaemon(boolean) - Method in class org.apache.hadoop.hbase.util.HasThread
 
setDaemonThreadRunning(T) - Static method in class org.apache.hadoop.hbase.util.Threads
Utility method that sets name, daemon status and starts passed thread.
setDaemonThreadRunning(T, String) - Static method in class org.apache.hadoop.hbase.util.Threads
Utility method that sets name, daemon status and starts passed thread.
setDaemonThreadRunning(T, String, Thread.UncaughtExceptionHandler) - Static method in class org.apache.hadoop.hbase.util.Threads
Utility method that sets name, daemon status and starts passed thread.
setEncodingState(EncodingState) - Method in class org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultEncodingContext
 
setEncodingState(EncodingState) - Method in interface org.apache.hadoop.hbase.io.encoding.HFileBlockEncodingContext
Sets the encoding state.
setEncryptionContext(Encryption.Context) - Method in class org.apache.hadoop.hbase.io.hfile.HFileContext
 
setFamily(byte[]) - Method in interface org.apache.hadoop.hbase.CellBuilder
 
setFamily(byte[], int, int) - Method in interface org.apache.hadoop.hbase.CellBuilder
 
setFamily(byte[]) - Method in interface org.apache.hadoop.hbase.ExtendedCellBuilder
 
setFamily(byte[], int, int) - Method in interface org.apache.hadoop.hbase.ExtendedCellBuilder
 
setFamily(byte[]) - Method in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
setFamily(byte[], int, int) - Method in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
setFamily(byte[]) - Method in interface org.apache.hadoop.hbase.RawCellBuilder
 
setFamily(byte[], int, int) - Method in interface org.apache.hadoop.hbase.RawCellBuilder
 
setFileCreateTime(long) - Method in class org.apache.hadoop.hbase.io.hfile.HFileContext
 
setFirst(T) - Method in class org.apache.hadoop.hbase.util.ObjectIntPair
 
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
 
setFsDefault(Configuration, Path) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
 
setIncludesMvcc(boolean) - Method in class org.apache.hadoop.hbase.io.hfile.HFileContext
 
setIncludesTags(boolean) - Method in class org.apache.hadoop.hbase.io.hfile.HFileContext
 
setIv(byte[]) - Method in class org.apache.hadoop.hbase.io.crypto.aes.AESDecryptor
 
setIv(byte[]) - Method in class org.apache.hadoop.hbase.io.crypto.aes.AESEncryptor
 
setIv(byte[]) - Method in class org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAESDecryptor
 
setIv(byte[]) - Method in class org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAESEncryptor
 
setIv(byte[]) - Method in interface org.apache.hadoop.hbase.io.crypto.Decryptor
Set the initialization vector
setIv(byte[]) - Method in interface org.apache.hadoop.hbase.io.crypto.Encryptor
Set the initialization vector
setKey(ByteBuffer, int, int) - Method in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
A setter that helps to avoid object creation every time and whenever there is a need to create new OffheapKeyOnlyKeyValue.
setKey(Key) - Method in class org.apache.hadoop.hbase.io.crypto.aes.AESDecryptor
 
setKey(Key) - Method in class org.apache.hadoop.hbase.io.crypto.aes.AESEncryptor
 
setKey(Key) - Method in class org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAESDecryptor
 
setKey(Key) - Method in class org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAESEncryptor
 
setKey(Key) - Method in class org.apache.hadoop.hbase.io.crypto.Context
 
setKey(Key) - Method in interface org.apache.hadoop.hbase.io.crypto.Decryptor
Set the secret key
setKey(Key) - Method in class org.apache.hadoop.hbase.io.crypto.Encryption.Context
 
setKey(byte[]) - Method in class org.apache.hadoop.hbase.io.crypto.Encryption.Context
 
setKey(Key) - Method in interface org.apache.hadoop.hbase.io.crypto.Encryptor
Set the secret key
setKey(byte[], int, int) - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
A setter that helps to avoid object creation every time and whenever there is a need to create new KeyOnlyKeyValue.
setLength(int) - Method in class org.apache.hadoop.hbase.util.AbstractByteRange
 
setLength(int) - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
Update the length of this range.
setLength(int) - Method in interface org.apache.hadoop.hbase.util.ByteRange
Update the length of this range.
setLength(int) - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
 
setLength(int) - Method in class org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
Update the length of this range.
setLimit(int) - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
setLimit(int) - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
Limits the byte range upto a specified value.
setLimit(int) - Method in class org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
setLoggingUncaughtExceptionHandler(Thread) - Static method in class org.apache.hadoop.hbase.util.Threads
Sets an UncaughtExceptionHandler for the thread which logs the Exception stack if the thread dies.
setMaxAttempts(int) - Method in class org.apache.hadoop.hbase.util.RetryCounter.RetryConfig
 
setMaxSleepTime(long) - Method in class org.apache.hadoop.hbase.util.RetryCounter.RetryConfig
 
setName(String) - Method in class org.apache.hadoop.hbase.util.HasThread
 
setOffset(int) - Method in class org.apache.hadoop.hbase.util.AbstractByteRange
 
setOffset(int) - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
Update the beginning of this range.
setOffset(int) - Method in interface org.apache.hadoop.hbase.util.ByteRange
Update the beginning of this range.
setOffset(int) - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
 
setOffset(int) - Method in class org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
Update the beginning of this range.
setPosition(int) - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
setPosition(int) - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
Update the position index.
setPriority(int) - Method in class org.apache.hadoop.hbase.util.HasThread
 
setQualifier(byte[]) - Method in interface org.apache.hadoop.hbase.CellBuilder
 
setQualifier(byte[], int, int) - Method in interface org.apache.hadoop.hbase.CellBuilder
 
setQualifier(byte[]) - Method in interface org.apache.hadoop.hbase.ExtendedCellBuilder
 
setQualifier(byte[], int, int) - Method in interface org.apache.hadoop.hbase.ExtendedCellBuilder
 
setQualifier(byte[]) - Method in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
setQualifier(byte[], int, int) - Method in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
setQualifier(byte[]) - Method in interface org.apache.hadoop.hbase.RawCellBuilder
 
setQualifier(byte[], int, int) - Method in interface org.apache.hadoop.hbase.RawCellBuilder
 
setRootDir(Configuration, Path) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
 
setRow(byte[]) - Method in interface org.apache.hadoop.hbase.CellBuilder
 
setRow(byte[], int, int) - Method in interface org.apache.hadoop.hbase.CellBuilder
 
setRow(byte[]) - Method in interface org.apache.hadoop.hbase.ExtendedCellBuilder
 
setRow(byte[], int, int) - Method in interface org.apache.hadoop.hbase.ExtendedCellBuilder
 
setRow(byte[]) - Method in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
setRow(byte[], int, int) - Method in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
setRow(byte[]) - Method in interface org.apache.hadoop.hbase.RawCellBuilder
 
setRow(byte[], int, int) - Method in interface org.apache.hadoop.hbase.RawCellBuilder
 
setSecond(int) - Method in class org.apache.hadoop.hbase.util.ObjectIntPair
 
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
 
setSequenceId(long) - Method in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
setSequenceId(long) - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
setSequenceId(Cell, long) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of HBase-2.0. Will be removed in HBase-3.0
setSequenceId(long) - Method in interface org.apache.hadoop.hbase.ExtendedCell
Sets with the given seqId.
setSequenceId(long) - Method in interface org.apache.hadoop.hbase.ExtendedCellBuilder
Internal usage.
setSequenceId(long) - Method in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
setSequenceId(long) - Method in class org.apache.hadoop.hbase.IndividualBytesFieldCell
 
setSequenceId(long) - Method in class org.apache.hadoop.hbase.KeyValue
 
setSequenceId(Cell, long) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Sets the given seqId to the cell.
setSleepInterval(long) - Method in class org.apache.hadoop.hbase.util.RetryCounter.RetryConfig
 
setStoragePolicy(FileSystem, Path, String) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
Sets storage policy for given path.
setTagCompressionContext(TagCompressionContext) - Method in class org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultDecodingContext
 
setTagCompressionContext(TagCompressionContext) - Method in class org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultEncodingContext
 
setTags(byte[]) - Method in interface org.apache.hadoop.hbase.ExtendedCellBuilder
 
setTags(byte[], int, int) - Method in interface org.apache.hadoop.hbase.ExtendedCellBuilder
 
setTags(List<Tag>) - Method in interface org.apache.hadoop.hbase.ExtendedCellBuilder
 
setTags(byte[]) - Method in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
setTags(byte[], int, int) - Method in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
setTags(List<Tag>) - Method in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
setTags(List<Tag>) - Method in interface org.apache.hadoop.hbase.RawCellBuilder
 
setTarget(String) - Method in class org.apache.hadoop.hbase.AsyncConsoleAppender
 
setThird(C) - Method in class org.apache.hadoop.hbase.util.Triple
 
setTimestamp(long) - Method in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
setTimestamp(byte[]) - Method in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
setTimestamp(long) - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
setTimestamp(byte[]) - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
setTimestamp(long) - Method in interface org.apache.hadoop.hbase.CellBuilder
 
setTimestamp(Cell, long) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of HBase-2.0. Will be a LimitedPrivate API in HBase-3.0.
setTimestamp(Cell, byte[], int) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of HBase-2.0. Will be a LimitedPrivate API in HBase-3.0.
setTimestamp(long) - Method in interface org.apache.hadoop.hbase.ExtendedCell
Sets with the given timestamp.
setTimestamp(byte[]) - Method in interface org.apache.hadoop.hbase.ExtendedCell
Sets with the given timestamp.
setTimestamp(long) - Method in interface org.apache.hadoop.hbase.ExtendedCellBuilder
 
setTimestamp(long) - Method in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
setTimestamp(long) - Method in class org.apache.hadoop.hbase.IndividualBytesFieldCell
 
setTimestamp(byte[]) - Method in class org.apache.hadoop.hbase.IndividualBytesFieldCell
 
setTimestamp(long) - Method in class org.apache.hadoop.hbase.KeyValue
 
setTimestamp(byte[]) - Method in class org.apache.hadoop.hbase.KeyValue
 
setTimestamp(Cell, long) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Sets the given timestamp to the cell.
setTimestamp(Cell, byte[]) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Sets the given timestamp to the cell.
setTimestamp(long) - Method in interface org.apache.hadoop.hbase.RawCellBuilder
 
setTimeUnit(TimeUnit) - Method in class org.apache.hadoop.hbase.util.RetryCounter.RetryConfig
 
setType(Cell.Type) - Method in interface org.apache.hadoop.hbase.CellBuilder
 
setType(Cell.Type) - Method in interface org.apache.hadoop.hbase.ExtendedCellBuilder
 
setType(byte) - Method in interface org.apache.hadoop.hbase.ExtendedCellBuilder
 
setType(Cell.Type) - Method in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
setType(byte) - Method in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
setType(Cell.Type) - Method in interface org.apache.hadoop.hbase.RawCellBuilder
 
setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class org.apache.hadoop.hbase.util.HasThread
 
setupShortCircuitRead(Configuration) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
Do our short circuit read setup.
setUserProviderForTesting(Configuration, Class<? extends UserProvider>) - Static method in class org.apache.hadoop.hbase.security.UserProvider
Set the UserProvider in the given configuration that should be instantiated
setValue(byte[]) - Method in interface org.apache.hadoop.hbase.CellBuilder
 
setValue(byte[], int, int) - Method in interface org.apache.hadoop.hbase.CellBuilder
 
setValue(byte[]) - Method in interface org.apache.hadoop.hbase.ExtendedCellBuilder
 
setValue(byte[], int, int) - Method in interface org.apache.hadoop.hbase.ExtendedCellBuilder
 
setValue(byte[]) - Method in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
setValue(byte[], int, int) - Method in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
setValue(byte[]) - Method in interface org.apache.hadoop.hbase.RawCellBuilder
 
setValue(byte[], int, int) - Method in interface org.apache.hadoop.hbase.RawCellBuilder
 
setWALRootDir(Configuration, Path) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
 
setWithPrefix(Configuration, String, Iterable<Map.Entry<String, String>>) - Static method in class org.apache.hadoop.hbase.HBaseConfiguration
Sets all the entries in the provided Map<String, String> as properties in the given Configuration.
shallowCopy() - Method in class org.apache.hadoop.hbase.KeyValue
Creates a shallow copy of this KeyValue, reusing the data byte buffer.
shallowCopy() - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
shallowCopy() - Method in interface org.apache.hadoop.hbase.util.ByteRange
Create a new ByteRange that points at this range's byte[].
shallowCopy() - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
 
shallowCopy() - Method in class org.apache.hadoop.hbase.util.SimpleByteRange
 
shallowCopy() - Method in class org.apache.hadoop.hbase.util.SimpleMutableByteRange
 
shallowCopy() - Method in class org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
shallowCopy() - Method in class org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
shallowCopySubRange(int, int) - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
shallowCopySubRange(int, int) - Method in interface org.apache.hadoop.hbase.util.ByteRange
Create a new ByteRange that points at this range's byte[].
shallowCopySubRange(int, int) - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
 
shallowCopySubRange(int, int) - Method in class org.apache.hadoop.hbase.util.SimpleByteRange
 
shallowCopySubRange(int, int) - Method in class org.apache.hadoop.hbase.util.SimpleMutableByteRange
 
shallowCopySubRange(int, int) - Method in class org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
shallowCopySubRange(int, int) - Method in class org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
SHORT_HELP_OPTION - Static variable in class org.apache.hadoop.hbase.util.AbstractHBaseTool
 
shouldRetry() - Method in class org.apache.hadoop.hbase.util.RetryCounter
 
shutdown() - Method in class org.apache.hadoop.hbase.ChoreService
shutdown the service.
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.
SimpleByteRange - Class in org.apache.hadoop.hbase.util
A read only version of the ByteRange.
SimpleByteRange() - Constructor for class org.apache.hadoop.hbase.util.SimpleByteRange
 
SimpleByteRange(int) - Constructor for class org.apache.hadoop.hbase.util.SimpleByteRange
 
SimpleByteRange(byte[]) - Constructor for class org.apache.hadoop.hbase.util.SimpleByteRange
Create a new ByteRange over the provided bytes.
SimpleByteRange(byte[], int, int) - Constructor for class org.apache.hadoop.hbase.util.SimpleByteRange
Create a new ByteRange over the provided bytes.
SimpleMutableByteRange - Class in org.apache.hadoop.hbase.util
A basic mutable ByteRange implementation.
SimpleMutableByteRange() - Constructor for class org.apache.hadoop.hbase.util.SimpleMutableByteRange
Create a new ByteRange lacking a backing array and with an undefined viewport.
SimpleMutableByteRange(int) - Constructor for class org.apache.hadoop.hbase.util.SimpleMutableByteRange
Create a new ByteRange over a new backing array of size capacity.
SimpleMutableByteRange(byte[]) - Constructor for class org.apache.hadoop.hbase.util.SimpleMutableByteRange
Create a new ByteRange over the provided bytes.
SimpleMutableByteRange(byte[], int, int) - Constructor for class org.apache.hadoop.hbase.util.SimpleMutableByteRange
Create a new ByteRange over the provided bytes.
SimplePositionedByteRange - Class in org.apache.hadoop.hbase.util
Extends the basic SimpleMutableByteRange implementation with position support and it is a readonly version.
SimplePositionedByteRange() - Constructor for class org.apache.hadoop.hbase.util.SimplePositionedByteRange
Create a new PositionedByteRange lacking a backing array and with an undefined viewport.
SimplePositionedByteRange(int) - Constructor for class org.apache.hadoop.hbase.util.SimplePositionedByteRange
Create a new PositionedByteRange over a new backing array of size capacity.
SimplePositionedByteRange(byte[]) - Constructor for class org.apache.hadoop.hbase.util.SimplePositionedByteRange
Create a new PositionedByteRange over the provided bytes.
SimplePositionedByteRange(byte[], int, int) - Constructor for class org.apache.hadoop.hbase.util.SimplePositionedByteRange
Create a new PositionedByteRange over the provided bytes.
SimplePositionedMutableByteRange - Class in org.apache.hadoop.hbase.util
Extends the basic AbstractPositionedByteRange implementation with position support and it is a mutable version.
SimplePositionedMutableByteRange() - Constructor for class org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
Create a new PositionedByteRange lacking a backing array and with an undefined viewport.
SimplePositionedMutableByteRange(int) - Constructor for class org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
Create a new PositionedByteRange over a new backing array of size capacity.
SimplePositionedMutableByteRange(byte[]) - Constructor for class org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
Create a new PositionedByteRange over the provided bytes.
SimplePositionedMutableByteRange(byte[], int, int) - Constructor for class org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
Create a new PositionedByteRange over the provided bytes.
SingleByteBuff - Class in org.apache.hadoop.hbase.nio
An implementation of ByteBuff where a single BB backs the BBI.
SingleByteBuff(ByteBuffer) - Constructor for class org.apache.hadoop.hbase.nio.SingleByteBuff
 
size() - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 
size() - Method in class org.apache.hadoop.hbase.io.ByteArrayOutputStream
 
size() - Method in class org.apache.hadoop.hbase.io.ByteBufferListOutputStream
 
size() - Method in class org.apache.hadoop.hbase.io.ByteBufferOutputStream
 
size() - Method in class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
size - Variable in class org.apache.hadoop.hbase.util.ConcatenatedLists
 
size() - Method in class org.apache.hadoop.hbase.util.ConcatenatedLists
 
size() - Method in class org.apache.hadoop.hbase.util.ObjectPool
Returns an estimated count of objects kept in the pool.
SizeCachedKeyValue - Class in org.apache.hadoop.hbase
This class is an extension to KeyValue where rowLen and keyLen are cached.
SizeCachedKeyValue(byte[], int, int, long) - Constructor for class org.apache.hadoop.hbase.SizeCachedKeyValue
 
SizeCachedNoTagsKeyValue - Class in org.apache.hadoop.hbase
This class is an extension to ContentSizeCachedKeyValue where there are no tags in Cell.
SizeCachedNoTagsKeyValue(byte[], int, int, long) - Constructor for class org.apache.hadoop.hbase.SizeCachedNoTagsKeyValue
 
SizedCellScanner - Interface in org.apache.hadoop.hbase.io
A CellScanner that knows its size in memory in bytes.
sizeOf(byte[]) - Static method in class org.apache.hadoop.hbase.util.ClassSize
Calculate the memory consumption (in byte) of a byte array, including the array header and the whole backing byte array.
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
sizeOfByteArray(int) - Static method in class org.apache.hadoop.hbase.util.ClassSize
Calculate the memory consumption (in byte) of a part of a byte array, including the array header and the part of the backing byte array.
skip(long) - Method in class org.apache.hadoop.hbase.io.ByteBufferInputStream
Skips n bytes of input from this input stream.
skip(long) - Method in class org.apache.hadoop.hbase.io.ByteBuffInputStream
Skips n bytes of input from this input stream.
skip(int) - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Jumps the current position of this ByteBuff by specified length.
skip(int) - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
Jumps the current position of this MBB by specified length.
skip(int) - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
skip(PositionedByteRange) - Method in interface org.apache.hadoop.hbase.types.DataType
Skip src's position forward over one encoded value.
skip(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.FixedLengthWrapper
 
skip(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.OrderedBytesBase
 
skip(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.RawByte
 
skip(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.RawBytes
 
skip(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.RawDouble
 
skip(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.RawFloat
 
skip(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.RawInteger
 
skip(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.RawLong
 
skip(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.RawShort
 
skip(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.RawString
 
skip(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.Struct
 
skip() - Method in class org.apache.hadoop.hbase.types.StructIterator
Bypass the next encoded value.
skip(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.TerminatedWrapper
Skip src's position forward over one encoded value.
skip(ByteBuffer, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Increment position in buffer.
skip(PositionedByteRange) - Static method in class org.apache.hadoop.hbase.util.OrderedBytes
Skip buff's position forward over one encoded value.
skipSleepCycle() - Method in class org.apache.hadoop.hbase.util.Sleeper
If currently asleep, stops sleeping; if not asleep, will skip the next sleep cycle.
sleep() - Method in class org.apache.hadoop.hbase.util.Sleeper
Sleep for period.
sleep(long) - Method in class org.apache.hadoop.hbase.util.Sleeper
Sleep for period adjusted by passed startTime
sleep(long) - Static method in class org.apache.hadoop.hbase.util.Threads
If interrupted, just prints out the interrupt on STDOUT, resets interrupt and returns
Sleeper - Class in org.apache.hadoop.hbase.util
Sleeper for current thread.
Sleeper(int, Stoppable) - Constructor for class org.apache.hadoop.hbase.util.Sleeper
 
sleepUntilNextRetry() - Method in class org.apache.hadoop.hbase.util.RetryCounter
Sleep for a back off time as supplied by the backoff policy, and increases the attempts
sleepWithoutInterrupt(long) - Static method in class org.apache.hadoop.hbase.util.Threads
Sleeps for the given amount of time even if interrupted.
slice() - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Returns an ByteBuff which is a sliced version of this ByteBuff.
slice() - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
Returns an MBB which is a sliced version of this MBB.
slice() - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
SNAPSHOT_DIR_NAME - Static variable in class org.apache.hadoop.hbase.HConstants
Name of the directory to store all snapshots.
SNAPSHOT_RESTORE_FAILSAFE_NAME - Static variable in class org.apache.hadoop.hbase.HConstants
 
SNAPSHOT_RESTORE_TAKE_FAILSAFE_SNAPSHOT - Static variable in class org.apache.hadoop.hbase.HConstants
 
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)
SoftObjectPool<K,V> - Class in org.apache.hadoop.hbase.util
A SoftReference based shared object pool.
SoftObjectPool(ObjectPool.ObjectFactory<K, V>) - Constructor for class org.apache.hadoop.hbase.util.SoftObjectPool
 
SoftObjectPool(ObjectPool.ObjectFactory<K, V>, int) - Constructor for class org.apache.hadoop.hbase.util.SoftObjectPool
 
SoftObjectPool(ObjectPool.ObjectFactory<K, V>, int, int) - Constructor for class org.apache.hadoop.hbase.util.SoftObjectPool
 
SPAN_RECEIVERS_CONF_KEY - Static variable in class org.apache.hadoop.hbase.trace.SpanReceiverHost
 
SpanReceiverHost - Class in org.apache.hadoop.hbase.trace
This class provides functions for reading the names of SpanReceivers from hbase-site.xml, adding those SpanReceivers to the Tracer, and closing those SpanReceivers when appropriate.
SPARK - Static variable in class org.apache.hadoop.hbase.HBaseInterfaceAudience
 
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
src - Variable in class org.apache.hadoop.hbase.types.StructIterator
 
srcChecksum - Static variable in class org.apache.hadoop.hbase.Version
 
staleRefQueue - Variable in class org.apache.hadoop.hbase.util.ObjectPool
 
standardizeZKQuorumServerString(String, String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKConfig
Standardize the ZK quorum string: make it a "server:clientport" list, separated by ','
start() - Method in class org.apache.hadoop.hbase.util.HasThread
 
startBlockEncoding(HFileBlockEncodingContext, DataOutputStream) - Method in class org.apache.hadoop.hbase.io.encoding.CopyKeyDataBlockEncoder
 
startBlockEncoding(HFileBlockEncodingContext, DataOutputStream) - Method in interface org.apache.hadoop.hbase.io.encoding.DataBlockEncoder
Starts encoding for a block of KeyValues.
startBlockEncoding(HFileBlockEncodingContext, DataOutputStream) - Method in class org.apache.hadoop.hbase.io.encoding.RowIndexCodecV1
 
STARTCODE_QUALIFIER - Static variable in class org.apache.hadoop.hbase.HConstants
The startcode column qualifier
STARTCODE_QUALIFIER_STR - 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.
STATE_QUALIFIER - Static variable in class org.apache.hadoop.hbase.HConstants
 
STATE_QUALIFIER_STR - Static variable in class org.apache.hadoop.hbase.HConstants
The state column qualifier
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_BIND_ADDRESS - Static variable in class org.apache.hadoop.hbase.HConstants
The address to use for binding the local socket for receiving multicast.
STATUS_MULTICAST_NI_NAME - Static variable in class org.apache.hadoop.hbase.HConstants
The network interface name to use for the multicast messages.
STATUS_MULTICAST_PORT - Static variable in class org.apache.hadoop.hbase.HConstants
The port to use for the multicast messages.
STATUS_MULTICAST_PUBLISHER_BIND_ADDRESS - Static variable in class org.apache.hadoop.hbase.HConstants
The address to use for binding the local socket for sending multicast.
STATUS_PUBLISHED - Static variable in class org.apache.hadoop.hbase.HConstants
Setting to activate, or not, the publication of the status by the master.
STATUS_PUBLISHED_DEFAULT - Static variable in class org.apache.hadoop.hbase.HConstants
 
stop(String) - Method in interface org.apache.hadoop.hbase.Stoppable
Stop this service.
Stoppable - Interface in org.apache.hadoop.hbase
Implementers are Stoppable.
store - Variable in class org.apache.hadoop.hbase.io.crypto.KeyStoreKeyProvider
 
STORE_SERVICES - Static variable in class org.apache.hadoop.hbase.util.ClassSize
 
StreamLacksCapabilityException(String, Throwable) - Constructor for exception org.apache.hadoop.hbase.util.CommonFSUtils.StreamLacksCapabilityException
 
StreamLacksCapabilityException(String) - Constructor for exception org.apache.hadoop.hbase.util.CommonFSUtils.StreamLacksCapabilityException
 
StreamUtils - Class in org.apache.hadoop.hbase.io.util
 
StreamUtils() - Constructor for class org.apache.hadoop.hbase.io.util.StreamUtils
 
STRING - Static variable in class org.apache.hadoop.hbase.util.ClassSize
String overhead
STRING_VIS_TAG_TYPE - Static variable in class org.apache.hadoop.hbase.TagType
 
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
 
Struct - Class in org.apache.hadoop.hbase.types
Struct is a simple DataType for implementing "compound rowkey" and "compound qualifier" schema design strategies.
Struct(DataType[]) - Constructor for class org.apache.hadoop.hbase.types.Struct
Create a new Struct instance defined as the sequence of HDataTypes in memberTypes.
StructBuilder - Class in org.apache.hadoop.hbase.types
A helper for building Struct instances.
StructBuilder() - Constructor for class org.apache.hadoop.hbase.types.StructBuilder
Create an empty StructBuilder.
StructIterator - Class in org.apache.hadoop.hbase.types
An Iterator over encoded Struct members.
StructIterator(PositionedByteRange, DataType[]) - Constructor for class org.apache.hadoop.hbase.types.StructIterator
Construct StructIterator over the values encoded in src using the specified types definition.
subMap(K, K) - Method in class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
subMap(K, boolean, K, boolean) - Method in class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
submit(Callable<V>) - Method in class org.apache.hadoop.hbase.util.BoundedCompletionService
 
subset(Configuration, String) - Static method in class org.apache.hadoop.hbase.HBaseConfiguration
Returns a subset of the configuration properties, matching the given key prefix.
SUBSYSTEM_KEY - Static variable in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
SUN_MGMT_DOMAIN - Static variable in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
SUPERUSER_CONF_KEY - Static variable in class org.apache.hadoop.hbase.security.Superusers
Configuration key for superusers
Superusers - Class in org.apache.hadoop.hbase.security
Keeps lists of superusers and super groups loaded from HBase configuration, checks if certain user is regarded as superuser.
SYNC_TIMERANGE_TRACKER - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for SyncTimeRangeTracker
SYSTEM_NAMESPACE - Static variable in class org.apache.hadoop.hbase.NamespaceDescriptor
 
SYSTEM_NAMESPACE_NAME - Static variable in class org.apache.hadoop.hbase.NamespaceDescriptor
System namespace name.
SYSTEM_NAMESPACE_NAME_STR - Static variable in class org.apache.hadoop.hbase.NamespaceDescriptor
 
SYSTEMTABLE_QOS - Static variable in class org.apache.hadoop.hbase.HConstants
 

T

t - Variable in class org.apache.hadoop.hbase.util.HashKey
 
TABLE_FAMILY - Static variable in class org.apache.hadoop.hbase.HConstants
The catalog family
TABLE_FAMILY_STR - Static variable in class org.apache.hadoop.hbase.HConstants
The catalog family as a string
TABLE_MAX_ROWSIZE_DEFAULT - Static variable in class org.apache.hadoop.hbase.HConstants
Default max row size (1 Gb).
TABLE_MAX_ROWSIZE_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
Max size of single row for Get's or Scan's without in-row scanning flag set.
TABLE_STATE_QUALIFIER - Static variable in class org.apache.hadoop.hbase.HConstants
The serialized table state qualifier
TableName - Class in org.apache.hadoop.hbase
Immutable POJO class for representing a table name.
Tag - Interface in org.apache.hadoop.hbase
Tags are part of cells and helps to add metadata about them.
TAG_LENGTH_SIZE - Static variable in interface org.apache.hadoop.hbase.Tag
 
TagCompressionContext - Class in org.apache.hadoop.hbase.io
Context that holds the dictionary for Tag compression and doing the compress/uncompress.
TagCompressionContext(Class<? extends Dictionary>, int) - Constructor for class org.apache.hadoop.hbase.io.TagCompressionContext
 
tags - Variable in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
TAGS_LENGTH_SIZE - Static variable in class org.apache.hadoop.hbase.KeyValue
Size of the tags length field in bytes
tagsIterator(byte[], int, int) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of 2.0.0 and will be removed in 3.0.0 Instead use PrivateCellUtil.tagsIterator(Cell)
tagsIterator(Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Util method to iterate through the tags in the given cell.
tagsIterator(ByteBuffer, int, int) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
tagsLength - Variable in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
tagsOffset - Variable in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
TagType - Class in org.apache.hadoop.hbase
 
TagType() - Constructor for class org.apache.hadoop.hbase.TagType
 
TagUtil - Class in org.apache.hadoop.hbase
 
tail(byte[], int) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
tailMap(K, boolean) - Method in class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
tailMap(K) - Method in class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
take() - Method in class org.apache.hadoop.hbase.util.BoundedCompletionService
 
TEMPORARY_FS_DIRECTORY_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
Config key for hbase temporary directory in hdfs
term - Variable in class org.apache.hadoop.hbase.types.TerminatedWrapper
 
TerminatedWrapper<T> - Class in org.apache.hadoop.hbase.types
Wraps an existing DataType implementation as a terminated version of itself.
TerminatedWrapper(DataType<T>, byte[]) - Constructor for class org.apache.hadoop.hbase.types.TerminatedWrapper
Create a terminated version of the wrapped.
TerminatedWrapper(DataType<T>, String) - Constructor for class org.apache.hadoop.hbase.types.TerminatedWrapper
Create a terminated version of the wrapped.
terminatorPosition(PositionedByteRange) - Method in class org.apache.hadoop.hbase.types.TerminatedWrapper
Return the position at which term begins within src, or -1 if term is not found.
theUnsafe - Static variable in class org.apache.hadoop.hbase.util.UnsafeAccess
 
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
 
ThrottledInputStream - Class in org.apache.hadoop.hbase.io.hadoopbackport
The ThrottleInputStream provides bandwidth throttling on a specified InputStream.
ThrottledInputStream(InputStream) - Constructor for class org.apache.hadoop.hbase.io.hadoopbackport.ThrottledInputStream
 
ThrottledInputStream(InputStream, long) - Constructor for class org.apache.hadoop.hbase.io.hadoopbackport.ThrottledInputStream
 
TimeoutIOException - Exception in org.apache.hadoop.hbase.exceptions
Exception thrown when a blocking operation times out.
TimeoutIOException() - Constructor for exception org.apache.hadoop.hbase.exceptions.TimeoutIOException
 
TimeoutIOException(String) - Constructor for exception org.apache.hadoop.hbase.exceptions.TimeoutIOException
 
TimeoutIOException(String, Throwable) - Constructor for exception org.apache.hadoop.hbase.exceptions.TimeoutIOException
 
TimeoutIOException(Throwable) - Constructor for exception org.apache.hadoop.hbase.exceptions.TimeoutIOException
 
TimeRange - Class in org.apache.hadoop.hbase.io
Represents an interval of version timestamps.
TimeRange() - Constructor for class org.apache.hadoop.hbase.io.TimeRange
Deprecated.
This is made @InterfaceAudience.Private in the 2.0 line and above and may be changed to private or removed in 3.0.
TimeRange(long) - Constructor for class org.apache.hadoop.hbase.io.TimeRange
Deprecated.
This is made @InterfaceAudience.Private in the 2.0 line and above and may be changed to private or removed in 3.0.
TimeRange(byte[]) - Constructor for class org.apache.hadoop.hbase.io.TimeRange
Deprecated.
This is made @InterfaceAudience.Private in the 2.0 line and above and may be changed to private or removed in 3.0.
TimeRange(byte[], byte[]) - Constructor for class org.apache.hadoop.hbase.io.TimeRange
Deprecated.
This is made @InterfaceAudience.Private in the 2.0 line and above and may be changed to private or removed in 3.0.
TimeRange(long, long) - Constructor for class org.apache.hadoop.hbase.io.TimeRange
Deprecated.
This is made @InterfaceAudience.Private in the 2.0 line and above and may be changed to private or removed in 3.0.
TIMERANGE - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for timerange
timestamp - Variable in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
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
 
tmpPair - Variable in class org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1
 
toArray(List<byte[]>) - Static method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable
 
toArray(List<byte[]>) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
toBigDecimal(ByteBuffer, int, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Reads a BigDecimal value at the given buffer's offset.
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
toBinaryByteArrays(String[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
 
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
toByte(ByteBuffer, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
 
toByte(ByteBuffer, int) - Static method in class org.apache.hadoop.hbase.util.UnsafeAccess
Returns the byte at the given offset
toByte(Object, long) - Static method in class org.apache.hadoop.hbase.util.UnsafeAccess
Returns the byte at the given offset of the object
toByteArray() - Method in class org.apache.hadoop.hbase.filter.ByteArrayComparable
 
toByteArray() - Method in class org.apache.hadoop.hbase.io.ByteArrayOutputStream
Copies the content of this Stream into a new byte array.
toByteArray(int, int) - Method in class org.apache.hadoop.hbase.io.ByteBufferListOutputStream
 
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() - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Copy the content from this ByteBuff to a byte[].
toBytes(int, int) - Method in class org.apache.hadoop.hbase.nio.ByteBuff
Copy the content from this ByteBuff to a byte[] based on the given offset and length
toBytes(int, int) - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
Copy the content from this MBB to a byte[] based on the given offset and length
toBytes(int, int) - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
 
toBytes() - Method in class org.apache.hadoop.hbase.TableName
 
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, int, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Copy the given number of bytes from specified offset into a new byte[]
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
 
toByteString() - Method in class org.apache.hadoop.hbase.util.Bytes
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0.
toDouble(ByteBuffer, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Reads a double value at the given buffer's offset.
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"
toGroupEntry(String) - Static method in class org.apache.hadoop.hbase.AuthUtil
Returns the group entry with the group prefix for a group principal.
toHex(byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Convert a byte range into a hex string
toHex(byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
Convert a byte array into a hex string
toInt(ByteBuffer) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Reads an int value at the given buffer's current position.
toInt(ByteBuffer, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Reads an int value at the given buffer's offset.
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
toInt(byte[], int) - Static method in class org.apache.hadoop.hbase.util.UnsafeAccess
Converts a byte array to an int value considering it was written in big-endian format.
toInt(ByteBuffer, int) - Static method in class org.apache.hadoop.hbase.util.UnsafeAccess
Reads an int value at the given buffer's offset considering it was written in big-endian format.
toInt(Object, long) - Static method in class org.apache.hadoop.hbase.util.UnsafeAccess
Reads a int value at the given Object's offset considering it was written in big-endian format.
toIntUnsafe(byte[], int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0.
toLong(ByteBuffer, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Reads a long value at the given buffer's offset.
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.
toLong(byte[], int) - Static method in class org.apache.hadoop.hbase.util.UnsafeAccess
Converts a byte array to a long value considering it was written in big-endian format.
toLong(ByteBuffer, int) - Static method in class org.apache.hadoop.hbase.util.UnsafeAccess
Reads a long value at the given buffer's offset considering it was written in big-endian format.
toLong(Object, long) - Static method in class org.apache.hadoop.hbase.util.UnsafeAccess
Reads a long value at the given Object's offset considering it was written in big-endian format.
toLongUnsafe(byte[], int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0.
toNewKeyCell(Cell) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
Copies the key to a new KeyValue
TOOLS - Static variable in class org.apache.hadoop.hbase.HBaseInterfaceAudience
Denotes classes used as tools (Used from cmd line).
toShort(byte, byte) - Static method in class org.apache.hadoop.hbase.io.util.StreamUtils
 
toShort(ByteBuffer, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
Reads a short value at the given buffer's offset.
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
toShort(byte[], int) - Static method in class org.apache.hadoop.hbase.util.UnsafeAccess
Converts a byte array to a short value considering it was written in big-endian format.
toShort(ByteBuffer, int) - Static method in class org.apache.hadoop.hbase.util.UnsafeAccess
Reads a short value at the given buffer's offset considering it was written in big-endian format.
toShort(Object, long) - Static method in class org.apache.hadoop.hbase.util.UnsafeAccess
Reads a short value at the given Object's offset considering it was written in big-endian format.
toShortString() - Method in class org.apache.hadoop.hbase.ServerName
 
toShortUnsafe(byte[], int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0.
toString() - Method in class org.apache.hadoop.hbase.ArrayBackedTag
 
toString() - Method in class org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
toString() - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
toString() - Method in class org.apache.hadoop.hbase.ByteBufferTag
 
toString(Cell, boolean) - Static method in class org.apache.hadoop.hbase.CellUtil
Returns a string representation of the cell
toString() - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 
toString() - Method in class org.apache.hadoop.hbase.IndividualBytesFieldCell
 
toString() - Method in class org.apache.hadoop.hbase.io.crypto.Context
 
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.hadoopbackport.ThrottledInputStream
toString() - Method in class org.apache.hadoop.hbase.io.hfile.HFileContext
 
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.KeyOnlyKeyValue
 
toString() - Method in class org.apache.hadoop.hbase.KeyValue
 
toString() - Method in class org.apache.hadoop.hbase.NamespaceDescriptor
 
toString() - Method in class org.apache.hadoop.hbase.net.Address
 
toString() - Method in class org.apache.hadoop.hbase.nio.ByteBuff
 
toString() - Method in class org.apache.hadoop.hbase.rsgroup.RSGroupInfo
 
toString() - Method in class org.apache.hadoop.hbase.ScheduledChore
A summation of this chore in human readable format.
toString() - Method in class org.apache.hadoop.hbase.security.User
 
toString() - Method in class org.apache.hadoop.hbase.ServerName
 
toString() - Method in class org.apache.hadoop.hbase.TableName
 
toString() - Method in class org.apache.hadoop.hbase.util.AbstractByteRange
 
toString() - Method in class org.apache.hadoop.hbase.util.Bytes
 
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) - Static method in class org.apache.hadoop.hbase.util.Bytes
This method will convert utf8 encoded bytes into a string.
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.Counter
Deprecated.
 
toString() - Method in class org.apache.hadoop.hbase.util.IdLock.Entry
 
toString() - Method in class org.apache.hadoop.hbase.util.NonceKey
 
toString() - Method in class org.apache.hadoop.hbase.util.ObjectIntPair
 
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(ByteBuff, int, int) - Static method in class org.apache.hadoop.hbase.nio.ByteBuff
 
toStringBinary(ByteBuffer, int, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
 
toStringBinary(ByteBuffer) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
 
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.
toStringUtf8() - Method in class org.apache.hadoop.hbase.util.ImmutableByteArray
 
toStringWithoutDomain() - Method in class org.apache.hadoop.hbase.net.Address
If hostname is a.b.c and the port is 123, return a:123 instead of a.b.c:123.
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
 
toStruct() - Method in class org.apache.hadoop.hbase.types.StructBuilder
Retrieve the Struct represented by this.
totalLengthWithMvccVersion(Iterable<? extends KeyValue>, boolean) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
 
toType(byte) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
toTypeByte(Cell.Type) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
TraceUtil - Class in org.apache.hadoop.hbase.trace
This wrapper class provides functions for accessing htrace 4+ functionality in a simplified way.
transformClusterKey(String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKConfig
Separate the given key into the three configurations it should contain: hbase.zookeeper.quorum, hbase.zookeeper.client.port and zookeeper.znode.parent
TREEMAP - Static variable in class org.apache.hadoop.hbase.util.ClassSize
Overhead for TreeMap
triggerNow(ScheduledChore) - Method in class org.apache.hadoop.hbase.ChoreService
 
triggerNow() - Method in class org.apache.hadoop.hbase.ScheduledChore
 
Triple<A,B,C> - Class in org.apache.hadoop.hbase.util
Utility class to manage a triple.
Triple() - Constructor for class org.apache.hadoop.hbase.util.Triple
 
Triple(A, B, C) - Constructor for class org.apache.hadoop.hbase.util.Triple
 
tryLockEntry(long, long) - Method in class org.apache.hadoop.hbase.util.IdLock
Blocks until the lock corresponding to the given id is acquired.
TTL_TAG_TYPE - Static variable in class org.apache.hadoop.hbase.TagType
 
type - Variable in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
TYPE_KEY - Static variable in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
TYPE_LENGTH_SIZE - Static variable in interface org.apache.hadoop.hbase.Tag
 
TYPE_SIZE - Static variable in class org.apache.hadoop.hbase.KeyValue
Size of the key type field in bytes
typeA - Variable in class org.apache.hadoop.hbase.types.Union2
 
typeB - Variable in class org.apache.hadoop.hbase.types.Union2
 
typeC - Variable in class org.apache.hadoop.hbase.types.Union3
 
typeD - Variable in class org.apache.hadoop.hbase.types.Union4
 
types - Variable in class org.apache.hadoop.hbase.types.StructIterator
 

U

ugi - Variable in class org.apache.hadoop.hbase.security.User
 
unaligned() - Static method in class org.apache.hadoop.hbase.util.UnsafeAvailChecker
 
uncompressTags(InputStream, byte[], int, int) - Method in class org.apache.hadoop.hbase.io.TagCompressionContext
Uncompress tags from the InputStream and writes to the destination array.
uncompressTags(ByteBuff, byte[], int, int) - Method in class org.apache.hadoop.hbase.io.TagCompressionContext
Uncompress tags from the input ByteBuffer and writes to the destination array.
uncompressTags(InputStream, ByteBuffer, int) - Method in class org.apache.hadoop.hbase.io.TagCompressionContext
Uncompress tags from the InputStream and writes to the destination buffer.
UnexpectedStateException - Exception in org.apache.hadoop.hbase.exceptions
 
UnexpectedStateException() - Constructor for exception org.apache.hadoop.hbase.exceptions.UnexpectedStateException
 
UnexpectedStateException(String) - Constructor for exception org.apache.hadoop.hbase.exceptions.UnexpectedStateException
 
UnexpectedStateException(String, Throwable) - Constructor for exception org.apache.hadoop.hbase.exceptions.UnexpectedStateException
 
UnexpectedStateException(Throwable) - Constructor for exception org.apache.hadoop.hbase.exceptions.UnexpectedStateException
 
Union2<A,B> - Class in org.apache.hadoop.hbase.types
The Union family of DataTypes encode one of a fixed set of Objects.
Union2(DataType<A>, DataType<B>) - Constructor for class org.apache.hadoop.hbase.types.Union2
Create an instance of Union2 over the set of specified types.
Union3<A,B,C> - Class in org.apache.hadoop.hbase.types
The Union family of DataTypes encode one of a fixed collection of Objects.
Union3(DataType<A>, DataType<B>, DataType<C>) - Constructor for class org.apache.hadoop.hbase.types.Union3
Create an instance of Union3 over the set of specified types.
Union4<A,B,C,D> - Class in org.apache.hadoop.hbase.types
The Union family of DataTypes encode one of a fixed collection of Objects.
Union4(DataType<A>, DataType<B>, DataType<C>, DataType<D>) - Constructor for class org.apache.hadoop.hbase.types.Union4
Create an instance of Union4 over the set of specified types.
UNITTEST - Static variable in class org.apache.hadoop.hbase.HBaseInterfaceAudience
 
UNKNOWN_SERVERNAME - Static variable in class org.apache.hadoop.hbase.ServerName
What to use if server name is unknown.
UNSAFE_STREAM_CAPABILITY_ENFORCE - Static variable in class org.apache.hadoop.hbase.util.CommonFSUtils
Parameter to disable stream capability enforcement checks
UNSAFE_UNALIGNED - Static variable in class org.apache.hadoop.hbase.util.ByteBufferUtils
 
UnsafeAccess - Class in org.apache.hadoop.hbase.util
 
UnsafeAvailChecker - Class in org.apache.hadoop.hbase.util
 
unset() - Method in class org.apache.hadoop.hbase.util.AbstractByteRange
 
unset() - Method in class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
unset() - Method in interface org.apache.hadoop.hbase.util.ByteRange
Nullifies this ByteRange.
unset() - Method in interface org.apache.hadoop.hbase.util.PositionedByteRange
 
unset() - Method in class org.apache.hadoop.hbase.util.SimpleByteRange
 
unset() - Method in class org.apache.hadoop.hbase.util.SimpleMutableByteRange
 
unset() - Method in class org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
unset() - Method in class org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
UNSET_HASH_VALUE - Static variable in class org.apache.hadoop.hbase.util.AbstractByteRange
 
unsignedBinarySearch(ByteBuff, int, int, byte) - Static method in class org.apache.hadoop.hbase.nio.ByteBuff
Search sorted array "a" for byte "key".
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.
unwrap(byte[], int, int) - Method in class org.apache.hadoop.hbase.io.crypto.aes.CryptoAES
Decrypts input data.
unwrapCompletionException(Throwable) - Static method in class org.apache.hadoop.hbase.util.FutureUtils
Get the cause of the Throwable if it is a CompletionException.
updateLatestStamp(Cell, long) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of HBase-2.0. Will be removed in HBase-3.0
updateLatestStamp(Cell, byte[], int) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of HBase-2.0. Will be removed in HBase-3.0
updateLatestStamp(byte[]) - Method in class org.apache.hadoop.hbase.KeyValue
 
updateLatestStamp(Cell, long) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Sets the given timestamp to the cell iff current timestamp is HConstants.LATEST_TIMESTAMP.
updateLatestStamp(Cell, byte[]) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Sets the given timestamp to the cell iff current timestamp is HConstants.LATEST_TIMESTAMP.
updateMax(AtomicLong, long) - Static method in class org.apache.hadoop.hbase.util.AtomicUtils
Updates a AtomicLong which is supposed to maintain the maximum values.
updateMin(AtomicLong, long) - Static method in class org.apache.hadoop.hbase.util.AtomicUtils
Updates a AtomicLong which is supposed to maintain the minimum values.
url - Static variable in class org.apache.hadoop.hbase.Version
 
USE_META_REPLICAS - Static variable in class org.apache.hadoop.hbase.HConstants
Conf key for enabling meta replication
User - Class in org.apache.hadoop.hbase.security
Wrapper to abstract out usage of user and group information in HBase.
User() - Constructor for class org.apache.hadoop.hbase.security.User
 
user - Static variable in class org.apache.hadoop.hbase.Version
 
User.SecureHadoopUser - Class in org.apache.hadoop.hbase.security
Bridges User invocations to underlying calls to UserGroupInformation for secure Hadoop 0.20 and versions 0.21 and above.
useRetry() - Method in class org.apache.hadoop.hbase.util.RetryCounter
 
UserProvider - Class in org.apache.hadoop.hbase.security
Provide an instance of a user.
UserProvider() - Constructor for class org.apache.hadoop.hbase.security.UserProvider
 
useUnsafeLayout() - Static method in class org.apache.hadoop.hbase.util.ClassSize
 
UTF8 - Static variable in class org.apache.hadoop.hbase.util.OrderedBytes
 
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_NAMESPACE_REGEX - Static variable in class org.apache.hadoop.hbase.TableName
 
VALID_PORT_REGEX - Static variable in class org.apache.hadoop.hbase.util.Addressing
 
VALID_TABLE_QUALIFIER_REGEX - Static variable in class org.apache.hadoop.hbase.TableName
 
VALID_USER_TABLE_REGEX - Static variable in class org.apache.hadoop.hbase.TableName
 
validateClusterKey(String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKConfig
Verifies that the given key matches the expected format for a ZooKeeper cluster key.
validateRootPath(Path) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
Verifies root directory path is a valid URI with a scheme
value - Variable in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
VALUE_MASK - Static variable in class org.apache.hadoop.hbase.util.ByteBufferUtils
 
valueOf(String) - Static method in enum org.apache.hadoop.hbase.backup.BackupType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.Cell.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.CellBuilderType
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.
valueOf(String, int, long) - Static method in class org.apache.hadoop.hbase.ServerName
Retrieve an instance of ServerName.
valueOf(String) - Static method in class org.apache.hadoop.hbase.ServerName
Retrieve an instance of ServerName.
valueOf(String, long) - Static method in class org.apache.hadoop.hbase.ServerName
Retrieve an instance of ServerName.
valueOf(String, String) - Static method in class org.apache.hadoop.hbase.TableName
 
valueOf(byte[]) - Static method in class org.apache.hadoop.hbase.TableName
 
valueOf(String) - Static method in class org.apache.hadoop.hbase.TableName
 
valueOf(byte[], byte[]) - Static method in class org.apache.hadoop.hbase.TableName
 
valueOf(ByteBuffer, ByteBuffer) - Static method in class org.apache.hadoop.hbase.TableName
 
valueOf(String) - Static method in enum org.apache.hadoop.hbase.util.ChecksumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.util.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.util.PrettyPrinter.Unit
Returns the enum constant of this type with the specified name.
valueOf(String, PrettyPrinter.Unit) - Static method in class org.apache.hadoop.hbase.util.PrettyPrinter
Convert a human readable string to its value.
values() - Static method in enum org.apache.hadoop.hbase.backup.BackupType
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.Cell.Type
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.CellBuilderType
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.types.CopyOnWriteArrayMap
 
values() - Static method in enum org.apache.hadoop.hbase.util.ChecksumType
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.util.Order
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.util.PrettyPrinter.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in org.apache.hadoop.hbase
 
Version() - Constructor for class org.apache.hadoop.hbase.Version
 
version - Static variable in class org.apache.hadoop.hbase.Version
 
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
VersionInfo - Class in org.apache.hadoop.hbase.util
This class finds the Version information for HBase.
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
 
VISIBILITY_EXP_SERIALIZATION_FORMAT_TAG_TYPE - Static variable in class org.apache.hadoop.hbase.TagType
 
VISIBILITY_TAG_TYPE - Static variable in class org.apache.hadoop.hbase.TagType
 
visit(TNode, AvlUtil.AvlNodeVisitor<TNode>) - Static method in class org.apache.hadoop.hbase.util.AvlUtil.AvlTree
Visit each node of the tree
visitNode(TNode) - Method in interface org.apache.hadoop.hbase.util.AvlUtil.AvlNodeVisitor
 
vLength - Variable in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
vOffset - Variable in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 

W

waitForWaiters(long, int) - Method in class org.apache.hadoop.hbase.util.IdLock
 
WAL_STORAGE_POLICY - Static variable in class org.apache.hadoop.hbase.HConstants
Configuration name of WAL storage policy Valid values are: HOT, COLD, WARM, ALL_SSD, ONE_SSD, LAZY_PERSIST See http://hadoop.apache.org/docs/r2.7.3/hadoop-project-dist/hadoop-hdfs/ArchivalStorage.html
WeakObjectPool<K,V> - Class in org.apache.hadoop.hbase.util
A WeakReference based shared object pool.
WeakObjectPool(ObjectPool.ObjectFactory<K, V>) - Constructor for class org.apache.hadoop.hbase.util.WeakObjectPool
 
WeakObjectPool(ObjectPool.ObjectFactory<K, V>, int) - Constructor for class org.apache.hadoop.hbase.util.WeakObjectPool
 
WeakObjectPool(ObjectPool.ObjectFactory<K, V>, int, int) - Constructor for class org.apache.hadoop.hbase.util.WeakObjectPool
 
WEEK_IN_SECONDS - Static variable in class org.apache.hadoop.hbase.HConstants
Deprecated.
withBlockSize(int) - Method in class org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
 
withBytesPerCheckSum(int) - Method in class org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
 
withChecksumType(ChecksumType) - Method in class org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
 
withCompression(Compression.Algorithm) - Method in class org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
 
withCompressTags(boolean) - Method in class org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
 
withCreateTime(long) - Method in class org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
 
withDataBlockEncoding(DataBlockEncoding) - Method in class org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
 
withEncryptionContext(Encryption.Context) - Method in class org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
 
withHBaseCheckSum(boolean) - Method in class org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
 
withHFileName(String) - Method in class org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
 
withIncludesMvcc(boolean) - Method in class org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
 
withIncludesTags(boolean) - Method in class org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
 
withinOrAfterTimeRange(long) - Method in class org.apache.hadoop.hbase.io.TimeRange
Check if the specified timestamp is within or after this TimeRange.
withinTimeRange(byte[], int) - Method in class org.apache.hadoop.hbase.io.TimeRange
Deprecated.
This is made @InterfaceAudience.Private in the 2.0 line and above and may be changed to private or removed in 3.0. Use TimeRange.withinTimeRange(long) instead
withinTimeRange(long) - Method in class org.apache.hadoop.hbase.io.TimeRange
Check if the specified timestamp is within this TimeRange.
wrap(byte[], int, int) - Method in class org.apache.hadoop.hbase.io.crypto.aes.CryptoAES
Encrypts input data.
wrap(Runnable, String) - Static method in class org.apache.hadoop.hbase.trace.TraceUtil
Wrap runnable with current tracer and description
wrap(byte[]) - Static method in class org.apache.hadoop.hbase.util.ImmutableByteArray
 
wrapFuture(CompletableFuture<T>, Executor) - Static method in class org.apache.hadoop.hbase.util.FutureUtils
Return a CompletableFuture which is same with the given future, but execute all the callbacks in the given executor.
wrapped - Variable in class org.apache.hadoop.hbase.types.TerminatedWrapper
 
write(OutputStream, boolean) - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
write(ByteBuffer, int) - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
 
write(Cell) - Method in class org.apache.hadoop.hbase.codec.BaseEncoder
 
write(Cell) - Method in class org.apache.hadoop.hbase.codec.KeyValueCodec.KeyValueEncoder
 
write(Cell) - Method in class org.apache.hadoop.hbase.codec.KeyValueCodecWithTags.KeyValueEncoder
 
write(DataOutput) - Method in class org.apache.hadoop.hbase.CompoundConfiguration
 
write(OutputStream, boolean) - Method in interface org.apache.hadoop.hbase.ExtendedCell
Write this cell to an OutputStream in a KeyValue format.
write(ByteBuffer, int) - Method in interface org.apache.hadoop.hbase.ExtendedCell
Write this Cell into the given buf's offset in a KeyValue format.
write(ByteBuffer, int, int) - Method in class org.apache.hadoop.hbase.io.ByteArrayOutputStream
 
write(int) - Method in class org.apache.hadoop.hbase.io.ByteArrayOutputStream
 
write(byte[], int, int) - Method in class org.apache.hadoop.hbase.io.ByteArrayOutputStream
 
write(byte[], int, int) - Method in class org.apache.hadoop.hbase.io.ByteBufferListOutputStream
 
write(ByteBuffer, int, int) - Method in class org.apache.hadoop.hbase.io.ByteBufferListOutputStream
 
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(ByteBuffer, int, int) - Method in class org.apache.hadoop.hbase.io.ByteBufferOutputStream
 
write(ByteBuffer, int, int) - Method in interface org.apache.hadoop.hbase.io.ByteBufferWriter
Writes len bytes from the specified ByteBuffer starting at offset off
write(ByteBuffer, int, int) - Method in class org.apache.hadoop.hbase.io.ByteBufferWriterDataOutputStream
 
write(ByteBuffer, int, int) - Method in class org.apache.hadoop.hbase.io.ByteBufferWriterOutputStream
 
write(int) - Method in class org.apache.hadoop.hbase.io.ByteBufferWriterOutputStream
 
write(byte[], int, int) - Method in class org.apache.hadoop.hbase.io.ByteBufferWriterOutputStream
 
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(Cell) - Method in class org.apache.hadoop.hbase.io.encoding.NoneEncoder
 
write(Cell) - Method in class org.apache.hadoop.hbase.io.encoding.RowIndexEncoderV1
 
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(ByteBuff) - Method in enum org.apache.hadoop.hbase.io.hfile.BlockType
 
write(DataOutput) - Method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable
 
write(OutputStream, byte[], int, int, Dictionary) - Static method in interface org.apache.hadoop.hbase.io.util.Dictionary
Helper methods to write the dictionary data to the OutputStream
write(OutputStream, ByteBuffer, int, int, Dictionary) - Static method in interface org.apache.hadoop.hbase.io.util.Dictionary
Helper methods to write the dictionary data to the OutputStream
write(OutputStream, boolean) - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
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, boolean) - Method in class org.apache.hadoop.hbase.KeyValue
 
write(ByteBuffer, int) - Method in class org.apache.hadoop.hbase.KeyValue
 
write(KeyValue, DataOutput) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
Write out a KeyValue in the manner in which we used to when KeyValue was a Writable.
write(OutputStream, boolean) - Method in class org.apache.hadoop.hbase.NoTagsKeyValue
 
write(OutputStream, boolean) - Method in class org.apache.hadoop.hbase.SizeCachedNoTagsKeyValue
 
write(OutputStream, ByteRange) - Static method in class org.apache.hadoop.hbase.util.ByteRangeUtils
 
write(OutputStream, ByteRange, int) - Static method in class org.apache.hadoop.hbase.util.ByteRangeUtils
 
write(String, String) - Method in interface org.apache.hadoop.hbase.util.JSONBean.Writer
 
write(MBeanServer, ObjectName, String, boolean) - Method in interface org.apache.hadoop.hbase.util.JSONBean.Writer
 
writeByteArray(byte[], int, byte[], int, int, byte[], int, int, byte[], int, int, long, KeyValue.Type, byte[], int, int, Tag[]) - Static method in class org.apache.hadoop.hbase.KeyValue
Write KeyValue format into the provided byte array.
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.
writeCell(Cell, OutputStream, boolean) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Writes the cell to the given OutputStream
writeCellToBuffer(Cell, ByteBuffer, int) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Writes a cell to the buffer at the given offset
writeFamily(OutputStream, Cell, byte) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Writes the family from the given cell to the output stream
writeFlatKey(Cell, DataOutputStream) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of HBase-2.0. Will be removed in HBase-3.0
writeFlatKey(Cell, DataOutput) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Writes the Cell's key part as it would have serialized in a KeyValue.
writeFlatKey(Cell, OutputStream) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
 
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.
writeInt(int) - Method in class org.apache.hadoop.hbase.io.ByteArrayOutputStream
 
writeInt(int) - Method in class org.apache.hadoop.hbase.io.ByteBufferOutputStream
Writes an int to the underlying output stream as four bytes, high byte first.
writeInt(int) - Method in interface org.apache.hadoop.hbase.io.ByteBufferWriter
Writes an int to the underlying output stream as four bytes, high byte first.
writeInt(int) - Method in class org.apache.hadoop.hbase.io.ByteBufferWriterOutputStream
 
writeInt(OutputStream, int) - Static method in class org.apache.hadoop.hbase.io.util.StreamUtils
 
writeLong(OutputStream, long) - Static method in class org.apache.hadoop.hbase.io.util.StreamUtils
 
writeQualifier(OutputStream, Cell, int) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Writes the qualifier from the given cell to the output stream
writeQualifierSkippingBytes(DataOutputStream, Cell, int, int) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Writes the qualifier from the given cell to the output stream excluding the common prefix
writeRawVInt32(OutputStream, int) - Static method in class org.apache.hadoop.hbase.io.util.StreamUtils
 
writeRow(OutputStream, Cell, short) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Writes the row from the given cell to the output stream
writeRowKeyExcludingCommon(Cell, short, int, DataOutputStream) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of HBase-2.0. Will be removed in HBase-3.0
writeRowKeyExcludingCommon(Cell, short, int, DataOutputStream) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Write rowkey excluding the common part.
writeRowSkippingBytes(DataOutputStream, Cell, short, int) - Static method in class org.apache.hadoop.hbase.CellUtil
Deprecated.
As of 2.0. Will be removed in hbase-3.0
writeRowSkippingBytes(DataOutputStream, Cell, short, int) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Writes the row from the given cell to the output stream excluding the common prefix
writeShort(OutputStream, short) - Static method in class org.apache.hadoop.hbase.io.util.StreamUtils
 
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.
writeTags(OutputStream, Cell, int) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Writes the tag from the given cell to the output stream
writeTo(OutputStream) - Method in class org.apache.hadoop.hbase.io.ByteBufferListOutputStream
 
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
 
writeTo(PrintStream) - Static method in class org.apache.hadoop.hbase.util.VersionInfo
 
writeToStream(OutputStream) - Method in enum org.apache.hadoop.hbase.io.hfile.BlockType
 
writeValue(OutputStream, Cell, int) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
Writes the value from the given cell to the output stream
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_CLIENT_KERBEROS_PRINCIPAL - Static variable in class org.apache.hadoop.hbase.HConstants
 
ZK_CLIENT_KEYTAB_FILE - Static variable in class org.apache.hadoop.hbase.HConstants
Configuration keys for programmatic JAAS configuration for secured ZK interaction
ZK_SERVER_KERBEROS_PRINCIPAL - Static variable in class org.apache.hadoop.hbase.HConstants
 
ZK_SERVER_KEYTAB_FILE - 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
ZKConfig - Class in org.apache.hadoop.hbase.zookeeper
Utility methods for reading, and building the ZooKeeper configuration.
ZKConfig.ZKClusterKey - Class in org.apache.hadoop.hbase.zookeeper
 
ZOOKEEPER_CLIENT_PORT - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for the client port that the zookeeper listens on
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
Deprecated.
ZOOKEEPER_TICK_TIME - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for the ZK tick time
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 
Skip navigation links

Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.