- 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(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
-
- AbstractHBaseTool.OptionsOrderComparator - Class in org.apache.hadoop.hbase.util
-
- AbstractPositionedByteRange - Class in org.apache.hadoop.hbase.util
-
- AbstractPositionedByteRange() - Constructor for class org.apache.hadoop.hbase.util.AbstractPositionedByteRange
-
- accept(AttributesBuilder) - Method in class org.apache.hadoop.hbase.io.hfile.trace.HFileContextAttributesBuilderConsumer
-
- 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.
- 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
-
Concatenate byte arrays.
- add(byte[], byte[], byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
-
Concatenate byte arrays.
- add(byte[][]) - Static method in class org.apache.hadoop.hbase.util.Bytes
-
Concatenate byte arrays.
- add(long) - Method in class org.apache.hadoop.hbase.util.Counter
-
Deprecated.
- add(T) - Method in class org.apache.hadoop.hbase.util.ReservoirSample
-
- add(Iterator<T>) - Method in class org.apache.hadoop.hbase.util.ReservoirSample
-
- add(Stream<T>) - Method in class org.apache.hadoop.hbase.util.ReservoirSample
-
- 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
-
- 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
-
- addListener(Future<V>, GenericFutureListener<? extends Future<? super V>>) - Static method in class org.apache.hadoop.hbase.util.NettyFutureUtils
-
This is method is used when you just want to add a listener to the given netty future.
- addOption(Option) - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool
-
- addOptions() - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool
-
- 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
-
- 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
- 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
-
- 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(int) - Method in class org.apache.hadoop.hbase.io.ByteBuffAllocator
-
Allocate size bytes from the ByteBufAllocator, Note to call the
ByteBuff.release()
if
no need any more, otherwise the memory leak happen in NIO ByteBuffer pool.
- allocate(long) - Method in interface org.apache.hadoop.hbase.util.ByteBufferAllocator
-
Allocates a bytebuffer
- allocateOneBuffer() - Method in class org.apache.hadoop.hbase.io.ByteBuffAllocator
-
Allocate an buffer with buffer size from ByteBuffAllocator, Note to call the
ByteBuff.release()
if no need any more, otherwise the memory leak happen in NIO
ByteBuffer pool.
- ALLOCATOR_POOL_ENABLED_KEY - Static variable in class org.apache.hadoop.hbase.io.ByteBuffAllocator
-
- allOf(List<CompletableFuture<T>>) - Static method in class org.apache.hadoop.hbase.util.FutureUtils
-
Returns a new CompletableFuture that is completed when all of the given CompletableFutures
complete.
- 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
-
Append a node to the tree
- 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
-
Append a list of nodes to the tree
- 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
-
Deprecated.
Check whether two parts in the same buffer are equal.
- array() - Method in class org.apache.hadoop.hbase.nio.ByteBuff
-
Returns the byte[] if the underlying BB has single BB and hasArray true
- 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
-
Returns the arrayOffset of the byte[] incase of a single BB backed 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
-
Returns an InterruptedIOException if t was an interruption, null otherwise
- 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.
- 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
-
- asSubByteBuffers(long, int) - Method in class org.apache.hadoop.hbase.util.ByteBufferArray
-
Creates a sub-array from a given array of ByteBuffers from the given offset to the length
specified.
- 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.
- AUTHENTICATION - Static variable in class org.apache.hadoop.hbase.HBaseInterfaceAudience
-
Denotes classes that can be used to build custom authentication solutions.
- AuthUtil - Class in org.apache.hadoop.hbase
-
- available() - Method in class org.apache.hadoop.hbase.io.BoundedDelegatingInputStream
-
- 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
- calcIndexKey(byte[], byte[]) - Method in class org.apache.hadoop.hbase.KeyValue.KVComparator
-
Deprecated.
- call() - Method in interface org.apache.hadoop.hbase.trace.TraceUtil.ThrowingCallable
-
- 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
-
- CanReinit - Interface in org.apache.hadoop.hbase.io.compress
-
This is a marker interface that indicates if a compressor or decompressor type can support
reinitialization via reinit(Configuration conf).
- capacity() - Method in class org.apache.hadoop.hbase.nio.ByteBuff
-
Returns the total capacity of this ByteBuff.
- capacity() - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
-
Returns the total capacity of this MultiByteBuffer.
- capacity() - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
-
- carryForwardTags(Cell) - Static method in class org.apache.hadoop.hbase.TagUtil
-
Returns A List<Tag> of any Tags found in cell
else null.
- 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
-
Returns Carry forward the TTL tag.
- 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
-
- 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
-
- 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
-
Returns A CellScanner over the contained
Cell
s
- 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.
- 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.
- checkRefCount() - Method in class org.apache.hadoop.hbase.nio.ByteBuff
-
Checks that there are still references to the buffer.
- 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_KEY - Static variable in class org.apache.hadoop.hbase.trace.HBaseSemanticAttributes
-
- 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
- CHORE_SERVICE_INITIAL_POOL_SIZE - Static variable in class org.apache.hadoop.hbase.ChoreService
-
The initial number of threads in the core pool for the
ChoreService
.
- 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
-
- clean() - Method in class org.apache.hadoop.hbase.io.ByteBuffAllocator
-
Free all direct buffers if allocated, mainly used for testing.
- 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_CONNECTION_REGISTRY_IMPL_CONF_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
-
Registry implementation to be used on the client side.
- CLIENT_PORT_STR - Static variable in class org.apache.hadoop.hbase.HConstants
-
The ZK client port key in the ZK properties map.
- CLIENT_ZOOKEEPER_CLIENT_PORT - Static variable in class org.apache.hadoop.hbase.HConstants
-
Client port of ZooKeeper for client to locate meta
- CLIENT_ZOOKEEPER_OBSERVER_MODE - Static variable in class org.apache.hadoop.hbase.HConstants
-
Indicate whether the client ZK are observer nodes of the server ZK
- CLIENT_ZOOKEEPER_QUORUM - Static variable in class org.apache.hadoop.hbase.HConstants
-
Name of ZooKeeper quorum configuration parameter for client to locate meta.
- 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
-
- cloneIfNecessary(ArrayList<Cell>) - Static method in class org.apache.hadoop.hbase.CellUtil
-
- cloneIfNecessary(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
-
- 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
-
- 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
-
- CollectionUtils() - Constructor for class org.apache.hadoop.hbase.util.CollectionUtils
-
Deprecated.
- 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.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() - Constructor for class org.apache.hadoop.hbase.io.ImmutableBytesWritable.Comparator
-
- COMPARATOR - Static variable in class org.apache.hadoop.hbase.KeyValue
-
- comparator() - Method in class org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
-
- 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(CellComparator, Cell, byte[], int, int) - Static method in class org.apache.hadoop.hbase.CellUtil
-
- 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(Cell, Cell, boolean) - Method in class org.apache.hadoop.hbase.MetaCellComparator
-
- 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(Option, Option) - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool.OptionsOrderComparator
-
- 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
-
Lexicographically 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
-
Lexicographically 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(byte[], byte[]) - Method in interface org.apache.hadoop.hbase.CellComparator
-
Compares two row bytes
- compareRows(ByteBuffer, Cell) - Method in interface org.apache.hadoop.hbase.CellComparator
-
Lexicographically compare two rows
- 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.KeyValue.KVComparator
-
Deprecated.
Compares the rows of a cell
- 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.
- compareRows(Cell, Cell) - Method in class org.apache.hadoop.hbase.MetaCellComparator
-
- compareRows(Cell, byte[], int, int) - Method in class org.apache.hadoop.hbase.MetaCellComparator
-
- compareRows(byte[], byte[]) - Method in class org.apache.hadoop.hbase.MetaCellComparator
-
- compareRows(ByteBuffer, Cell) - Method in class org.apache.hadoop.hbase.MetaCellComparator
-
- 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
-
- 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
-
Deprecated.
- compareTo(byte[], int, int, ByteBuffer, int, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
-
Deprecated.
- compareTo(ByteBuffer, int, int, byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
-
Deprecated.
- 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
-
Lexicographically compare two arrays.
- 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
-
Lexicographically 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
-
Compress and encrypt the supplied encoded block data with header.
- 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.
- COMPRESSION_ALGORITHM_KEY - Static variable in class org.apache.hadoop.hbase.trace.HBaseSemanticAttributes
-
- compressionOverhead(int) - Static method in class org.apache.hadoop.hbase.io.compress.CompressionUtil
-
Most compression algorithms can be presented with pathological input that causes an expansion
rather than a compression.
- CompressionUtil - Class in org.apache.hadoop.hbase.io.compress
-
- 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
- computeCryptoKeyHash(Configuration, byte[]) - Static method in class org.apache.hadoop.hbase.io.crypto.Encryption
-
Returns the hash of the supplied argument, using the hash algorithm specified in the given
config.
- computeIfAbsent(ConcurrentMap<K, V>, K, Supplier<V>) - Static method in class org.apache.hadoop.hbase.util.ConcurrentMapUtils
-
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.ConcurrentMapUtils
-
- computeIfAbsentEx(ConcurrentMap<K, V>, K, ConcurrentMapUtils.IOExceptionSupplier<V>) - Static method in class org.apache.hadoop.hbase.util.ConcurrentMapUtils
-
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
- ConcurrentMapUtils - Class in org.apache.hadoop.hbase.util
-
Utility methods for dealing with Collections, including treating null collections as empty.
- ConcurrentMapUtils() - Constructor for class org.apache.hadoop.hbase.util.ConcurrentMapUtils
-
- ConcurrentMapUtils.IOExceptionSupplier<V> - Interface in org.apache.hadoop.hbase.util
-
A supplier that throws IOException when get.
- 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
-
- ConfigurationManager - Class in org.apache.hadoop.hbase.conf
-
Maintains the set of all the classes which would like to get notified when the Configuration is
reloaded from the disk in the Online Configuration Change mechanism, which lets you update
certain configuration properties on-the-fly, without having to restart the cluster.
- ConfigurationManager() - Constructor for class org.apache.hadoop.hbase.conf.ConfigurationManager
-
- ConfigurationObserver - Interface in org.apache.hadoop.hbase.conf
-
Every class that wants to observe changes in Configuration properties, must implement interface
(and also, register itself with the
ConfigurationManager
.
- consume(CompletableFuture<?>) - Static method in class org.apache.hadoop.hbase.util.FutureUtils
-
Log the error if the future indicates any failure.
- consume(Future<?>) - Static method in class org.apache.hadoop.hbase.util.NettyFutureUtils
-
Log the error if the future indicates any failure.
- CONTAINER_DB_OPERATIONS_KEY - Static variable in class org.apache.hadoop.hbase.trace.HBaseSemanticAttributes
-
- contains(String) - Static method in class org.apache.hadoop.hbase.io.compress.DictionaryCache
-
- contains(byte[], byte) - Static method in class org.apache.hadoop.hbase.util.Bytes
-
Return true if target is present as an element anywhere in the given array.
- contains(byte[], byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
-
Return true if target is present as an element anywhere in the given array.
- 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
-
Returns true if a server with hostPort is found
- containsTable(TableName) - Method in class org.apache.hadoop.hbase.rsgroup.RSGroupInfo
-
- Context - Class in org.apache.hadoop.hbase.io.crypto
-
Crypto context.
- CONTEXT_KEY - Static variable in class org.apache.hadoop.hbase.io.hfile.trace.HFileContextAttributesBuilderConsumer
-
Used to place extract attributes pertaining to the
HFileContext
that scopes the active
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
-
Deprecated.
Copy data from a buffer to an output stream.
- copyBufferToStream(DataOutput, ByteBuffer, int, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
Copy one buffer's whole data to another.
- copyFromBufferToBuffer(ByteBuffer, ByteBuffer, int, int, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
-
Deprecated.
Copy from one buffer to another from given offset.
- copyFromBufferToBuffer(ByteBuffer, ByteBuffer, int, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
- 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
-
- copyTagTo(Cell, ByteBuffer, int) - Static method in class org.apache.hadoop.hbase.CellUtil
-
- 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
-
- count - Variable in class org.apache.hadoop.hbase.util.SimpleMovingAverage
-
- Counter - Class in org.apache.hadoop.hbase.util
-
- 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
-
- CP_HTD_ATTR_VALUE_PARAM_KEY_PATTERN - Static variable in class org.apache.hadoop.hbase.HConstants
-
- CP_HTD_ATTR_VALUE_PARAM_PATTERN - Static variable in class org.apache.hadoop.hbase.HConstants
-
- CP_HTD_ATTR_VALUE_PARAM_VALUE_PATTERN - Static variable in class org.apache.hadoop.hbase.HConstants
-
- CP_HTD_ATTR_VALUE_PATTERN - Static variable in class org.apache.hadoop.hbase.HConstants
-
- create(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
-
Creates a Configuration with HBase resources
- create(Configuration, boolean) - Static method in class org.apache.hadoop.hbase.io.ByteBuffAllocator
-
Initialize an
ByteBuffAllocator
which will try to allocate ByteBuffers from off-heap if
reservoir is enabled and the reservoir has enough buffers, otherwise the allocator will just
allocate the insufficient buffers from on-heap to meet the requirement.
- create(DataInput) - Static method in class org.apache.hadoop.hbase.KeyValue
-
Create a KeyValue reading from in
- 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
-
Where to read bytes from.
- 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.nio.RefCnt
-
Create an
RefCnt
with an initial reference count = 1.
- create(ByteBuffAllocator.Recycler) - Static method in class org.apache.hadoop.hbase.nio.RefCnt
-
- create() - Static method in class org.apache.hadoop.hbase.RawCellBuilderFactory
-
Returns the cell that is created
- 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() - Static method in class org.apache.hadoop.hbase.TagBuilderFactory
-
- 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
-
- createCell(byte[], int, int, byte[], int, int, byte[], int, int) - Static method in class org.apache.hadoop.hbase.CellUtil
-
- createCell(byte[], byte[], byte[], long, byte, byte[], long) - Static method in class org.apache.hadoop.hbase.CellUtil
-
- createCell(byte[], byte[], byte[], long, byte, byte[], byte[], long) - Static method in class org.apache.hadoop.hbase.CellUtil
-
- createCell(byte[], byte[], byte[], long, KeyValue.Type, byte[], byte[]) - Static method in class org.apache.hadoop.hbase.CellUtil
-
- createCell(byte[]) - Static method in class org.apache.hadoop.hbase.CellUtil
-
- createCell(byte[], byte[]) - Static method in class org.apache.hadoop.hbase.CellUtil
-
- createCell(byte[], byte[], byte[]) - Static method in class org.apache.hadoop.hbase.CellUtil
-
- createCell(Cell, List<Tag>) - Static method in class org.apache.hadoop.hbase.CellUtil
-
- createCell(Cell, byte[]) - Static method in class org.apache.hadoop.hbase.CellUtil
-
- createCell(Cell, byte[], byte[]) - Static method in class org.apache.hadoop.hbase.CellUtil
-
- 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
-
Returns A new cell which is having the extra tags also added to it.
- createCell(Cell, byte[]) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
-
Returns A new cell which is having the extra tags also added to it.
- createCell(Cell, byte[], byte[]) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
-
- createCell(Cell, List<Tag>) - Static method in interface org.apache.hadoop.hbase.RawCell
-
Returns A new cell which is having the extra tags also added to it.
- createCellScanner(List<? extends CellScannable>) - Static method in class org.apache.hadoop.hbase.CellUtil
-
Returns CellScanner interface over cellIterables
- createCellScanner(Iterable<Cell>) - Static method in class org.apache.hadoop.hbase.CellUtil
-
Returns CellScanner interface over cellIterable
- createCellScanner(Iterator<Cell>) - Static method in class org.apache.hadoop.hbase.CellUtil
-
Returns CellScanner interface over cellIterable
or null if cells
is
null
- createCellScanner(Cell[]) - Static method in class org.apache.hadoop.hbase.CellUtil
-
Returns CellScanner interface over cellArray
- createCellScanner(NavigableMap<byte[], List<Cell>>) - Static method in class org.apache.hadoop.hbase.CellUtil
-
Flatten the map of cells out under the CellScanner
- createClientSpan(String) - Static method in class org.apache.hadoop.hbase.trace.TraceUtil
-
Create a span with SpanKind.CLIENT
.
- 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
- 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
-
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, 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.
- createGson() - Static method in class org.apache.hadoop.hbase.util.GsonUtil
-
Create a builder which is used to create a Gson instance.
- createGsonWithDisableHtmlEscaping() - Static method in class org.apache.hadoop.hbase.util.GsonUtil
-
- createHostAndPortStr(String, int) - Static method in class org.apache.hadoop.hbase.util.Addressing
-
Create a host-and-port string
- createInetSocketAddressFromHostAndPortStr(String) - Static method in class org.apache.hadoop.hbase.util.Addressing
-
Create a socket address
- 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
-
Returns a KeyValue made of a byte array that holds the key-only part.
- createKeyValueFromKey(ByteBuffer) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
-
Return a KeyValue made of a byte buffer that holds the key-only part.
- createKeyValueFromKey(byte[], int, int) - Static method in class org.apache.hadoop.hbase.KeyValueUtil
-
Return a KeyValue made of a byte array that holds the key-only part.
- 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
-
Return a new cell is located following input cell.
- 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
-
- createRemoteSpan(String, Context) - Static method in class org.apache.hadoop.hbase.trace.TraceUtil
-
Create a span which parent is from remote, i.e, passed through rpc.
- createSeeker(HFileBlockDecodingContext) - Method in class org.apache.hadoop.hbase.io.encoding.CopyKeyDataBlockEncoder
-
- createSeeker(HFileBlockDecodingContext) - Method in interface org.apache.hadoop.hbase.io.encoding.DataBlockEncoder
-
Create a HFileBlock seeker which find KeyValues within a block.
- createSeeker(HFileBlockDecodingContext) - Method in class org.apache.hadoop.hbase.io.encoding.DiffKeyDeltaEncoder
-
- createSeeker(HFileBlockDecodingContext) - Method in class org.apache.hadoop.hbase.io.encoding.FastDiffDeltaEncoder
-
- createSeeker(HFileBlockDecodingContext) - Method in class org.apache.hadoop.hbase.io.encoding.PrefixKeyDeltaEncoder
-
- createSeeker(HFileBlockDecodingContext) - Method in class org.apache.hadoop.hbase.io.encoding.RowIndexCodecV1
-
- createSpan(String) - Static method in class org.apache.hadoop.hbase.trace.TraceUtil
-
Create a SpanKind.INTERNAL
span.
- 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
-
Create a user for testing.
- 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_ENABLED_CONF_DEFAULT - Static variable in class org.apache.hadoop.hbase.io.crypto.Encryption
-
Default value for globally enable / disable column family encryption (set to "true" for
backward compatibility)
- CRYPTO_ENABLED_CONF_KEY - Static variable in class org.apache.hadoop.hbase.io.crypto.Encryption
-
Configuration key for globally enable / disable column family encryption
- 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_KEY_FAIL_ON_ALGORITHM_MISMATCH_CONF_DEFAULT - Static variable in class org.apache.hadoop.hbase.io.crypto.Encryption
-
Default behaviour is not to fail if the hash algorithm configured differs from the one used in
the HFile.
- CRYPTO_KEY_FAIL_ON_ALGORITHM_MISMATCH_CONF_KEY - Static variable in class org.apache.hadoop.hbase.io.crypto.Encryption
-
Configuration key for specifying the behaviour if the configured hash algorithm differs from
the one used for generating key hash in encrypted HFiles currently being read.
- CRYPTO_KEY_HASH_ALGORITHM_CONF_DEFAULT - Static variable in class org.apache.hadoop.hbase.io.crypto.Encryption
-
Default hash algorithm used for generating key hash in encrypted HFiles.
- CRYPTO_KEY_HASH_ALGORITHM_CONF_KEY - Static variable in class org.apache.hadoop.hbase.io.crypto.Encryption
-
Configuration key for the hash algorithm used for generating key hash in encrypted HFiles.
- 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.
- CRYPTOSTREAM_BUFFERSIZE_KEY - Static variable in class org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAES
-
- curBuf - Variable in class org.apache.hadoop.hbase.io.ByteBufferOutputStream
-
- current() - Method in interface org.apache.hadoop.hbase.CellScanner
-
Returns the current Cell which may be mutable
- 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
-
- 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.
- DATA_BLOCK_ENCODING_KEY - Static variable in class org.apache.hadoop.hbase.trace.HBaseSemanticAttributes
-
- 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
- DB_CONNECTION_STRING - Static variable in class org.apache.hadoop.hbase.trace.HBaseSemanticAttributes
-
- DB_NAME - Static variable in class org.apache.hadoop.hbase.trace.HBaseSemanticAttributes
-
- DB_OPERATION - Static variable in class org.apache.hadoop.hbase.trace.HBaseSemanticAttributes
-
- DB_SYSTEM - Static variable in class org.apache.hadoop.hbase.trace.HBaseSemanticAttributes
-
- DB_SYSTEM_VALUE - Static variable in class org.apache.hadoop.hbase.trace.HBaseSemanticAttributes
-
- DB_USER - Static variable in class org.apache.hadoop.hbase.trace.HBaseSemanticAttributes
-
- deallocate() - Method in class org.apache.hadoop.hbase.nio.RefCnt
-
- DeallocateRewriteByteBuffAllocator - Class in org.apache.hadoop.hbase.io
-
A ByteBuffAllocator that rewrite the bytebuffers right after released.
- 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
-
- 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 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.ByteBuffAllocator
-
There're some reasons why better to choose 65KB(rather than 64KB) as the default buffer size:
- 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.HFileContextBuilder
-
- DEFAULT_CHORE_SERVICE_INITIAL_POOL_SIZE - Static variable in class org.apache.hadoop.hbase.ChoreService
-
- DEFAULT_CLIENT_ZOOKEEPER_OBSERVER_MODE - Static variable in class org.apache.hadoop.hbase.HConstants
-
Assuming client zk not in observer mode and master need to synchronize information
- 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_DICTIONARY_MAX_SIZE - Static variable in class org.apache.hadoop.hbase.io.compress.DictionaryCache
-
- 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_ENABLE_SEPARATE_CHILD_REGIONS - Static variable in class org.apache.hadoop.hbase.HConstants
-
Default value for automatically separate child regions to different region servers (set to
"false" to keep all child regions to the server where parent region is on)
- 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_RETRY_PAUSE_TIME - 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_HBASE_SPLIT_COORDINATED_BY_ZK - Static variable in class org.apache.hadoop.hbase.HConstants
-
- DEFAULT_HBASE_SPLIT_WAL_MAX_SPLITTER - Static variable in class org.apache.hadoop.hbase.HConstants
-
- 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
-
- 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_ONLINE_LOG_PROVIDER_ENABLED - Static variable in class org.apache.hadoop.hbase.HConstants
-
- DEFAULT_OVERALL_HREGION_FILES - Static variable in class org.apache.hadoop.hbase.HConstants
-
Default overall region files
- 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_REGIONS_RECOVERY_INTERVAL - 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_SHELL_TIMESTAMP_FORMAT_EPOCH - Static variable in class org.apache.hadoop.hbase.HConstants
-
- DEFAULT_SIZE - Static variable in class org.apache.hadoop.hbase.util.WindowMovingAverage
-
- DEFAULT_SLOW_LOG_RING_BUFFER_SIZE - Static variable in class org.apache.hadoop.hbase.HConstants
-
- DEFAULT_SLOW_LOG_SYS_TABLE_ENABLED_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
-
- 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_SNAPSHOT_TTL - Static variable in class org.apache.hadoop.hbase.HConstants
-
- DEFAULT_SNAPSHOT_TTL_CONFIG_KEY - 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_STORE_FILE_REF_COUNT_THRESHOLD - 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_UNSAFE_HBASE_CLIENT_KERBEROS_HOSTNAME_DISABLE_REVERSEDNS - Static variable in class org.apache.hadoop.hbase.security.SecurityConstants
-
- 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_CLIENT_PORT - Static variable in class org.apache.hadoop.hbase.HConstants
-
Default client port that the zookeeper listens on
- DEFAULT_ZOOKEEPER_MAX_CLIENT_CNXNS - Static variable in class org.apache.hadoop.hbase.HConstants
-
Default limit on concurrent client-side zookeeper connections
- 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_ZOOKEPER_MAX_CLIENT_CNXNS - Static variable in class org.apache.hadoop.hbase.HConstants
-
- 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.
- DelegatingInputStream - Class in org.apache.hadoop.hbase.io
-
An input stream that delegates all operations to another input stream.
- DelegatingInputStream(InputStream) - Constructor for class org.apache.hadoop.hbase.io.DelegatingInputStream
-
- 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
- DEPRECATED_ALLOCATOR_POOL_ENABLED_KEY - Static variable in class org.apache.hadoop.hbase.io.ByteBuffAllocator
-
- deregisterChildren(ConfigurationManager) - Method in interface org.apache.hadoop.hbase.conf.PropagatingConfigurationObserver
-
Needs to be called to deregister the children from the manager.
- deregisterObserver(ConfigurationObserver) - Method in class org.apache.hadoop.hbase.conf.ConfigurationManager
-
Deregister an observer class
- 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.
- DICTIONARY_MAX_SIZE_KEY - Static variable in class org.apache.hadoop.hbase.io.compress.DictionaryCache
-
- DictionaryCache - Class in org.apache.hadoop.hbase.io.compress
-
A utility class for managing compressor/decompressor dictionary loading and caching of load
results.
- 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
-
- DIRECT_BYTES_READ_KEY - Static variable in class org.apache.hadoop.hbase.trace.HBaseSemanticAttributes
-
- directBufferAddress(ByteBuffer) - Static method in class org.apache.hadoop.hbase.util.UnsafeAccess
-
- 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.
- DNS.ServerType - Enum in org.apache.hadoop.hbase.util
-
- 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
-
Deprecated.
Copy from the InputStream to a new heap ByteBuffer until the InputStream is exhausted.
- 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.
- EMPTY_BYTE_ARRAY - Static variable in class org.apache.hadoop.hbase.HConstants
-
An empty byte array 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
- EMPTY_STRING - Static variable in class org.apache.hadoop.hbase.HConstants
-
An empty string instance.
- 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(Configuration, DataBlockEncoder, DataBlockEncoding, byte[], HFileContext) - Constructor for class org.apache.hadoop.hbase.io.encoding.EncodedDataBlock
-
Create a buffer which will be encoded using dataBlockEncoder.
- encodedDataSizeWritten - Variable in class org.apache.hadoop.hbase.io.encoding.EncodingState
-
- 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
-
Deprecated.
- 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
- ENCRYPTION_CIPHER_KEY - Static variable in class org.apache.hadoop.hbase.trace.HBaseSemanticAttributes
-
Indicates the
Cipher
used to encrypt this HFile.
- 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
-
- enoughStatistics() - Method in class org.apache.hadoop.hbase.util.WindowMovingAverage
-
Check if there are enough statistics.
- 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
-
- 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.SizeCachedByteBufferKeyValue
-
- equals(Object) - Method in class org.apache.hadoop.hbase.SizeCachedNoTagsByteBufferKeyValue
-
- equals(Object) - Method in class org.apache.hadoop.hbase.TableName
-
- equals(Object) - Method in class org.apache.hadoop.hbase.util.AbstractByteRange
-
- equals(ByteBuffer, int, int, ByteBuffer, int, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
-
Deprecated.
- equals(ByteBuffer, int, int, byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
-
Deprecated.
- equals(Object) - Method in class org.apache.hadoop.hbase.util.Bytes
-
- equals(byte[], byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
-
Lexicographically determine the equality of two arrays.
- equals(byte[], int, int, byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
-
Lexicographically determine the equality of two arrays.
- equals(byte[], ByteBuffer) - Static method in class org.apache.hadoop.hbase.util.Bytes
-
Lexicographically determine the equality of two byte[], one as ByteBuffer.
- 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
-
- 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
-
- estimatedSerializedSizeOf(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
-
- 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
-
- estimatedSerializedSizeOfKey(Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
-
Calculates the serialized key size.
- 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
-
- ExponentialMovingAverage<T> - Class in org.apache.hadoop.hbase.util
-
- ExponentialMovingAverage(String) - Constructor for class org.apache.hadoop.hbase.util.ExponentialMovingAverage
-
- ExponentialMovingAverage(String, double) - Constructor for class org.apache.hadoop.hbase.util.ExponentialMovingAverage
-
- ExponentialMovingAverage(String, int) - Constructor for class org.apache.hadoop.hbase.util.ExponentialMovingAverage
-
- ExponentialMovingAverage(String, int, double) - Constructor for class org.apache.hadoop.hbase.util.ExponentialMovingAverage
-
- 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
-
- extendLimit(ByteBuffer, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
-
Deprecated.
- GB_IN_BYTES - Static variable in class org.apache.hadoop.hbase.HConstants
-
- generateSecretKey(Configuration, String, String...) - Static method in class org.apache.hadoop.hbase.io.crypto.Encryption
-
Return a key derived from the concatenation of the supplied arguments using
PBKDF2WithHmacSHA384 key derivation algorithm at 10,000 iterations.
- generateSecretKey(Configuration, String, byte[]...) - Static method in class org.apache.hadoop.hbase.io.crypto.Encryption
-
Return a key derived from the concatenation of the supplied arguments using
PBKDF2WithHmacSHA384 key derivation algorithm at 10,000 iterations.
- 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(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
-
Return the node that matches the specified key or null in case of node not found.
- 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.ConcurrentMapUtils.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(Future<T>, long, TimeUnit) - 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
-
Return The byte at the given position in this 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
-
- getAuthRenewalChore(UserGroupInformation, Configuration) - Static method in class org.apache.hadoop.hbase.AuthUtil
-
Deprecated.
Checks if security is enabled and if so, launches chore for refreshing kerberos ticket.
- getAverageTime() - Method in class org.apache.hadoop.hbase.util.ExponentialMovingAverage
-
- getAverageTime() - Method in class org.apache.hadoop.hbase.util.MovingAverage
-
Get average execution time of the measured method.
- getAverageTime() - Method in class org.apache.hadoop.hbase.util.SimpleMovingAverage
-
- getAverageTime() - Method in class org.apache.hadoop.hbase.util.WeightedMovingAverage
-
- getAverageTime() - Method in class org.apache.hadoop.hbase.util.WindowMovingAverage
-
- 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
-
Returns the block type after encoding
- 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
-
Returns the underlying array where the data gets accumulated
- 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.ByteBuffAllocator
-
- 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
-
Returns the Cell at the current position.
- getCell() - Method in class org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1
-
- getCellComparator(TableName) - Static method in class org.apache.hadoop.hbase.CellComparatorImpl
-
Utility method that makes a guess at comparator to use based off passed tableName.
- getCellComparator(byte[]) - Static method in class org.apache.hadoop.hbase.CellComparatorImpl
-
Utility method that makes a guess at comparator to use based off passed tableName.
- getCellComparator() - Method in class org.apache.hadoop.hbase.io.hfile.HFileContext
-
- getCellKeyAsString(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
-
Return the key portion of the passed cell
as a String.
- getCellKeyAsString(Cell, Function<Cell, String>) - Static method in class org.apache.hadoop.hbase.CellUtil
-
Return the Key portion of the passed cell
as a String.
- getCellKeySerializedAsKeyValueKey(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
-
- 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.
- getClassLoader() - Static method in class org.apache.hadoop.hbase.util.ReflectionUtils
-
- getClientPort() - Method in class org.apache.hadoop.hbase.zookeeper.ZKConfig.ZKClusterKey
-
- getClientZKQuorumServersString(Configuration) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKConfig
-
Get the client ZK Quorum servers string
- 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
-
- getColumnFamily() - Method in class org.apache.hadoop.hbase.io.hfile.HFileContext
-
- 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
-
- getConfiguration() - Method in class org.apache.hadoop.hbase.rsgroup.RSGroupInfo
-
- getConfigurationValue(String) - Method in class org.apache.hadoop.hbase.NamespaceDescriptor
-
Getter for accessing the configuration value by key
- getConfiguredHashAlgorithm(Configuration) - Static method in class org.apache.hadoop.hbase.io.crypto.Encryption
-
Returns the Hash Algorithm defined in the crypto configuration.
- 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
-
Return the current user within the current execution context
- getCurrentFileSystem(Configuration) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
-
Returns the filesystem of the hbase rootdir.
- getCurrentUserName() - Method in class org.apache.hadoop.hbase.security.UserProvider
-
Returns the userName for the current logged-in user.
- 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
-
- getDecoder(ByteBuff) - Method in class org.apache.hadoop.hbase.codec.KeyValueCodec
-
- getDecoder(InputStream) - Method in class org.apache.hadoop.hbase.codec.KeyValueCodecWithTags
-
- 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() - Method in class org.apache.hadoop.hbase.io.DelegatingInputStream
-
- 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
-
Find index of passed delimiter walking from start of buffer forwards.
- 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.
- getDictionary(Configuration, String) - Static method in class org.apache.hadoop.hbase.io.compress.DictionaryCache
-
Load a dictionary or return a previously cached load.
- getDirUri(Configuration, Path) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
-
Returns the URI in the string format
- getEncodedCompressedSize(Compression.Algorithm, Compressor) - Method in class org.apache.hadoop.hbase.io.encoding.EncodedDataBlock
-
Estimate size after second stage of compression (e.g.
- getEncodedDataSizeWritten() - Method in class org.apache.hadoop.hbase.io.encoding.EncodingState
-
- 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
-
- getEncodingById(short) - Static method in enum org.apache.hadoop.hbase.io.encoding.IndexBlockEncoding
-
- getEncodingState() - Method in class org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultEncodingContext
-
- getEncodingState() - Method in interface org.apache.hadoop.hbase.io.encoding.HFileBlockEncodingContext
-
Returns the encoding state
- 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
-
Returns the backing array of the entire KeyValue (all KeyValue fields are in a single array)
- getFamilyArray() - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
-
- getFamilyByteBuffer() - Method in class org.apache.hadoop.hbase.ByteBufferExtendedCell
-
Returns The
ByteBuffer
containing the column family bytes.
- 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
-
Returns Number of family bytes.
- getFamilyLength() - Method in class org.apache.hadoop.hbase.IndividualBytesFieldCell
-
- getFamilyLength() - Method in class org.apache.hadoop.hbase.KeyValue
-
Returns Family length
- getFamilyLength(int) - Method in class org.apache.hadoop.hbase.KeyValue
-
Returns Family length
- 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
-
Returns Array index of first family byte
- getFamilyOffset() - Method in class org.apache.hadoop.hbase.IndividualBytesFieldCell
-
- getFamilyOffset() - Method in class org.apache.hadoop.hbase.KeyValue
-
Returns Family offset
- getFamilyOffset() - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
-
- getFamilyPosition() - Method in class org.apache.hadoop.hbase.ByteBufferExtendedCell
-
Returns Position in the
ByteBuffer
where column family bytes start
- 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
-
Return the first node of the tree.
- 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
-
- getFreeBufferCount() - Method in class org.apache.hadoop.hbase.io.ByteBuffAllocator
-
- getFreeMemory() - Method in class org.apache.hadoop.hbase.util.JVM
-
Return the physical free memory (not the JVM one, as it's not very useful as it depends on the
GC), but the one from the OS as it allows a little bit more to guess if the machine is
overloaded or not).
- getGlobalTracer() - Static method in class org.apache.hadoop.hbase.trace.TraceUtil
-
- getGroupName(String) - Static method in class org.apache.hadoop.hbase.AuthUtil
-
Deprecated.
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
-
- getGroups(String) - Method in class org.apache.hadoop.hbase.security.User.TestingGroups
-
- getGroups() - Static method in class org.apache.hadoop.hbase.security.UserProvider
-
- 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.
- getHeapAllocationBytes() - Method in class org.apache.hadoop.hbase.io.ByteBuffAllocator
-
- getHeapAllocationBytes(ByteBuffAllocator...) - Static method in class org.apache.hadoop.hbase.io.ByteBuffAllocator
-
- getHeapAllocationRatio(ByteBuffAllocator...) - Static method in class org.apache.hadoop.hbase.io.ByteBuffAllocator
-
- getHFileContext() - Method in interface org.apache.hadoop.hbase.io.encoding.HFileBlockDecodingContext
-
Returns HFile meta information
- 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
-
Returns HFile context information
- getHFileName() - Method in class org.apache.hadoop.hbase.io.hfile.HFileContext
-
- getHostAndPort() - Method in class org.apache.hadoop.hbase.ServerName
-
- getHostName() - Method in class org.apache.hadoop.hbase.net.Address
-
- getHostname() - Method in class org.apache.hadoop.hbase.net.Address
-
- getHostname() - Method in class org.apache.hadoop.hbase.ServerName
-
- getHostname(Configuration, DNS.ServerType) - Static method in class org.apache.hadoop.hbase.util.DNS
-
Get the configured hostname for a given ServerType.
- getHostnameLowerCase() - Method in class org.apache.hadoop.hbase.ServerName
-
- getId() - Method in enum org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
-
Returns The id of a data block encoder.
- getId() - Method in enum org.apache.hadoop.hbase.io.encoding.IndexBlockEncoding
-
Returns The id of a data block encoder.
- getId() - Method in enum org.apache.hadoop.hbase.io.hfile.BlockType
-
- getIfCached(Path) - Static method in class org.apache.hadoop.hbase.util.CoprocessorClassLoader
-
- getIndexBlockEncoding() - Method in class org.apache.hadoop.hbase.io.hfile.HFileContext
-
- getInitialDelay() - Method in class org.apache.hadoop.hbase.ScheduledChore
-
Returns initial delay before executing chore in getTimeUnit() units
- 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(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
-
- 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
- getJitter() - Method in class org.apache.hadoop.hbase.util.RetryCounter.RetryConfig
-
- getJVMSpecVersion() - Static method in class org.apache.hadoop.hbase.util.JVM
-
- 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
-
Returns Length of key portion.
- getKeyLength() - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
-
- getKeyLength() - Method in class org.apache.hadoop.hbase.SizeCachedByteBufferKeyValue
-
- getKeyLength() - Method in class org.apache.hadoop.hbase.SizeCachedKeyValue
-
- getKeyLength() - Method in class org.apache.hadoop.hbase.SizeCachedNoTagsByteBufferKeyValue
-
- getKeyOffset() - Method in class org.apache.hadoop.hbase.KeyValue
-
Returns Key offset in backing buffer..
- 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
-
Return the last node of the tree.
- 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
-
Returns the number of valid bytes in the buffer
- 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
-
Returns the number of valid bytes in the buffer
- 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
-
- getMajorVersion(String) - Static method in class org.apache.hadoop.hbase.util.VersionInfo
-
- getMax() - Method in class org.apache.hadoop.hbase.io.TimeRange
-
Returns the biggest timestamp that should be considered
- 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
-
- 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.
- getMin() - Method in class org.apache.hadoop.hbase.io.TimeRange
-
Returns the smallest timestamp that should be considered
- getModifiersField() - Static method in class org.apache.hadoop.hbase.util.ReflectionUtils
-
- getMostRecentPosition() - Method in class org.apache.hadoop.hbase.util.WindowMovingAverage
-
Returns index of most recent
- 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 enum org.apache.hadoop.hbase.util.DNS.ServerType
-
- getNameAsString() - Method in class org.apache.hadoop.hbase.TableName
-
- 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.
- getNameFromId(short) - Static method in enum org.apache.hadoop.hbase.io.encoding.IndexBlockEncoding
-
Find and return the name of data block encoder for the given id.
- getNameInBytes() - Method in enum org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
-
Returns name converted to bytes.
- getNameInBytes() - Method in enum org.apache.hadoop.hbase.io.encoding.IndexBlockEncoding
-
Returns name converted to bytes.
- 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.
- getNumberOfStatistics() - Method in class org.apache.hadoop.hbase.util.WindowMovingAverage
-
Returns number of statistics
- getNumObservers() - Method in class org.apache.hadoop.hbase.conf.ConfigurationManager
-
Returns the number of observers.
- getOffset() - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
-
- getOffset() - Method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable
-
Return the offset into the buffer.
- 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
-
Return the offset into the buffer.
- 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
-
- getOptionAsInt(CommandLine, String, int, int) - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool
-
- getOptionAsLong(CommandLine, String, int) - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool
-
- getOptionAsLong(CommandLine, String, int, 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
-
Deprecated.
- 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
-
Returns period to execute chore in getTimeUnit() units
- getPeriod() - Method in class org.apache.hadoop.hbase.util.Sleeper
-
Returns the sleep period in milliseconds
- getPoolAllocationBytes() - Method in class org.apache.hadoop.hbase.io.ByteBuffAllocator
-
- 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.
- 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
-
Returns the backing array of the entire KeyValue (all KeyValue fields are in a single array)
- 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
-
- getQualifierByte(Cell, int) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
-
- getQualifierByteBuffer() - Method in class org.apache.hadoop.hbase.ByteBufferExtendedCell
-
Returns The
ByteBuffer
containing the column qualifier bytes.
- 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
-
Returns Number of qualifier bytes.
- getQualifierLength() - Method in class org.apache.hadoop.hbase.IndividualBytesFieldCell
-
- getQualifierLength() - Method in class org.apache.hadoop.hbase.KeyValue
-
Returns Qualifier length
- 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
-
Returns Array index of first qualifier byte
- getQualifierOffset() - Method in class org.apache.hadoop.hbase.IndividualBytesFieldCell
-
- getQualifierOffset() - Method in class org.apache.hadoop.hbase.KeyValue
-
Returns Qualifier offset
- getQualifierOffset() - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
-
- getQualifierPosition() - Method in class org.apache.hadoop.hbase.ByteBufferExtendedCell
-
Returns Position in the
ByteBuffer
where column qualifier bytes start
- 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
-
- 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
-
- getRecycler() - Method in class org.apache.hadoop.hbase.nio.RefCnt
-
- getRefCnt() - Method in class org.apache.hadoop.hbase.nio.ByteBuff
-
- 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
-
- getRegionDir(Path, TableName, String) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
-
Returns the Path
object representing the region directory under
path rootdir
- 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
-
Get the path for the root data directory
- 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
-
Returns the backing array of the entire KeyValue (all KeyValue fields are in a single array)
- 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
-
Returns Number of row bytes.
- getRowLength() - Method in class org.apache.hadoop.hbase.IndividualBytesFieldCell
-
- getRowLength() - Method in class org.apache.hadoop.hbase.KeyValue
-
Returns Row length
- getRowLength() - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
-
- getRowLength() - Method in class org.apache.hadoop.hbase.SizeCachedByteBufferKeyValue
-
- getRowLength() - Method in class org.apache.hadoop.hbase.SizeCachedKeyValue
-
- getRowLength() - Method in class org.apache.hadoop.hbase.SizeCachedNoTagsByteBufferKeyValue
-
- 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
-
Returns Array index of first row byte
- getRowOffset() - Method in class org.apache.hadoop.hbase.IndividualBytesFieldCell
-
- getRowOffset() - Method in class org.apache.hadoop.hbase.KeyValue
-
Returns Row offset
- getRowOffset() - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
-
- getRowPosition() - Method in class org.apache.hadoop.hbase.ByteBufferExtendedCell
-
Returns Position in the
ByteBuffer
where row bytes start
- 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
-
- getSamplingResult() - Method in class org.apache.hadoop.hbase.util.ReservoirSample
-
- 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
-
- 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() - Method in class org.apache.hadoop.hbase.ByteBufferKeyValue
-
- getSerializedSize() - Method in interface org.apache.hadoop.hbase.Cell
-
Returns Serialized size (defaults to include tag length if has some tags).
- getSerializedSize(boolean) - Method in interface org.apache.hadoop.hbase.ExtendedCell
-
KeyValue format
<4 bytes keylength> <4 bytes valuelength> <2 bytes rowlength>
<row> <1 byte columnfamilylength> <columnfamily> <columnqualifier>
<8 bytes timestamp> <1 byte keytype> <value> <2 bytes tagslength>
<tags>
- getSerializedSize() - Method in interface org.apache.hadoop.hbase.ExtendedCell
-
Returns Serialized size (defaults to include tag length).
- getSerializedSize(boolean) - Method in class org.apache.hadoop.hbase.KeyValue
-
- getSerializedSize() - 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() - Method in class org.apache.hadoop.hbase.SizeCachedByteBufferKeyValue
-
Override by just returning the length for saving cost of method dispatching.
- getSerializedSize() - Method in class org.apache.hadoop.hbase.SizeCachedKeyValue
-
Override by just returning the length for saving cost of method dispatching.
- 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
-
- getServerNameLessStartCode(String) - Static method in class org.apache.hadoop.hbase.ServerName
-
- 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
-
- 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
-
- 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.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
-
- getSize() - Method in class org.apache.hadoop.hbase.util.Bytes
-
- 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
-
- getStartCode() - Method in class org.apache.hadoop.hbase.ServerName
-
Return the start code.
- getStatisticsAtIndex(int) - Method in class org.apache.hadoop.hbase.util.WindowMovingAverage
-
Get statistics at index.
- getStopper() - Method in class org.apache.hadoop.hbase.ScheduledChore
-
- getSuperGroups() - Static method in class org.apache.hadoop.hbase.security.Superusers
-
- 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
-
Get the system load average
- 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() - Method in class org.apache.hadoop.hbase.io.hfile.HFileContext
-
- 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
-
- 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
-
- 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
-
- getTags(Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
-
Return tags in the given Cell as a List
- 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
-
- 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
-
Returns the backing array of the entire KeyValue (all KeyValue fields are in a single array)
- 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
-
- 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
-
Return 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
-
- getTagsOffset() - Method in interface org.apache.hadoop.hbase.ExtendedCell
-
Returns the first offset where the tags start in the Cell
- getTagsOffset() - Method in class org.apache.hadoop.hbase.IndividualBytesFieldCell
-
- getTagsOffset() - Method in class org.apache.hadoop.hbase.KeyValue
-
Return the offset where the tag data starts.
- getTagsOffset() - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
-
- getTagsPosition() - Method in class org.apache.hadoop.hbase.ByteBufferExtendedCell
-
Returns Position in the
ByteBuffer
where tag bytes start
- 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
-
- 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
-
Return a long value representing time at which this cell was "Put" into the row.
- getTimestamp() - Method in class org.apache.hadoop.hbase.IndividualBytesFieldCell
-
- getTimestamp() - Method in class org.apache.hadoop.hbase.KeyValue
-
Return the timestamp.
- getTimestamp() - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
-
- getTimestampOffset() - Method in class org.apache.hadoop.hbase.KeyValue
-
Returns Timestamp offset
- 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.
- getTotalBufferCount() - Method in class org.apache.hadoop.hbase.io.ByteBuffAllocator
-
- 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
-
Returns the tag type
- 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
-
Returns the tag type
- 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
-
- getTypeByte() - Method in interface org.apache.hadoop.hbase.ExtendedCell
-
Returns The byte representation of the KeyValue.TYPE of this cell: one of Put, Delete, etc
- getTypeByte() - Method in class org.apache.hadoop.hbase.IndividualBytesFieldCell
-
- getTypeByte() - Method in class org.apache.hadoop.hbase.KeyValue
-
Returns KeyValue.TYPE byte representation
- 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
-
- getUnencodedDataSizeWritten() - Method in class org.apache.hadoop.hbase.io.encoding.EncodingState
-
- getUrl() - Static method in class org.apache.hadoop.hbase.util.VersionInfo
-
Get the subversion URL for the root hbase directory.
- getUsedBufferCount() - Method in class org.apache.hadoop.hbase.io.ByteBuffAllocator
-
- 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
-
Returns The byte array backing this Tag.
- 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
-
Returns the backing array of the entire KeyValue (all KeyValue fields are in a single array)
- getValueArray() - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
-
- getValueArray() - Method in interface org.apache.hadoop.hbase.Tag
-
Return an array containing the value bytes if
Tag.hasArray()
returns true.
- 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
-
- 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
-
Returns The
ByteBuffer
containing the value bytes.
- 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
-
Returns The
ByteBuffer
containing the value bytes.
- getValueLength() - Method in class org.apache.hadoop.hbase.ArrayBackedTag
-
Returns Length of actual tag bytes within the backed buffer
- 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
-
Returns Number of value bytes.
- getValueLength() - Method in class org.apache.hadoop.hbase.IndividualBytesFieldCell
-
- getValueLength() - Method in class org.apache.hadoop.hbase.KeyValue
-
Returns Value length
- getValueLength() - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
-
- getValueLength() - Method in interface org.apache.hadoop.hbase.Tag
-
Returns Length of tag value within the backed buffer
- getValueOffset() - Method in class org.apache.hadoop.hbase.ArrayBackedTag
-
Returns Offset of actual tag bytes within the backed buffer
- 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
-
Returns Array index of first value byte
- getValueOffset() - Method in class org.apache.hadoop.hbase.IndividualBytesFieldCell
-
- getValueOffset() - Method in class org.apache.hadoop.hbase.KeyValue
-
Returns the value offset
- getValueOffset() - Method in class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
-
- getValueOffset() - Method in interface org.apache.hadoop.hbase.Tag
-
Returns Offset of tag value within the backed buffer
- getValuePosition() - Method in class org.apache.hadoop.hbase.ByteBufferExtendedCell
-
Returns Position in the
ByteBuffer
where value bytes start
- 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
-
Get the path for the root directory for WAL data
- 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
-
- 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
- GsonUtil - Class in org.apache.hadoop.hbase.util
-
Helper class for gson.
- GZ_CODEC_CLASS_DEFAULT - Static variable in class org.apache.hadoop.hbase.io.compress.Compression
-
- GZ_CODEC_CLASS_KEY - Static variable in class org.apache.hadoop.hbase.io.compress.Compression
-
- 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
-
Returns true or false if the underlying BB support hasArray
- hasArray() - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
-
Returns false.
- hasArray() - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
-
- hasArray() - Method in interface org.apache.hadoop.hbase.Tag
-
Return true if the tag is backed by a byte array
- 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
-
- 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
-
- 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.SizeCachedByteBufferKeyValue
-
- hashCode() - Method in class org.apache.hadoop.hbase.SizeCachedNoTagsByteBufferKeyValue
-
- 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
-
Deprecated.
ByteBuffer to hash offset to start from length to hash
- hashCode() - Method in class org.apache.hadoop.hbase.util.Bytes
-
- hashCode(byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
-
Calculate a hash code from a given byte array.
- hashCode(byte[], int) - Static method in class org.apache.hadoop.hbase.util.Bytes
-
Calculate a hash code from a given byte array.
- hashCode(byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
-
Calculate the hash code for a given range of 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
-
- hashWithAlg(String, byte[]...) - Static method in class org.apache.hadoop.hbase.io.crypto.Encryption
-
Return the hash of the concatenation of the supplied arguments, using the hash algorithm
provided.
- 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
-
- hasRecycler() - Method in class org.apache.hadoop.hbase.nio.RefCnt
-
Returns true if this refCnt has a recycler.
- hasRemaining() - Method in class org.apache.hadoop.hbase.nio.ByteBuff
-
Returns true if there are elements between the current position and the limit.
- 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
-
- 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_ALL_CF - Static variable in class org.apache.hadoop.hbase.HConstants
-
- 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_AUTOMATIC_KEYTAB_RENEWAL_DEFAULT - Static variable in class org.apache.hadoop.hbase.AuthUtil
-
Deprecated.
- HBASE_CLIENT_AUTOMATIC_KEYTAB_RENEWAL_KEY - Static variable in class org.apache.hadoop.hbase.AuthUtil
-
Deprecated.
Configuration to automatically try to renew keytab-based logins
- HBASE_CLIENT_ENABLE_FAST_FAIL_MODE_DEFAULT - Static variable in class org.apache.hadoop.hbase.HConstants
-
- HBASE_CLIENT_FAILURE_MAP_CLEANUP_INTERVAL_MS - Static variable in class org.apache.hadoop.hbase.HConstants
-
- HBASE_CLIENT_FAILURE_MAP_CLEANUP_INTERVAL_MS_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
-
- 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_KERBEROS_PRINCIPAL - Static variable in class org.apache.hadoop.hbase.AuthUtil
-
Deprecated.
Client principal
- HBASE_CLIENT_KEYTAB_FILE - Static variable in class org.apache.hadoop.hbase.AuthUtil
-
Deprecated.
Client keytab file
- 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
-
- 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_ONHEAP_BLOCK_CACHE_FIXED_SIZE_DEFAULT - Static variable in class org.apache.hadoop.hbase.HConstants
-
- 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_ENABLE_SEPARATE_CHILD_REGIONS - Static variable in class org.apache.hadoop.hbase.HConstants
-
Config key for enable/disable automatically separate child regions to different region servers
in the procedure of split regions.
- 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
-
- 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
-
- HBASE_RPC_READ_TIMEOUT_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
-
timeout for each read RPC
- HBASE_RPC_SHORTOPERATION_RETRY_PAUSE_TIME - Static variable in class org.apache.hadoop.hbase.HConstants
-
Retry pause time for short operation 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_SPLIT_WAL_COORDINATED_BY_ZK - Static variable in class org.apache.hadoop.hbase.HConstants
-
- HBASE_SPLIT_WAL_MAX_SPLITTER - Static variable in class org.apache.hadoop.hbase.HConstants
-
- 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
-
- HBaseConfiguration(Configuration) - Constructor for class org.apache.hadoop.hbase.HBaseConfiguration
-
- 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
-
- 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
-
- HBaseReferenceCounted - Interface in org.apache.hadoop.hbase.nio
-
The HBaseReferenceCounted disabled several methods in Netty's ReferenceCounted
, because
those methods are unlikely to be used.
- HBaseSemanticAttributes - Class in org.apache.hadoop.hbase.trace
-
The constants in this class correspond with the guidance outlined by the OpenTelemetry
Semantic
Conventions.
- HBaseSemanticAttributes.Operation - Enum in org.apache.hadoop.hbase.trace
-
- HBaseSemanticAttributes.ReadType - Enum in org.apache.hadoop.hbase.trace
-
These values represent the different IO read strategies HBase may employ for accessing
filesystem data.
- HBaseSemanticAttributes.RpcSystem - Enum in org.apache.hadoop.hbase.trace
-
- 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
-
Make a new byte array from a subset of bytes at the head of another.
- 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 - Static variable in class org.apache.hadoop.hbase.io.ByteBuffAllocator
-
- HEAP_BYTES_READ_KEY - Static variable in class org.apache.hadoop.hbase.trace.HBaseSemanticAttributes
-
- 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
-
Return the approximate 'exclusive deep size' of implementing object.
- heapSize() - Method in class org.apache.hadoop.hbase.io.hfile.HFileContext
-
HeapSize implementation.
- 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.SizeCachedByteBufferKeyValue
-
- heapSize() - Method in class org.apache.hadoop.hbase.SizeCachedKeyValue
-
- heapSize() - Method in class org.apache.hadoop.hbase.SizeCachedNoTagsByteBufferKeyValue
-
- 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
- HFILE_NAME_KEY - Static variable in class org.apache.hadoop.hbase.trace.HBaseSemanticAttributes
-
Indicates the name of the HFile accessed.
- HFILE_ONHEAP_BLOCK_CACHE_FIXED_SIZE_DEFAULT - Static variable in class org.apache.hadoop.hbase.HConstants
-
- HFILE_ONHEAP_BLOCK_CACHE_FIXED_SIZE_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
-
Configuration key for setting the fix size of the block size, default do nothing and it should
be explicitly set by user or only used within ClientSideRegionScanner.
- HFILE_PREAD_ALL_BYTES_ENABLED_DEFAULT - Static variable in class org.apache.hadoop.hbase.HConstants
-
- HFILE_PREAD_ALL_BYTES_ENABLED_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
-
Configuration key for setting pread must read both necessaryLen and extraLen, default is
disabled.
- 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 all of the
reader's read operations.
- HFileBlockDefaultDecodingContext - Class in org.apache.hadoop.hbase.io.encoding
-
- HFileBlockDefaultDecodingContext(Configuration, HFileContext) - Constructor for class org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultDecodingContext
-
- HFileBlockDefaultEncodingContext - Class in org.apache.hadoop.hbase.io.encoding
-
- HFileBlockDefaultEncodingContext(Configuration, 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
-
Read-only HFile Context Information.
- 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
- HFileContextAttributesBuilderConsumer - Class in org.apache.hadoop.hbase.io.hfile.trace
-
Populate fields on an
AttributesBuilder
based on an
HFileContext
.
- HFileContextAttributesBuilderConsumer(HFileContext) - Constructor for class org.apache.hadoop.hbase.io.hfile.trace.HFileContextAttributesBuilderConsumer
-
- 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
-
- ID_SIZE - Static variable in enum org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
-
- ID_SIZE - Static variable in enum org.apache.hadoop.hbase.io.encoding.IndexBlockEncoding
-
- 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)
- IndexBlockEncoding - Enum in org.apache.hadoop.hbase.io.encoding
-
Provide access to all index block encoding algorithms.
- 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
-
- inetSocketAddress2String(InetSocketAddress) - Static method in class org.apache.hadoop.hbase.util.Addressing
-
Given an InetSocketAddress object returns a String represent of it.
- 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.
- 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
-
Deprecated.
- 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(String, Constructor<T>, Object...) - Static method in class org.apache.hadoop.hbase.util.ReflectionUtils
-
- 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
-
- intFitsIn(int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
-
Deprecated.
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.
- isAarch64() - Static method in class org.apache.hadoop.hbase.util.JVM
-
Check if the arch is aarch64;
- isAcceptableAddress(InetAddress) - Method in interface org.apache.hadoop.hbase.util.Addressing.AddressSelectionCondition
-
Condition on which to accept inet address
- 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;
- 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.
- isBloom() - Method in enum org.apache.hadoop.hbase.io.hfile.BlockType
-
Returns whether this block category is bloom filter
- isByteBufferReadable(FSDataInputStream) - Static method in class org.apache.hadoop.hbase.io.util.BlockIOUtils
-
- isCancelled() - Method in class org.apache.hadoop.hbase.JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture
-
- isChoreScheduled(ScheduledChore) - Method in class org.apache.hadoop.hbase.ChoreService
-
Returns true when the chore is scheduled with the implementer of this interface
- 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
-
Returns true when on-disk blocks are compressed, and/or encrypted; false otherwise.
- 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
-
Returns whether this block type is encoded or unencoded data block
- isDelete(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
-
- isDelete(byte) - Static method in class org.apache.hadoop.hbase.CellUtil
-
- isDelete(byte) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
-
- isDeleteColumnOrFamily(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
-
- isDeleteColumnOrFamily(Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
-
Returns True if this cell is a delete family or column type.
- isDeleteColumns(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
-
- isDeleteColumns(Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
-
- isDeleteColumnVersion(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
-
- isDeleteColumnVersion(Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
-
- isDeleteFamily(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
-
- isDeleteFamily(Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
-
- isDeleteFamilyVersion(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
-
- isDeleteFamilyVersion(Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
-
- isDeleteType(Cell) - Static method in class org.apache.hadoop.hbase.CellUtil
-
- 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
-
Returns true when range
is of zero length, false otherwise.
- isEmpty() - Method in interface org.apache.hadoop.hbase.util.ByteRange
-
Returns true when this range is of zero length, false otherwise.
- 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.
- isEncryptionEnabled(Configuration) - Static method in class org.apache.hadoop.hbase.io.crypto.Encryption
-
Returns true if the column family encryption feature is enabled globally.
- 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
-
Deprecated.
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
-
Return whether or not Kerberos authentication is configured for Hadoop.
- 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
-
Returns true if security is enabled, false otherwise
- isHDFS(Configuration) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
-
Return true if this is a filesystem whose scheme is 'hdfs'.
- 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
-
- isIndex() - Method in enum org.apache.hadoop.hbase.io.hfile.BlockType
-
Returns whether this block category is index
- isInitialChoreComplete() - Method in class org.apache.hadoop.hbase.ScheduledChore
-
- isInterrupt(Throwable) - Static method in class org.apache.hadoop.hbase.util.ExceptionUtil
-
Returns true if the throwable comes an interruption, false otherwise.
- isLatestTimestamp() - Method in class org.apache.hadoop.hbase.KeyValue
-
Returns True if this KeyValue has a LATEST_TIMESTAMP timestamp.
- 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
-
Return true if the node is linked to a list, false otherwise
- 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.
- isLoginFromKeytab() - Method in class org.apache.hadoop.hbase.security.User
-
Returns true if user credentials are obtained from keytab.
- 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
-
Returns True if tn
is the hbase:meta table name.
- isNonDaemonThreadRunning() - Static method in class org.apache.hadoop.hbase.util.Threads
-
Checks whether any non-daemon thread is running.
- 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
-
Deprecated.
- 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
-
Deprecated.
- 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
-
Returns True if this cell is a Put.
- isRecoveredEdits(Path) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
-
Checks if the given path is the one with 'recovered.edits' dir.
- isReservoirEnabled() - Method in class org.apache.hadoop.hbase.io.ByteBuffAllocator
-
- isRetry() - Method in class org.apache.hadoop.hbase.util.RetryCounter
-
- isSameAddress(ServerName, ServerName) - Static method in class org.apache.hadoop.hbase.ServerName
-
Compare two addresses
- isScheduled() - Method in class org.apache.hadoop.hbase.ScheduledChore
-
Returns true when this Chore is scheduled with a ChoreService
- 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
-
Returns whether to show HBase Configuration in servlet
- isShutdown() - Method in class org.apache.hadoop.hbase.ChoreService
-
Returns true when the service is shutdown and thus cannot be used anymore
- 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
-
Deprecated.
- 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
-
Check if the current user is a super user
- isSuperUser(String) - Static method in class org.apache.hadoop.hbase.security.Superusers
-
Check if the current user is a super user
- isSystemTable() - Method in class org.apache.hadoop.hbase.TableName
-
- isTerminated() - Method in class org.apache.hadoop.hbase.ChoreService
-
Returns true when the service is shutdown and all threads have terminated
- 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
-
- 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
-
Make a new byte array from a subset of bytes at the head of another, zero padded as desired.
- padTail(byte[], int) - Static method in class org.apache.hadoop.hbase.util.Bytes
-
Make a new byte array from a subset of bytes at the tail of another, zero padded as desired.
- 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
-
- parseHostname(String) - Static method in class org.apache.hadoop.hbase.util.Addressing
-
Parse the hostname portion of a host-and-port string
- 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
-
- parsePort(String) - Static method in class org.apache.hadoop.hbase.util.Addressing
-
Parse the port portion of a host-and-port string
- parseServerName(String) - Static method in class org.apache.hadoop.hbase.ServerName
-
Parse a ServerName from a string
- parseStartcode(String) - Static method in class org.apache.hadoop.hbase.ServerName
-
- parseVersionedServerName(byte[]) - Static method in class org.apache.hadoop.hbase.ServerName
-
- 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
-
- PBType() - Constructor for class org.apache.hadoop.hbase.types.PBType
-
Deprecated.
- 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
-
- pos - Variable in class org.apache.hadoop.hbase.io.BoundedDelegatingInputStream
-
- position() - Method in class org.apache.hadoop.hbase.nio.ByteBuff
-
Returns this ByteBuff's current position
- 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
-
Returns this MBB's current position
- 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.
- postCellEncode(int, int) - Method in class org.apache.hadoop.hbase.io.encoding.EncodingState
-
- 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.
- preadWithExtra(ByteBuff, FSDataInputStream, long, int, int) - Static method in class org.apache.hadoop.hbase.io.util.BlockIOUtils
-
Read from an input stream at least necessaryLen
and if possible,
extraLen
also if available.
- preadWithExtra(ByteBuff, FSDataInputStream, long, int, int, boolean) - Static method in class org.apache.hadoop.hbase.io.util.BlockIOUtils
-
Read from an input stream at least necessaryLen
and if possible,
extraLen
also if available.
- 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 a node to the tree
- prepend(TNode, TNode, TNode) - Static method in class org.apache.hadoop.hbase.util.AvlUtil.AvlIterableList
-
Prepend a node to the tree before a specific node
- 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
-
- printStackTrace(Thread) - Static method in class org.apache.hadoop.hbase.util.Threads
-
- 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
-
- PropagatingConfigurationObserver - Interface in org.apache.hadoop.hbase.conf
-
This extension to ConfigurationObserver allows the configuration to propagate to the children of
the current
ConfigurationObserver
.
- 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 and won't affect the position of any of the
buffers.
- put(int, ByteBuff, int, int) - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
-
Copies from a src BB 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 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
-
Deprecated.
- 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.ByteBuffAllocator
-
Return back a ByteBuffer after its use.
- putbackBuffer(ByteBuffer) - Method in class org.apache.hadoop.hbase.io.DeallocateRewriteByteBuffAllocator
-
- 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
-
Deprecated.
- 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
-
Deprecated.
Put in buffer integer using 7 bit encoding.
- putDouble(byte[], int, double) - Static method in class org.apache.hadoop.hbase.util.Bytes
-
Put a double value out to the specified byte array position as the IEEE 754 double format.
- putFloat(byte[], int, float) - Static method in class org.apache.hadoop.hbase.util.Bytes
-
Put a float value out to the specified byte array position.
- 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(OutputStream, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
-
Deprecated.
Put in output stream 32 bit integer (Big Endian byte order).
- putInt(ByteBuffer, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
-
Deprecated.
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
-
Deprecated.
- 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
-
- 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(OutputStream, long, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
-
Deprecated.
- putLong(ByteBuffer, long) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
-
Deprecated.
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
-
Deprecated.
- 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
-
- putShort(ByteBuffer, short) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
-
Deprecated.
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
-
Deprecated.
- 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
-
- 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
-
- 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.
- Random64 - Class in org.apache.hadoop.hbase.util
-
An instance of this class is used to generate a stream of pseudorandom numbers.
- Random64() - Constructor for class org.apache.hadoop.hbase.util.Random64
-
- Random64(long) - Constructor for class org.apache.hadoop.hbase.util.Random64
-
- RawByte - Class in org.apache.hadoop.hbase.types
-
- RawByte() - Constructor for class org.apache.hadoop.hbase.types.RawByte
-
- RawBytes - Class in org.apache.hadoop.hbase.types
-
- 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
-
- 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
-
- 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 allows CPs manipulate Tags.
- 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
-
- RawDouble() - Constructor for class org.apache.hadoop.hbase.types.RawDouble
-
- RawFloat - Class in org.apache.hadoop.hbase.types
-
- RawFloat() - Constructor for class org.apache.hadoop.hbase.types.RawFloat
-
- RawInteger - Class in org.apache.hadoop.hbase.types
-
- RawInteger() - Constructor for class org.apache.hadoop.hbase.types.RawInteger
-
- RawLong - Class in org.apache.hadoop.hbase.types
-
- RawLong() - Constructor for class org.apache.hadoop.hbase.types.RawLong
-
- RawShort - Class in org.apache.hadoop.hbase.types
-
- RawShort() - Constructor for class org.apache.hadoop.hbase.types.RawShort
-
- RawString - Class in org.apache.hadoop.hbase.types
-
- 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
-
- 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
-
- 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.BoundedDelegatingInputStream
-
Call the delegate's read()
method if the current position is less than the limit.
- read(byte[], int, int) - Method in class org.apache.hadoop.hbase.io.BoundedDelegatingInputStream
-
Call the delegate's read(byte[], int, int)
method if the current position is less than
the limit.
- 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 ByteBuf.
- read(FileChannel, long) - Method in class org.apache.hadoop.hbase.nio.ByteBuff
-
Reads bytes from FileChannel into this ByteBuff
- read(ReadableByteChannel, ByteBuffer, long, ByteBuff.ChannelReader) - Static method in class org.apache.hadoop.hbase.nio.ByteBuff
-
- read(ReadableByteChannel) - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
-
- read(FileChannel, long) - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
-
- read(ReadableByteChannel) - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
-
- read(FileChannel, long) - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
-
- read(long, ByteBuff) - Method in class org.apache.hadoop.hbase.util.ByteBufferArray
-
Transfers bytes from this buffers array into the given destination
ByteBuff
- READ_TYPE_KEY - Static variable in class org.apache.hadoop.hbase.trace.HBaseSemanticAttributes
-
Indicated the type of read.
- 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
-
Deprecated.
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.
- readByte(InputStream) - Static method in class org.apache.hadoop.hbase.io.util.StreamUtils
-
Read a byte from the given stream using the read method, and throw EOFException if it returns
-1, like the implementation in DataInputStream
.
- 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
-
Deprecated.
Read integer from stream coded in 7 bits and increment position.
- readCompressedInt(ByteBuffer) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
-
Deprecated.
Read integer from buffer coded in 7 bits and increment position.
- readFields(DataInput) - Method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable
-
- readFully(ByteBuff, FSDataInputStream, int) - Static method in class org.apache.hadoop.hbase.io.util.BlockIOUtils
-
Read length bytes into ByteBuffers directly.
- readFullyWithHeapBuffer(InputStream, ByteBuff, int) - Static method in class org.apache.hadoop.hbase.io.util.BlockIOUtils
-
Copying bytes from InputStream to
ByteBuff
by using an temporary heap byte[] (default
size is 1024 now).
- 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
-
Deprecated.
Read long which was written to fitInBytes bytes and increment position.
- readLong(ByteBuffer, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
-
Deprecated.
Read long which was written to fitInBytes bytes and increment position.
- readNext(TNode) - Static method in class org.apache.hadoop.hbase.util.AvlUtil.AvlIterableList
-
Return the successor of the current node
- 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
-
Return the predecessor of the current node
- 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(ByteBuffer) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
-
Deprecated.
Similar to
WritableUtils.readVLong(DataInput)
but reads from a
ByteBuffer
.
- readVLong(ByteBuff) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
-
Deprecated.
Similar to
WritableUtils.readVLong(java.io.DataInput)
but reads from a
ByteBuff
.
- readVLong(byte[], int) - Static method in class org.apache.hadoop.hbase.util.Bytes
-
- readWithExtra(ByteBuff, FSDataInputStream, int, int) - Static method in class org.apache.hadoop.hbase.io.util.BlockIOUtils
-
Read bytes into ByteBuffers directly, those buffers either contains the extraLen bytes or only
contains necessaryLen bytes, which depends on how much bytes do the last time we read.
- RECOVERED_EDITS_DIR - Static variable in class org.apache.hadoop.hbase.HConstants
-
- RECOVERED_HFILES_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
- refCnt - Variable in class org.apache.hadoop.hbase.nio.ByteBuff
-
- refCnt() - Method in class org.apache.hadoop.hbase.nio.ByteBuff
-
- RefCnt - Class in org.apache.hadoop.hbase.nio
-
- RefCnt(ByteBuffAllocator.Recycler) - Constructor for class org.apache.hadoop.hbase.nio.RefCnt
-
- 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_NAMES_KEY - Static variable in class org.apache.hadoop.hbase.trace.HBaseSemanticAttributes
-
- 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
- REGIONS_RECOVERY_INTERVAL - Static variable in class org.apache.hadoop.hbase.HConstants
-
- 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_KRB_KEYTAB_FILE - Static variable in class org.apache.hadoop.hbase.security.SecurityConstants
-
- REGIONSERVER_KRB_PRINCIPAL - Static variable in class org.apache.hadoop.hbase.security.SecurityConstants
-
- 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.
- registerChildren(ConfigurationManager) - Method in interface org.apache.hadoop.hbase.conf.PropagatingConfigurationObserver
-
Needs to be called to register the children to the manager.
- registerObserver(ConfigurationObserver) - Method in class org.apache.hadoop.hbase.conf.ConfigurationManager
-
Register an observer class
- reinit(Configuration) - Method in interface org.apache.hadoop.hbase.io.compress.CanReinit
-
- release() - Method in class org.apache.hadoop.hbase.nio.ByteBuff
-
- release(int) - Method in interface org.apache.hadoop.hbase.nio.HBaseReferenceCounted
-
- release() - Method in class org.apache.hadoop.hbase.nio.RefCnt
-
- release(int) - Method in class org.apache.hadoop.hbase.nio.RefCnt
-
- 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.
- reload(Configuration) - Method in enum org.apache.hadoop.hbase.io.compress.Compression.Algorithm
-
Reload configuration for the given algorithm.
- 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 a node from the tree
- 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
-
- removeConfiguration(String) - Method in class org.apache.hadoop.hbase.rsgroup.RSGroupInfo
-
- 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_BARRIER_FAMILY - Static variable in class org.apache.hadoop.hbase.HConstants
-
The replication barrier family
- REPLICATION_BARRIER_FAMILY_STR - Static variable in class org.apache.hadoop.hbase.HConstants
-
The replication barrier family as a string
- 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
-
- 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_SHIPEDITS_TIMEOUT - Static variable in class org.apache.hadoop.hbase.HConstants
-
Configuration key for ReplicationSource shipeEdits timeout
- REPLICATION_SOURCE_SHIPEDITS_TIMEOUT_DFAULT - 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
-
- reservoirEnabled - Variable in class org.apache.hadoop.hbase.io.ByteBuffAllocator
-
- ReservoirSample<T> - Class in org.apache.hadoop.hbase.util
-
The simple version of reservoir sampling implementation.
- ReservoirSample(int) - Constructor for class org.apache.hadoop.hbase.util.ReservoirSample
-
- 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
-
- resetBuf(int) - Method in class org.apache.hadoop.hbase.codec.BaseDecoder.PBIS
-
- resetState() - Method in class org.apache.hadoop.hbase.io.compress.ReusableStreamGzipCodec.ReusableGzipOutputStream
-
- RESOURCE_SCHEME - Static variable in class org.apache.hadoop.hbase.io.compress.DictionaryCache
-
- retain(int) - Method in interface org.apache.hadoop.hbase.nio.HBaseReferenceCounted
-
- retain() - Method in class org.apache.hadoop.hbase.nio.MultiByteBuff
-
- retain() - Method in class org.apache.hadoop.hbase.nio.RefCnt
-
- retain(int) - Method in class org.apache.hadoop.hbase.nio.RefCnt
-
- retain() - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
-
- rethrow(Throwable) - Static method in class org.apache.hadoop.hbase.util.FutureUtils
-
If we could propagate the given error
directly, we will fill the stack trace with the
current thread's stack trace so it is easier to trace where is the exception thrown.
- rethrowIfInterrupt(Throwable) - Static method in class org.apache.hadoop.hbase.util.ExceptionUtil
-
Throw InterruptedIOException if t was an interruption, nothing otherwise.
- 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
-
- roundInt2(int) - Static method in class org.apache.hadoop.hbase.io.compress.CompressionUtil
-
Round up to the next power of two, unless the value would become negative (ints are signed), in
which case just return Integer.MAX_VALUE.
- 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_LOCK_READ_LOCK_KEY - Static variable in class org.apache.hadoop.hbase.trace.HBaseSemanticAttributes
-
- 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(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
- RPC_METHOD - Static variable in class org.apache.hadoop.hbase.trace.HBaseSemanticAttributes
-
- RPC_SERVICE - Static variable in class org.apache.hadoop.hbase.trace.HBaseSemanticAttributes
-
- RPC_SYSTEM - Static variable in class org.apache.hadoop.hbase.trace.HBaseSemanticAttributes
-
- RS_HOSTNAME_KEY - Static variable in class org.apache.hadoop.hbase.util.DNS
-
- 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() - Method in interface org.apache.hadoop.hbase.trace.TraceUtil.ThrowingRunnable
-
- run(String[]) - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool
-
- 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
- safeClose(ChannelOutboundInvoker) - Static method in class org.apache.hadoop.hbase.util.NettyFutureUtils
-
Close the channel and eat the returned future by logging the error when the future is completed
with error.
- safeWrite(ChannelOutboundInvoker, Object) - Static method in class org.apache.hadoop.hbase.util.NettyFutureUtils
-
Call write on the channel and eat the returned future by logging the error when the future is
completed with error.
- safeWriteAndFlush(ChannelOutboundInvoker, Object) - Static method in class org.apache.hadoop.hbase.util.NettyFutureUtils
-
Call writeAndFlush on the channel and eat the returned future by logging the error when the
future is completed with error.
- scheduleChore(ScheduledChore) - Method in class org.apache.hadoop.hbase.ChoreService
-
Schedule a chore.
- 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
-
Construct a ScheduledChore
- ScheduledChore(String, Stoppable, int) - Constructor for class org.apache.hadoop.hbase.ScheduledChore
-
Construct a ScheduledChore
- ScheduledChore(String, Stoppable, int, long) - Constructor for class org.apache.hadoop.hbase.ScheduledChore
-
Construct a ScheduledChore
- ScheduledChore(String, Stoppable, int, long, TimeUnit) - Constructor for class org.apache.hadoop.hbase.ScheduledChore
-
Construct a ScheduledChore
- searchDelimiterIndex(ByteBuffer, int, int, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
-
Deprecated.
Find index of passed delimiter.
- searchDelimiterIndex(byte[], int, int, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
-
Find index of passed delimiter.
- searchDelimiterIndexInReverse(ByteBuffer, int, int, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
-
Deprecated.
Find index of passed delimiter walking from end of buffer backwards.
- 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.
- 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
-
- secureRandom(byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
-
Fill given array with random bytes using a strong random number generator.
- secureRandom(byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
-
Fill given array with random bytes at the specified position using a strong random number
generator.
- SecurityConstants - Class in org.apache.hadoop.hbase.security
-
SecurityConstants holds a bunch of kerberos-related constants
- 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_NAME_KEY - Static variable in class org.apache.hadoop.hbase.trace.HBaseSemanticAttributes
-
- 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.
- 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
-
Use passed bytes as backing array for this instance.
- set(byte[], int, int) - Method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable
-
Use passed bytes as backing array for this instance.
- 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
-
Use passed bytes as backing array for this instance.
- set(byte[], int, int) - Method in class org.apache.hadoop.hbase.util.Bytes
-
Use passed bytes as backing array for this instance.
- 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
-
- setConfiguration(String, String) - Method in class org.apache.hadoop.hbase.rsgroup.RSGroupInfo
-
- 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
-
- 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.
- setDelegate(InputStream, long) - Method in class org.apache.hadoop.hbase.io.BoundedDelegatingInputStream
-
- setDelegate(InputStream) - Method in class org.apache.hadoop.hbase.io.DelegatingInputStream
-
- 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
-
- setError(Span, Throwable) - Static method in class org.apache.hadoop.hbase.trace.TraceUtil
-
- 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
-
- setFsDefault(Configuration, String) - Static method in class org.apache.hadoop.hbase.util.CommonFSUtils
-
- setGroups(Groups) - Static method in class org.apache.hadoop.hbase.security.UserProvider
-
- 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
- setJitter(float) - Method in class org.apache.hadoop.hbase.util.RetryCounter.RetryConfig
-
- 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(ByteBuffer, int, int, short) - 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
-
- 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.
- 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
-
- setReadType(HBaseSemanticAttributes.ReadType) - Method in class org.apache.hadoop.hbase.io.hfile.trace.HFileContextAttributesBuilderConsumer
-
- 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
-
- 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.
- setSkipChecksum(boolean) - Method in class org.apache.hadoop.hbase.io.hfile.trace.HFileContextAttributesBuilderConsumer
-
Specify that the
ChecksumType
should not be included in the attributes.
- 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
-
- setTagType(byte) - Method in interface org.apache.hadoop.hbase.TagBuilder
-
Set type of the tag.
- setTagValue(byte[]) - Method in interface org.apache.hadoop.hbase.TagBuilder
-
Set the value of the tag.
- 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
-
- setTimestamp(Cell, byte[], int) - Static method in class org.apache.hadoop.hbase.CellUtil
-
- 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
-
- 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 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 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
-
- SHELL_TIMESTAMP_FORMAT_EPOCH_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
-
- SHORT_HELP_OPTION - Static variable in class org.apache.hadoop.hbase.util.AbstractHBaseTool
-
- shouldLoginFromKeytab(Configuration) - Static method in class org.apache.hadoop.hbase.security.User
-
In secure environment, if a user specified his keytab and principal, a hbase client will try to
login with them.
- shouldLoginFromKeytab() - Method in class org.apache.hadoop.hbase.security.UserProvider
-
In secure environment, if a user specified his keytab and principal, a hbase client will try to
login with them.
- shouldRetry() - Method in class org.apache.hadoop.hbase.util.RetryCounter
-
- shutdown() - Method in class org.apache.hadoop.hbase.ChoreService
-
Shut down the service.
- shutdown() - Method in class org.apache.hadoop.hbase.ScheduledChore
-
- shutdown(boolean) - Method in class org.apache.hadoop.hbase.ScheduledChore
-
Completely shutdown the ScheduleChore, which means we will call cleanup and you should not
schedule it again.
- 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
-
- 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
.
- SimpleMovingAverage<T> - Class in org.apache.hadoop.hbase.util
-
SMA measure the overall average execution time of a specific method.
- SimpleMovingAverage(String) - Constructor for class org.apache.hadoop.hbase.util.SimpleMovingAverage
-
- SimpleMutableByteRange - Class in org.apache.hadoop.hbase.util
-
- 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
-
- 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
-
- 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
-
- SingleByteBuff(ByteBuffAllocator.Recycler, 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
-
Returns The current size of the buffer.
- 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.
- SizeCachedByteBufferKeyValue - Class in org.apache.hadoop.hbase
-
This Cell is an implementation of
ByteBufferExtendedCell
where the data resides in off
heap/ on heap ByteBuffer
- SizeCachedByteBufferKeyValue(ByteBuffer, int, int, long, int) - Constructor for class org.apache.hadoop.hbase.SizeCachedByteBufferKeyValue
-
- SizeCachedByteBufferKeyValue(ByteBuffer, int, int, long, int, short) - Constructor for class org.apache.hadoop.hbase.SizeCachedByteBufferKeyValue
-
- 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, int) - Constructor for class org.apache.hadoop.hbase.SizeCachedKeyValue
-
- SizeCachedKeyValue(byte[], int, int, long, int, short) - Constructor for class org.apache.hadoop.hbase.SizeCachedKeyValue
-
- SizeCachedNoTagsByteBufferKeyValue - Class in org.apache.hadoop.hbase
-
This Cell is an implementation of
ByteBufferExtendedCell
where the data resides in off
heap/ on heap ByteBuffer
- SizeCachedNoTagsByteBufferKeyValue(ByteBuffer, int, int, long, int) - Constructor for class org.apache.hadoop.hbase.SizeCachedNoTagsByteBufferKeyValue
-
- SizeCachedNoTagsByteBufferKeyValue(ByteBuffer, int, int, long, int, short) - Constructor for class org.apache.hadoop.hbase.SizeCachedNoTagsByteBufferKeyValue
-
- 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, int) - Constructor for class org.apache.hadoop.hbase.SizeCachedNoTagsKeyValue
-
- SizeCachedNoTagsKeyValue(byte[], int, int, long, int, short) - 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.BoundedDelegatingInputStream
-
Call the delegate's skip(long)
method.
- 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
-
Deprecated.
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(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
-
- SLOW_LOG_BUFFER_ENABLED_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
-
- SLOW_LOG_SYS_TABLE_ENABLED_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
-
- SLOWLOG_INFO_FAMILY - Static variable in class org.apache.hadoop.hbase.HConstants
-
The slowlog info family
- SNAPPY_CODEC_CLASS_DEFAULT - Static variable in class org.apache.hadoop.hbase.io.compress.Compression
-
- SNAPPY_CODEC_CLASS_KEY - Static variable in class org.apache.hadoop.hbase.io.compress.Compression
-
- 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
-
- 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
- SPLITA_QUALIFIER_STR - Static variable in class org.apache.hadoop.hbase.HConstants
-
The lower-half split region column qualifier string.
- SPLITB_QUALIFIER - Static variable in class org.apache.hadoop.hbase.HConstants
-
The upper-half split region column qualifier
- SPLITB_QUALIFIER_STR - Static variable in class org.apache.hadoop.hbase.HConstants
-
The upper-half split region column qualifier String.
- 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.MovingAverage
-
Mark start time of an execution.
- 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.
- stop(long) - Method in class org.apache.hadoop.hbase.util.MovingAverage
-
Mark end time of an execution, and return its interval.
- Stoppable - Interface in org.apache.hadoop.hbase
-
Implementers are Stoppable.
- STORAGE_POLICY_PREFIX - Static variable in class org.apache.hadoop.hbase.HConstants
-
Date Tiered Compaction tmp dir prefix name if use storage policy
- store - Variable in class org.apache.hadoop.hbase.io.crypto.KeyStoreKeyProvider
-
- STORE_FILE_REF_COUNT_THRESHOLD - Static variable in class org.apache.hadoop.hbase.HConstants
-
- 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.
- 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 HDataType
s 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.
- 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 - Variable in class org.apache.hadoop.hbase.util.HashKey
-
- TABLE_DESC_PROP_GROUP - Static variable in class org.apache.hadoop.hbase.rsgroup.RSGroupInfo
-
- 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_KEY - Static variable in class org.apache.hadoop.hbase.trace.HBaseSemanticAttributes
-
- 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
-
- TagBuilder - Interface in org.apache.hadoop.hbase
-
Builder implementation to create
Tag
Call setTagValue(byte[]) method to create
ArrayBackedTag
- TagBuilderFactory - Class in org.apache.hadoop.hbase
-
Factory to create Tags.
- TagBuilderFactory() - Constructor for class org.apache.hadoop.hbase.TagBuilderFactory
-
- 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
-
- tagsIterator(Cell) - Static method in class org.apache.hadoop.hbase.PrivateCellUtil
-
Utility 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
-
Make a new byte array from a subset of bytes at the tail of another.
- 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
-
- TB_IN_BYTES - Static variable in class org.apache.hadoop.hbase.HConstants
-
- 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.
- TEST_CONF - Static variable in class org.apache.hadoop.hbase.security.User.TestingGroups
-
- TestingGroups(Groups) - Constructor for class org.apache.hadoop.hbase.security.User.TestingGroups
-
- 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
-
Waits on the passed thread to die dumping a threaddump every minute while its up.
- 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
-
- TimeMeasurable<T> - Interface in org.apache.hadoop.hbase.util
-
Methods that implement this interface can be measured elapsed time.
- 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
-
- TimeRange(long) - Constructor for class org.apache.hadoop.hbase.io.TimeRange
-
- TimeRange(byte[]) - Constructor for class org.apache.hadoop.hbase.io.TimeRange
-
- TimeRange(byte[], byte[]) - Constructor for class org.apache.hadoop.hbase.io.TimeRange
-
- TimeRange(long, long) - Constructor for class org.apache.hadoop.hbase.io.TimeRange
-
- 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
-
Convert a list of byte arrays into an array of byte arrays
- toArray(List<byte[]>) - Static method in class org.apache.hadoop.hbase.util.Bytes
-
Convert a list of byte[] to an array
- toBigDecimal(ByteBuffer, int, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
-
Deprecated.
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
-
Create an array of byte[] given an array of String.
- 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
-
Deprecated.
- 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
-
Returns The comparator serialized using pb
- 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
-
Create an array of byte[] given an array of String.
- toByteArrays(String) - Static method in class org.apache.hadoop.hbase.util.Bytes
-
Create a byte[][] where first and only entry is column
- toByteArrays(byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
-
Create a byte[][] where first and only entry is column
- toByteBuff(ByteBuff) - Method in class org.apache.hadoop.hbase.io.ByteArrayOutputStream
-
- 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 the position
from where the copy should start the length upto which the copy has to be done
- toBytes(int, int) - Method in class org.apache.hadoop.hbase.nio.SingleByteBuff
-
- toBytes() - Method in class org.apache.hadoop.hbase.TableName
-
Returns A pointer to TableName as String bytes.
- toBytes(ByteBuffer, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
-
Deprecated.
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
-
Deprecated.
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
-
Return the float represented as byte[]
- 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
-
- 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
-
- toDouble(ByteBuffer, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
-
Deprecated.
Reads a double value at the given buffer's offset.
- toDouble(byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
-
Return double made from passed bytes.
- toDouble(byte[], int) - Static method in class org.apache.hadoop.hbase.util.Bytes
-
Return double made from passed bytes.
- toFloat(byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
-
Put a float value out to the specified byte array position.
- toFloat(byte[], int) - Static method in class org.apache.hadoop.hbase.util.Bytes
-
Put a float value out to the specified byte array position.
- toGroupEntry(String) - Static method in class org.apache.hadoop.hbase.AuthUtil
-
Deprecated.
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
-
Deprecated.
Reads an int value at the given buffer's current position.
- toInt(ByteBuffer, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
-
Deprecated.
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
-
- toLong(ByteBuffer, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
-
Deprecated.
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
-
- 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
-
Deprecated.
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
-
Return a SHORT version of
ServerName.toString()
, one that has the host only, minus the domain,
and the port only -- no start code; the String is for us internally mostly tying threads to
their server.
- toShortUnsafe(byte[], int) - Static method in class org.apache.hadoop.hbase.util.Bytes
-
- toSocketAddress(Address) - Static method in class org.apache.hadoop.hbase.net.Address
-
- toSocketAddress(Address[]) - Static method in class org.apache.hadoop.hbase.net.Address
-
- 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.SecureHadoopUser
-
- 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
-
Convert a byte[] into a string.
- 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.ImmutableByteArray
-
- 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(Collection<?>) - Static method in class org.apache.hadoop.hbase.util.PrettyPrinter
-
Pretty prints a collection of any type to a string.
- toString() - Method in class org.apache.hadoop.hbase.util.Triple
-
- toStringBinary(ByteBuffer, int, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
-
Deprecated.
- toStringBinary(ByteBuffer) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
-
Deprecated.
- 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.
- 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
-
- touch() - Method in class org.apache.hadoop.hbase.nio.ByteBuff
-
Calling this method in strategic locations where ByteBuffs are referenced may help diagnose
potential buffer leaks.
- touch(Object) - Method in class org.apache.hadoop.hbase.nio.ByteBuff
-
- touch() - Method in interface org.apache.hadoop.hbase.nio.HBaseReferenceCounted
-
- touch(Object) - Method in interface org.apache.hadoop.hbase.nio.HBaseReferenceCounted
-
- touch() - Method in class org.apache.hadoop.hbase.nio.RefCnt
-
- touch(Object) - Method in class org.apache.hadoop.hbase.nio.RefCnt
-
- trace(TraceUtil.ThrowingRunnable<T>, String) - Static method in class org.apache.hadoop.hbase.trace.TraceUtil
-
Trace the execution of runnable
.
- trace(TraceUtil.ThrowingRunnable<T>, Supplier<Span>) - Static method in class org.apache.hadoop.hbase.trace.TraceUtil
-
Trace the execution of runnable
.
- trace(TraceUtil.ThrowingCallable<R, T>, String) - Static method in class org.apache.hadoop.hbase.trace.TraceUtil
-
- trace(TraceUtil.ThrowingCallable<R, T>, Supplier<Span>) - Static method in class org.apache.hadoop.hbase.trace.TraceUtil
-
- tracedFuture(Supplier<CompletableFuture<T>>, Supplier<Span>) - Static method in class org.apache.hadoop.hbase.trace.TraceUtil
-
Trace an asynchronous operation for a table.
- tracedFuture(Supplier<CompletableFuture<T>>, String) - Static method in class org.apache.hadoop.hbase.trace.TraceUtil
-
Trace an asynchronous operation.
- tracedFutures(Supplier<List<CompletableFuture<T>>>, Supplier<Span>) - Static method in class org.apache.hadoop.hbase.trace.TraceUtil
-
Trace an asynchronous operation, and finish the create Span
when all the given
futures
are completed.
- tracedRunnable(Runnable, String) - Static method in class org.apache.hadoop.hbase.trace.TraceUtil
-
Wrap the provided
runnable
in a
Runnable
that is traced.
- tracedRunnable(Runnable, Supplier<Span>) - Static method in class org.apache.hadoop.hbase.trace.TraceUtil
-
Wrap the provided
runnable
in a
Runnable
that is traced.
- TraceUtil - Class in org.apache.hadoop.hbase.trace
-
- TraceUtil.ThrowingCallable<R,T extends Throwable> - Interface in org.apache.hadoop.hbase.trace
-
- TraceUtil.ThrowingRunnable<T extends Throwable> - Interface in org.apache.hadoop.hbase.trace
-
- 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() - Method in class org.apache.hadoop.hbase.ScheduledChore
-
Returns false when the Chore is not currently scheduled with a ChoreService
- 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_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
-
- 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
-
Deprecated.
- 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.encoding.IndexBlockEncoding
-
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(Address, long) - Static method in class org.apache.hadoop.hbase.ServerName
-
- valueOf(String, String) - Static method in class org.apache.hadoop.hbase.TableName
-
- valueOf(byte[]) - Static method in class org.apache.hadoop.hbase.TableName
-
Construct a TableName
- valueOf(byte[], int, int) - Static method in class org.apache.hadoop.hbase.TableName
-
Construct a TableName
- valueOf(ByteBuffer) - Static method in class org.apache.hadoop.hbase.TableName
-
Construct a TableName
- valueOf(String) - Static method in class org.apache.hadoop.hbase.TableName
-
Construct a 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.trace.HBaseSemanticAttributes.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.trace.HBaseSemanticAttributes.ReadType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.trace.HBaseSemanticAttributes.RpcSystem
-
Returns the enum constant of this type with the specified name.
- 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.DNS.ServerType
-
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.encoding.IndexBlockEncoding
-
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() - Static method in enum org.apache.hadoop.hbase.trace.HBaseSemanticAttributes.Operation
-
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.trace.HBaseSemanticAttributes.ReadType
-
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.trace.HBaseSemanticAttributes.RpcSystem
-
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.DNS.ServerType
-
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
-
Encode a long value as a variable length integer.
- 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
-
Visitor
- vLength - Variable in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
-
- vOffset - Variable in class org.apache.hadoop.hbase.ExtendedCellBuilderImpl
-