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

A

AbstractByteRange - org.apache.hadoop.hbase.util中的类
An abstract implementation of the ByteRange API
AbstractByteRange() - 类 的构造器org.apache.hadoop.hbase.util.AbstractByteRange
 
AbstractDataBlockEncoder - org.apache.hadoop.hbase.io.encoding中的类
 
AbstractDataBlockEncoder() - 类 的构造器org.apache.hadoop.hbase.io.encoding.AbstractDataBlockEncoder
 
AbstractDataBlockEncoder.AbstractEncodedSeeker - org.apache.hadoop.hbase.io.encoding中的类
 
AbstractEncodedSeeker(CellComparator, HFileBlockDecodingContext) - 类 的构造器org.apache.hadoop.hbase.io.encoding.AbstractDataBlockEncoder.AbstractEncodedSeeker
 
AbstractHBaseTool - org.apache.hadoop.hbase.util中的类
Common base class used for HBase command-line tools.
AbstractHBaseTool() - 类 的构造器org.apache.hadoop.hbase.util.AbstractHBaseTool
 
AbstractPositionedByteRange - org.apache.hadoop.hbase.util中的类
Extends the basic SimpleByteRange implementation with position support.
AbstractPositionedByteRange() - 类 的构造器org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
ACL_TAG_TYPE - 类 中的静态变量org.apache.hadoop.hbase.TagType
 
acquireLock(K) - 类 中的方法org.apache.hadoop.hbase.util.KeyLocker
Return a lock for the given key.
acquireLocks(Set<? extends K>) - 类 中的方法org.apache.hadoop.hbase.util.KeyLocker
Acquire locks for a set of keys.
activateOptions() - 类 中的方法org.apache.hadoop.hbase.AsyncConsoleAppender
 
add(Configuration) - 类 中的方法org.apache.hadoop.hbase.CompoundConfiguration
Add Hadoop Configuration object to config list.
add(DataType<?>) - 类 中的方法org.apache.hadoop.hbase.types.StructBuilder
Append field to the sequence of accumulated fields.
add(byte[], byte[]) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
 
add(byte[], byte[], byte[]) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
 
add(byte[][]) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
 
add(long) - 类 中的方法org.apache.hadoop.hbase.util.Counter
已过时。
 
addAllServers(Collection<Address>) - 类 中的方法org.apache.hadoop.hbase.rsgroup.RSGroupInfo
Adds the given servers to the group.
addAllSublists(List<? extends List<T>>) - 类 中的方法org.apache.hadoop.hbase.util.ConcatenatedLists
 
addAllTables(Collection<TableName>) - 类 中的方法org.apache.hadoop.hbase.rsgroup.RSGroupInfo
 
addBytesMap(Map<Bytes, Bytes>) - 类 中的方法org.apache.hadoop.hbase.CompoundConfiguration
Add Bytes map to config list.
addConfiguration(Map<String, String>) - 类 中的方法org.apache.hadoop.hbase.NamespaceDescriptor.Builder
 
addConfiguration(String, String) - 类 中的方法org.apache.hadoop.hbase.NamespaceDescriptor.Builder
 
addEntry(byte[], int, int) - 接口 中的方法org.apache.hadoop.hbase.io.util.Dictionary
Adds an entry to the dictionary.
addEntry(byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.io.util.LRUDictionary
 
addHbaseResources(Configuration) - 类 中的静态方法org.apache.hadoop.hbase.HBaseConfiguration
 
addKVAnnotation(String, String) - 类 中的静态方法org.apache.hadoop.hbase.trace.TraceUtil
Wrapper method to add key-value pair to TraceInfo of actual span
addListener(CompletableFuture<T>, BiConsumer<? super T, ? super Throwable>) - 类 中的静态方法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) - 类 中的静态方法org.apache.hadoop.hbase.util.FutureUtils
Almost the same with FutureUtils.addListener(CompletableFuture, BiConsumer) method above, the only exception is that we will call CompletableFuture.whenCompleteAsync(BiConsumer, Executor).
addOption(Option) - 类 中的方法org.apache.hadoop.hbase.util.AbstractHBaseTool
 
addOptions() - 类 中的方法org.apache.hadoop.hbase.util.AbstractHBaseTool
Override this to add command-line options using AbstractHBaseTool.addOptWithArg(java.lang.String, java.lang.String) and similar methods.
addOptNoArg(String, String) - 类 中的方法org.apache.hadoop.hbase.util.AbstractHBaseTool
 
addOptNoArg(String, String, String) - 类 中的方法org.apache.hadoop.hbase.util.AbstractHBaseTool
 
addOptWithArg(String, String) - 类 中的方法org.apache.hadoop.hbase.util.AbstractHBaseTool
 
addOptWithArg(String, String, String) - 类 中的方法org.apache.hadoop.hbase.util.AbstractHBaseTool
 
addReceiver(SpanReceiver) - 类 中的静态方法org.apache.hadoop.hbase.trace.TraceUtil
Wrapper method to add receiver to actual tracerpool
addRequiredOption(Option) - 类 中的方法org.apache.hadoop.hbase.util.AbstractHBaseTool
 
addRequiredOptWithArg(String, String) - 类 中的方法org.apache.hadoop.hbase.util.AbstractHBaseTool
 
addRequiredOptWithArg(String, String, String) - 类 中的方法org.apache.hadoop.hbase.util.AbstractHBaseTool
 
Address - 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 - org.apache.hadoop.hbase.util中的类
Utility for network addresses, resolving and naming.
Addressing() - 类 的构造器org.apache.hadoop.hbase.util.Addressing
 
Addressing.AddressSelectionCondition - org.apache.hadoop.hbase.util中的接口
Interface for AddressSelectionCondition to check if address is acceptable
addSampler(Sampler) - 类 中的静态方法org.apache.hadoop.hbase.trace.TraceUtil
Wrapper method to add new sampler to the default tracer
addServer(Address) - 类 中的方法org.apache.hadoop.hbase.rsgroup.RSGroupInfo
Adds the given server to the group.
addStringMap(Map<String, String>) - 类 中的方法org.apache.hadoop.hbase.CompoundConfiguration
Add String map to config list.
addSublist(List<T>) - 类 中的方法org.apache.hadoop.hbase.util.ConcatenatedLists
 
addTable(TableName) - 类 中的方法org.apache.hadoop.hbase.rsgroup.RSGroupInfo
 
addTimelineAnnotation(String) - 类 中的静态方法org.apache.hadoop.hbase.trace.TraceUtil
Wrapper method to add timeline annotiation to current span with given message
addToken(Token<? extends TokenIdentifier>) - 类 中的方法org.apache.hadoop.hbase.security.User
Adds the given Token to the user's credentials.
ADMIN_QOS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
advance() - 接口 中的方法org.apache.hadoop.hbase.CellScanner
Advance the scanner 1 cell.
advance() - 类 中的方法org.apache.hadoop.hbase.codec.BaseDecoder
 
advance() - 类 中的方法org.apache.hadoop.hbase.codec.KeyValueCodec.ByteBuffKeyValueDecoder
 
AES - org.apache.hadoop.hbase.io.crypto.aes中的类
AES-128, provided by the JCE Algorithm instances are pooled for reuse, so the cipher provider and mode are configurable but fixed at instantiation.
AES(CipherProvider) - 类 的构造器org.apache.hadoop.hbase.io.crypto.aes.AES
 
AESDecryptor - org.apache.hadoop.hbase.io.crypto.aes中的类
 
AESDecryptor(Cipher) - 类 的构造器org.apache.hadoop.hbase.io.crypto.aes.AESDecryptor
 
AESEncryptor - org.apache.hadoop.hbase.io.crypto.aes中的类
 
AESEncryptor(Cipher, SecureRandom) - 类 的构造器org.apache.hadoop.hbase.io.crypto.aes.AESEncryptor
 
align(int) - 类 中的静态方法org.apache.hadoop.hbase.util.ClassSize
Aligns a number to 8.
align(long) - 类 中的静态方法org.apache.hadoop.hbase.util.ClassSize
Aligns a number to 8.
ALL_VERSIONS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Define for 'return-all-versions'.
allBufs - 类 中的变量org.apache.hadoop.hbase.io.ByteBufferListOutputStream
 
allocate(long) - 接口 中的方法org.apache.hadoop.hbase.util.ByteBufferAllocator
Allocates a bytebuffer
allTime() - 类 中的静态方法org.apache.hadoop.hbase.io.TimeRange
 
append(TNode, TNode) - 类 中的静态方法org.apache.hadoop.hbase.util.AvlUtil.AvlIterableList
 
appendKeyTo(Cell, byte[], int) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
 
appendKeyTo(Cell, ByteBuffer, int) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
 
appendKeyValue(StringBuilder, String, Object) - 类 中的静态方法org.apache.hadoop.hbase.util.Strings
Append to a StringBuilder a key/value.
appendKeyValue(StringBuilder, String, Object, String, String) - 类 中的静态方法org.apache.hadoop.hbase.util.Strings
Append to a StringBuilder a key/value.
appendList(TNode, TNode) - 类 中的静态方法org.apache.hadoop.hbase.util.AvlUtil.AvlIterableList
 
appendTo(Cell, ByteBuffer, int, boolean) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
Copy the Cell content into the passed buf in KeyValue serialization format.
appendToByteArray(Cell, byte[], int, boolean) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
copy key and value
appendToByteBuffer(ByteBuffer, KeyValue, boolean) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
 
apply(byte) - 枚举 中的方法org.apache.hadoop.hbase.util.Order
Apply order to the byte val.
apply(byte[]) - 枚举 中的方法org.apache.hadoop.hbase.util.Order
Apply order to the byte array val.
apply(byte[], int, int) - 枚举 中的方法org.apache.hadoop.hbase.util.Order
Apply order to a range within the byte array val.
arePartsEqual(ByteBuffer, int, int, int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Check whether two parts in the same buffer are equal.
array() - 类 中的方法org.apache.hadoop.hbase.nio.ByteBuff
 
array() - 类 中的方法org.apache.hadoop.hbase.nio.MultiByteBuff
 
array() - 类 中的方法org.apache.hadoop.hbase.nio.SingleByteBuff
 
ARRAY - 类 中的静态变量org.apache.hadoop.hbase.util.ClassSize
Array overhead
ArrayBackedTag - org.apache.hadoop.hbase中的类
This is a Tag implementation in which value is backed by an on heap byte array.
ArrayBackedTag(byte, String) - 类 的构造器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[]) - 类 的构造器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) - 类 的构造器org.apache.hadoop.hbase.ArrayBackedTag
Creates a Tag from the specified byte array and offset.
ArrayBackedTag(byte[], int, int) - 类 的构造器org.apache.hadoop.hbase.ArrayBackedTag
Creates a Tag from the specified byte array, starting at offset, and for length length.
ARRAYLIST - 类 中的静态变量org.apache.hadoop.hbase.util.ClassSize
Overhead for ArrayList(0)
arrayOffset() - 类 中的方法org.apache.hadoop.hbase.nio.ByteBuff
 
arrayOffset() - 类 中的方法org.apache.hadoop.hbase.nio.MultiByteBuff
 
arrayOffset() - 类 中的方法org.apache.hadoop.hbase.nio.SingleByteBuff
 
ASCENDING - 类 中的静态变量org.apache.hadoop.hbase.types.OrderedBlob
 
ASCENDING - 类 中的静态变量org.apache.hadoop.hbase.types.OrderedBlobVar
 
ASCENDING - 类 中的静态变量org.apache.hadoop.hbase.types.OrderedFloat32
 
ASCENDING - 类 中的静态变量org.apache.hadoop.hbase.types.OrderedFloat64
 
ASCENDING - 类 中的静态变量org.apache.hadoop.hbase.types.OrderedInt16
 
ASCENDING - 类 中的静态变量org.apache.hadoop.hbase.types.OrderedInt32
 
ASCENDING - 类 中的静态变量org.apache.hadoop.hbase.types.OrderedInt64
 
ASCENDING - 类 中的静态变量org.apache.hadoop.hbase.types.OrderedInt8
 
ASCENDING - 类 中的静态变量org.apache.hadoop.hbase.types.OrderedNumeric
 
ASCENDING - 类 中的静态变量org.apache.hadoop.hbase.types.OrderedString
 
ASCENDING - 类 中的静态变量org.apache.hadoop.hbase.types.RawBytes
 
ASCENDING - 类 中的静态变量org.apache.hadoop.hbase.types.RawString
 
asInterrupt(Throwable) - 类 中的静态方法org.apache.hadoop.hbase.util.ExceptionUtil
 
asList(byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.TagUtil
Creates list of tags from given byte array, expected that it is in the expected tag format.
asSubByteBuff(long, int) - 类 中的方法org.apache.hadoop.hbase.util.ByteBufferArray
Creates a ByteBuff from a given array of ByteBuffers from the given offset to the length specified.
asSubByteBuffer(int) - 类 中的方法org.apache.hadoop.hbase.nio.ByteBuff
Returns bytes from current position till length specified, as a single ByteBuffer.
asSubByteBuffer(int, int, ObjectIntPair<ByteBuffer>) - 类 中的方法org.apache.hadoop.hbase.nio.ByteBuff
Returns bytes from given offset till length specified, as a single ByteBuffer.
asSubByteBuffer(int) - 类 中的方法org.apache.hadoop.hbase.nio.MultiByteBuff
Returns bytes from current position till length specified, as a single ByteBuffer.
asSubByteBuffer(int, int, ObjectIntPair<ByteBuffer>) - 类 中的方法org.apache.hadoop.hbase.nio.MultiByteBuff
Returns bytes from given offset till length specified, as a single ByteBuffer.
asSubByteBuffer(int) - 类 中的方法org.apache.hadoop.hbase.nio.SingleByteBuff
 
asSubByteBuffer(int, int, ObjectIntPair<ByteBuffer>) - 类 中的方法org.apache.hadoop.hbase.nio.SingleByteBuff
 
AsyncConsoleAppender - org.apache.hadoop.hbase中的类
Logger class that buffers before trying to log to the specified console.
AsyncConsoleAppender() - 类 的构造器org.apache.hadoop.hbase.AsyncConsoleAppender
 
at(long) - 类 中的静态方法org.apache.hadoop.hbase.io.TimeRange
 
ATOMIC_BOOLEAN - 类 中的静态变量org.apache.hadoop.hbase.util.ClassSize
Overhead for AtomicBoolean
ATOMIC_INTEGER - 类 中的静态变量org.apache.hadoop.hbase.util.ClassSize
Overhead for AtomicInteger
ATOMIC_LONG - 类 中的静态变量org.apache.hadoop.hbase.util.ClassSize
Overhead for AtomicLong
ATOMIC_REFERENCE - 类 中的静态变量org.apache.hadoop.hbase.util.ClassSize
Overhead for AtomicReference
AtomicUtils - org.apache.hadoop.hbase.util中的类
Utilities related to atomic operations.
AtomicUtils() - 类 的构造器org.apache.hadoop.hbase.util.AtomicUtils
 
AuthUtil - org.apache.hadoop.hbase中的类
Utility methods for helping with security tasks.
available() - 类 中的方法org.apache.hadoop.hbase.io.ByteBufferInputStream
 
available() - 类 中的方法org.apache.hadoop.hbase.io.ByteBuffInputStream
 
avlHeight - 类 中的变量org.apache.hadoop.hbase.util.AvlUtil.AvlNode
 
AvlIterableList() - 类 的构造器org.apache.hadoop.hbase.util.AvlUtil.AvlIterableList
 
avlLeft - 类 中的变量org.apache.hadoop.hbase.util.AvlUtil.AvlNode
 
AvlLinkedNode() - 类 的构造器org.apache.hadoop.hbase.util.AvlUtil.AvlLinkedNode
 
AvlNode() - 类 的构造器org.apache.hadoop.hbase.util.AvlUtil.AvlNode
 
avlRight - 类 中的变量org.apache.hadoop.hbase.util.AvlUtil.AvlNode
 
AvlTree() - 类 的构造器org.apache.hadoop.hbase.util.AvlUtil.AvlTree
 
AvlTreeIterator() - 类 的构造器org.apache.hadoop.hbase.util.AvlUtil.AvlTreeIterator
 
AvlTreeIterator(TNode) - 类 的构造器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>) - 类 的构造器org.apache.hadoop.hbase.util.AvlUtil.AvlTreeIterator
Create the iterator starting from the specified key
AvlUtil - org.apache.hadoop.hbase.util中的类
Helper class that allows to create and manipulate an AvlTree.
AvlUtil.AvlInsertOrReplace<TNode extends AvlUtil.AvlNode> - org.apache.hadoop.hbase.util中的接口
 
AvlUtil.AvlIterableList - org.apache.hadoop.hbase.util中的类
Helper class that allows to create and manipulate a linked list of AvlLinkedNodes
AvlUtil.AvlKeyComparator<TNode extends AvlUtil.AvlNode> - org.apache.hadoop.hbase.util中的接口
The AvlTree allows to lookup an object using a custom key.
AvlUtil.AvlLinkedNode<TNode extends AvlUtil.AvlLinkedNode> - 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> - org.apache.hadoop.hbase.util中的类
This class represent a node that will be used in an AvlTree.
AvlUtil.AvlNodeVisitor<TNode extends AvlUtil.AvlNode> - org.apache.hadoop.hbase.util中的接口
Visitor that allows to traverse a set of AvlNodes.
AvlUtil.AvlTree - org.apache.hadoop.hbase.util中的类
Helper class that allows to create and manipulate an AVL Tree
AvlUtil.AvlTreeIterator<TNode extends AvlUtil.AvlNode> - org.apache.hadoop.hbase.util中的类
Iterator for the AvlTree

B

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

C

calcIndexKey(byte[], byte[]) - 类 中的方法org.apache.hadoop.hbase.KeyValue.KVComparator
已过时。
 
calcPercentage(long, long) - 类 中的静态方法org.apache.hadoop.hbase.util.JSONMetricUtil
 
call(Class<T>, T, String, Class[], Object[]) - 类 中的静态方法org.apache.hadoop.hbase.util.Methods
 
cancel(boolean) - 类 中的方法org.apache.hadoop.hbase.JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture
 
cancel() - 类 中的方法org.apache.hadoop.hbase.ScheduledChore
 
cancel(boolean) - 类 中的方法org.apache.hadoop.hbase.ScheduledChore
 
cancelAll(boolean) - 类 中的方法org.apache.hadoop.hbase.util.BoundedCompletionService
 
cancelChore(ScheduledChore) - 类 中的方法org.apache.hadoop.hbase.ChoreService
 
cancelChore(ScheduledChore, boolean) - 类 中的方法org.apache.hadoop.hbase.ChoreService
 
capacity() - 类 中的方法org.apache.hadoop.hbase.nio.ByteBuff
 
capacity() - 类 中的方法org.apache.hadoop.hbase.nio.MultiByteBuff
 
capacity() - 类 中的方法org.apache.hadoop.hbase.nio.SingleByteBuff
 
carryForwardTags(Cell) - 类 中的静态方法org.apache.hadoop.hbase.TagUtil
 
carryForwardTags(List<Tag>, Cell) - 类 中的静态方法org.apache.hadoop.hbase.TagUtil
Add to tagsOrNull any Tags cell is carrying or null if none.
carryForwardTTLTag(List<Tag>, long) - 类 中的静态方法org.apache.hadoop.hbase.TagUtil
 
cast(Class<?>) - 类 中的静态方法org.apache.hadoop.hbase.util.Classes
 
CATALOG_FAMILY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
The catalog family
CATALOG_FAMILY_STR - 类 中的静态变量org.apache.hadoop.hbase.HConstants
The catalog family as a string
ceilingEntry(K) - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
ceilingKey(K) - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
Cell - org.apache.hadoop.hbase中的接口
The unit of storage in HBase consisting of the following fields:
1) row 2) column family 3) column qualifier 4) timestamp 5) type 6) MVCC version 7) value Uniqueness is determined by the combination of row, column family, column qualifier, timestamp, and type.
Cell.Type - org.apache.hadoop.hbase中的枚举
The valid types for user to build the cell.
CELL_ARRAY_MAP - 类 中的静态变量org.apache.hadoop.hbase.util.ClassSize
Overhead for CellArrayMap
CELL_ARRAY_MAP_ENTRY - 类 中的静态变量org.apache.hadoop.hbase.util.ClassSize
Overhead for Cell Array Entry
CELL_CHUNK_MAP - 类 中的静态变量org.apache.hadoop.hbase.util.ClassSize
Overhead for CellChunkMap
CELL_CHUNK_MAP_ENTRY - 类 中的静态变量org.apache.hadoop.hbase.util.ClassSize
Overhead for Cell Chunk Map Entry
CELL_FLAT_MAP - 类 中的静态变量org.apache.hadoop.hbase.util.ClassSize
Overhead for CellFlatMap
CELL_NOT_BASED_ON_CHUNK - 接口 中的静态变量org.apache.hadoop.hbase.ExtendedCell
 
CELL_SET - 类 中的静态变量org.apache.hadoop.hbase.util.ClassSize
Overhead for CellSkipListSet
CellBuilder - org.apache.hadoop.hbase中的接口
Use CellBuilderFactory to get CellBuilder instance.
CellBuilderFactory - org.apache.hadoop.hbase中的类
Create a CellBuilder instance.
CellBuilderType - org.apache.hadoop.hbase中的枚举
CellCodec - org.apache.hadoop.hbase.codec中的类
Basic Cell codec that just writes out all the individual elements of a Cell.
CellCodec() - 类 的构造器org.apache.hadoop.hbase.codec.CellCodec
 
CellCodecWithTags - org.apache.hadoop.hbase.codec中的类
Basic Cell codec that just writes out all the individual elements of a Cell including the tags.
CellCodecWithTags() - 类 的构造器org.apache.hadoop.hbase.codec.CellCodecWithTags
 
CellComparator - 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 - org.apache.hadoop.hbase中的类
Compare two HBase cells.
CellComparatorImpl() - 类 的构造器org.apache.hadoop.hbase.CellComparatorImpl
 
CellComparatorImpl.MetaCellComparator - org.apache.hadoop.hbase中的类
A CellComparatorImpl for hbase:meta catalog table KeyValues.
CellHashKey - org.apache.hadoop.hbase.util中的类
Extracts the byte for the hash calculation from the given cell
CellHashKey(Cell) - 类 的构造器org.apache.hadoop.hbase.util.CellHashKey
 
CellOutputStream - org.apache.hadoop.hbase.io中的接口
Accepts a stream of Cells.
CellScannable - org.apache.hadoop.hbase中的接口
Implementer can return a CellScanner over its Cell content.
cellScanner() - 接口 中的方法org.apache.hadoop.hbase.CellScannable
 
CellScanner - org.apache.hadoop.hbase中的接口
An interface for iterating through a sequence of cells.
CellUtil - org.apache.hadoop.hbase中的类
Utility methods helpful for slinging Cell instances.
channelRead(ReadableByteChannel, ByteBuffer) - 类 中的静态方法org.apache.hadoop.hbase.nio.ByteBuff
 
checkFlushed() - 类 中的方法org.apache.hadoop.hbase.codec.BaseEncoder
 
checkForTagsLength(int) - 接口 中的静态方法org.apache.hadoop.hbase.RawCell
Check the length of tags.
checkRow(Cell) - 类 中的方法org.apache.hadoop.hbase.io.encoding.RowIndexEncoderV1
 
checkShortCircuitReadBufferSize(Configuration) - 类 中的静态方法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) - 类 中的方法org.apache.hadoop.hbase.io.ByteBufferListOutputStream
 
checkSizeAndGrow(int) - 类 中的方法org.apache.hadoop.hbase.io.ByteBufferOutputStream
 
CHECKSUM_TYPE_NAME - 类 中的静态变量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 - org.apache.hadoop.hbase.util中的枚举
Checksum types.
chore() - 类 中的方法org.apache.hadoop.hbase.ScheduledChore
The task to execute on each scheduled execution of the Chore
choreForTesting() - 类 中的方法org.apache.hadoop.hbase.ScheduledChore
 
ChoreService - 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) - 类 的构造器org.apache.hadoop.hbase.ChoreService
 
ChoreService(String, boolean) - 类 的构造器org.apache.hadoop.hbase.ChoreService
 
ChoreService(String, int, boolean) - 类 的构造器org.apache.hadoop.hbase.ChoreService
 
Cipher - org.apache.hadoop.hbase.io.crypto中的类
A common interface for a cryptographic algorithm.
Cipher(CipherProvider) - 类 的构造器org.apache.hadoop.hbase.io.crypto.Cipher
 
CIPHER_AES - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Default cipher for encryption
CIPHER_CLASSES_KEY - 类 中的静态变量org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAES
 
CIPHER_JCE_PROVIDER_KEY - 类 中的静态变量org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAES
 
CIPHER_MODE_KEY - 类 中的静态变量org.apache.hadoop.hbase.io.crypto.aes.AES
 
CIPHER_MODE_KEY - 类 中的静态变量org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAES
 
CIPHER_PROVIDER_KEY - 类 中的静态变量org.apache.hadoop.hbase.io.crypto.aes.AES
 
CipherProvider - org.apache.hadoop.hbase.io.crypto中的接口
An CipherProvider contributes support for various cryptographic Ciphers.
Classes - org.apache.hadoop.hbase.util中的类
Utilities for class manipulation.
Classes() - 类 的构造器org.apache.hadoop.hbase.util.Classes
 
ClassLoaderBase - org.apache.hadoop.hbase.util中的类
Base class loader that defines couple shared constants used by sub-classes.
ClassLoaderBase(ClassLoader) - 类 的构造器org.apache.hadoop.hbase.util.ClassLoaderBase
Creates a DynamicClassLoader that can load classes dynamically from jar files under a specific folder.
ClassSize - 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() - 类 的构造器org.apache.hadoop.hbase.util.ClassSize
 
cleanup() - 类 中的方法org.apache.hadoop.hbase.ScheduledChore
Override to run cleanup tasks when the Chore encounters an error and must stop running
clear() - 接口 中的方法org.apache.hadoop.hbase.CellBuilder
Remove all internal elements from builder.
clear() - 类 中的方法org.apache.hadoop.hbase.CompoundConfiguration
These methods are unsupported, and no code using CompoundConfiguration depend upon them.
clear() - 接口 中的方法org.apache.hadoop.hbase.ExtendedCellBuilder
 
clear() - 类 中的方法org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
clear() - 类 中的方法org.apache.hadoop.hbase.io.TagCompressionContext
 
clear() - 接口 中的方法org.apache.hadoop.hbase.io.util.Dictionary
Flushes the dictionary, empties all values.
clear() - 类 中的方法org.apache.hadoop.hbase.io.util.LRUDictionary
 
clear() - 类 中的方法org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
clear() - 接口 中的方法org.apache.hadoop.hbase.RawCellBuilder
 
clear() - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
clearCache() - 类 中的静态方法org.apache.hadoop.hbase.util.CoprocessorClassLoader
 
clearHashCache() - 类 中的方法org.apache.hadoop.hbase.util.AbstractByteRange
 
CLIENT_PORT_STR - 类 中的静态变量org.apache.hadoop.hbase.HConstants
The ZK client port key in the ZK properties map.
CLIENT_ZOOKEEPER_CLIENT_PORT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Client port of ZooKeeper for client to locate meta
CLIENT_ZOOKEEPER_OBSERVER_MODE - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Indicate whether the client ZK are observer nodes of the server ZK
CLIENT_ZOOKEEPER_QUORUM - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Name of ZooKeeper quorum configuration parameter for client to locate meta.
clone() - 类 中的方法org.apache.hadoop.hbase.IndividualBytesFieldCell
Implement Cloneable interface
clone() - 类 中的方法org.apache.hadoop.hbase.io.hfile.HFileContext
 
clone() - 类 中的方法org.apache.hadoop.hbase.KeyValue
Clones a KeyValue.
clone() - 类 中的方法org.apache.hadoop.hbase.KeyValue.KVComparator
已过时。
 
clone() - 类 中的方法org.apache.hadoop.hbase.KeyValue.MetaComparator
已过时。
 
cloneFamily(Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
cloneQualifier(Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
cloneRow(Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
get individual arrays for tests
cloneTags(Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of HBase-2.0. Will be removed in HBase-3.0. Use RawCell.cloneTags()
cloneTags(Cell) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
 
cloneTags() - 接口 中的方法org.apache.hadoop.hbase.RawCell
Allows cloning the tags in the cell to a new byte[]
cloneValue(Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
cloneValue(Tag) - 接口 中的静态方法org.apache.hadoop.hbase.Tag
Returns tag value in a new byte array.
close() - 类 中的方法org.apache.hadoop.hbase.io.ByteBufferOutputStream
 
close() - 类 中的方法org.apache.hadoop.hbase.io.ByteBufferWriterOutputStream
 
close() - 类 中的方法org.apache.hadoop.hbase.io.compress.ReusableStreamGzipCodec.ReusableGzipOutputStream
 
close() - 类 中的方法org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultEncodingContext
Releases the compressor this writer uses to compress blocks into the compressor pool.
close() - 接口 中的方法org.apache.hadoop.hbase.io.encoding.HFileBlockEncodingContext
Releases the resources used.
close() - 类 中的方法org.apache.hadoop.hbase.io.hadoopbackport.ThrottledInputStream
 
closeReceivers() - 类 中的方法org.apache.hadoop.hbase.trace.SpanReceiverHost
Calls close() on all SpanReceivers created by this SpanReceiverHost.
CLUSTER_DISTRIBUTED - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Cluster is in distributed mode or not
CLUSTER_ID_DEFAULT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Default value for cluster ID
CLUSTER_ID_FILE_NAME - 类 中的静态变量org.apache.hadoop.hbase.HConstants
name of the file for unique cluster ID
CLUSTER_IS_DISTRIBUTED - 类 中的静态变量org.apache.hadoop.hbase.HConstants
已过时。
CLUSTER_IS_LOCAL - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Cluster is standalone or pseudo-distributed
cmdLineArgs - 类 中的变量org.apache.hadoop.hbase.util.AbstractHBaseTool
 
cmp(int) - 枚举 中的方法org.apache.hadoop.hbase.util.Order
Returns the adjusted trichotomous value according to the ordering imposed by this Order.
Codec - org.apache.hadoop.hbase.codec中的接口
Encoder/Decoder for Cell.
Codec.Decoder - 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 - org.apache.hadoop.hbase.codec中的接口
Call flush when done.
CodecException - org.apache.hadoop.hbase.codec中的异常错误
Thrown when problems in the codec whether setup or context.
CodecException() - 异常错误 的构造器org.apache.hadoop.hbase.codec.CodecException
 
CodecException(String) - 异常错误 的构造器org.apache.hadoop.hbase.codec.CodecException
 
CodecException(Throwable) - 异常错误 的构造器org.apache.hadoop.hbase.codec.CodecException
 
CodecException(String, Throwable) - 异常错误 的构造器org.apache.hadoop.hbase.codec.CodecException
 
codeToType(byte) - 枚举 中的静态方法org.apache.hadoop.hbase.KeyValue.Type
Cannot rely on enum ordinals .
codeToType(byte) - 枚举 中的静态方法org.apache.hadoop.hbase.util.ChecksumType
Cannot rely on enum ordinals .
CollectionUtils - org.apache.hadoop.hbase.util中的类
Utility methods for dealing with Collections, including treating null collections as empty.
CollectionUtils() - 类 的构造器org.apache.hadoop.hbase.util.CollectionUtils
 
CollectionUtils.IOExceptionSupplier<V> - org.apache.hadoop.hbase.util中的接口
A supplier that throws IOException when get.
COLUMN_FAMILY_DELIM_ARRAY - 类 中的静态变量org.apache.hadoop.hbase.KeyValue
 
COLUMN_FAMILY_DELIMITER - 类 中的静态变量org.apache.hadoop.hbase.KeyValue
Colon character in UTF-8
CommonFSUtils - org.apache.hadoop.hbase.util中的类
Utility methods for interacting with the underlying file system.
CommonFSUtils() - 类 的构造器org.apache.hadoop.hbase.util.CommonFSUtils
 
CommonFSUtils.StreamLacksCapabilityException - 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 - org.apache.hadoop.hbase.io.crypto.aes中的类
 
CommonsCryptoAES(CipherProvider) - 类 的构造器org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAES
 
CommonsCryptoAESDecryptor - org.apache.hadoop.hbase.io.crypto.aes中的类
 
CommonsCryptoAESDecryptor(String, Properties) - 类 的构造器org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAESDecryptor
 
CommonsCryptoAESEncryptor - org.apache.hadoop.hbase.io.crypto.aes中的类
 
CommonsCryptoAESEncryptor(String, Properties, SecureRandom) - 类 的构造器org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAESEncryptor
 
COMPACTION_KV_MAX - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Parameter name for the maximum batch of KVs to be used in flushes and compactions
COMPACTION_KV_MAX_DEFAULT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
COMPARATOR - 类 中的静态变量org.apache.hadoop.hbase.CellComparatorImpl
Comparator for plain key/values; i.e. non-catalog table key/values.
comparator - 类 中的变量org.apache.hadoop.hbase.io.encoding.AbstractDataBlockEncoder.AbstractEncodedSeeker
 
Comparator() - 类 的构造器org.apache.hadoop.hbase.io.ImmutableBytesWritable.Comparator
constructor
COMPARATOR - 类 中的静态变量org.apache.hadoop.hbase.KeyValue
已过时。
Use CellComparator.getInstance() instead. Deprecated for hbase 2.0, remove for hbase 3.0.
comparator() - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
compare(Object, Object) - 类 中的方法org.apache.hadoop.hbase.BBKVComparator
 
compare(Cell, Cell) - 接口 中的方法org.apache.hadoop.hbase.CellComparator
Lexographically compares two cells.
compare(Cell, Cell, boolean) - 接口 中的方法org.apache.hadoop.hbase.CellComparator
Compare cells.
compare(Cell, Cell) - 类 中的方法org.apache.hadoop.hbase.CellComparatorImpl
 
compare(Cell, Cell, boolean) - 类 中的方法org.apache.hadoop.hbase.CellComparatorImpl
 
compare(Cell, Cell, boolean) - 类 中的方法org.apache.hadoop.hbase.CellComparatorImpl.MetaCellComparator
 
compare(CellComparator, Cell, byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of HBase-2.0. Will be removed in HBase-3.0
compare(byte[], int, int, byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.io.ImmutableBytesWritable.Comparator
 
compare(long) - 类 中的方法org.apache.hadoop.hbase.io.TimeRange
Compare the timestamp to timerange.
compare(byte[], int, int, byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.KeyValue.KVComparator
已过时。
 
compare(Cell, Cell) - 类 中的方法org.apache.hadoop.hbase.KeyValue.KVComparator
已过时。
Compares the Key of a cell -- with fields being more significant in this order: rowkey, colfam/qual, timestamp, type, mvcc
compare(Cell, Cell) - 类 中的方法org.apache.hadoop.hbase.KeyValue.MetaComparator
已过时。
Compare key portion of a KeyValue for keys in hbase:meta table.
compare(CellComparator, Cell, byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
Used when a cell needs to be compared with a key byte[] such as cases of finding the index from the index block, bloom keys from the bloom blocks This byte[] is expected to be serialized in the KeyValue serialization format If the KeyValue (Cell's) serialization format changes this method cannot be used.
compare(byte[], byte[]) - 类 中的方法org.apache.hadoop.hbase.util.Bytes.ByteArrayComparator
 
compare(byte[], int, int, byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.util.Bytes.ByteArrayComparator
 
compare(byte[], byte[]) - 类 中的方法org.apache.hadoop.hbase.util.Bytes.RowEndKeyComparator
 
compare(byte[], int, int, byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.util.Bytes.RowEndKeyComparator
 
compareColumns(Cell, Cell) - 类 中的方法org.apache.hadoop.hbase.CellComparatorImpl
Compares the family and qualifier part of the cell
compareColumns(Cell, byte[], int, int, int, int) - 类 中的静态方法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) - 类 中的方法org.apache.hadoop.hbase.KeyValue.KVComparator
已过时。
 
compareColumns(byte[], int, int, byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.KeyValue.KVComparator
已过时。
 
compareFamilies(Cell, Cell) - 接口 中的方法org.apache.hadoop.hbase.CellComparator
Lexographically compares the families of the two cells
compareFamilies(Cell, Cell) - 类 中的方法org.apache.hadoop.hbase.CellComparatorImpl
Compare the families of left and right cell
compareFamilies(Cell, byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
Compares the cell's family with the given byte[]
compareFamilies(byte[], int, int, byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.KeyValue.KVComparator
已过时。
 
compareFamily(Cell, ByteArrayComparable) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
Compare cell's column family against given comparator
compareFlatKey(byte[], int, int, byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.KeyValue.KVComparator
已过时。
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[]) - 类 中的方法org.apache.hadoop.hbase.KeyValue.KVComparator
已过时。
 
compareIgnoringPrefix(int, byte[], int, int, byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.KeyValue.KVComparator
已过时。
Overridden
compareIgnoringPrefix(int, byte[], int, int, byte[], int, int) - 接口 中的方法org.apache.hadoop.hbase.KeyValue.SamePrefixComparator
Compare two keys assuming that the first n bytes are the same.
compareKey(CellComparator, Cell) - 接口 中的方法org.apache.hadoop.hbase.io.encoding.DataBlockEncoder.EncodedSeeker
Compare the given key against the current key
compareKey(CellComparator, Cell) - 类 中的方法org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1
 
compareKey(Cell, byte[], int, int, byte[], int, int, byte[], int, int, long, byte) - 类 中的方法org.apache.hadoop.hbase.KeyValue.KVComparator
已过时。
 
compareKey(TNode, Object) - 接口 中的方法org.apache.hadoop.hbase.util.AvlUtil.AvlKeyComparator
 
compareKeyBasedOnColHint(CellComparator, Cell, Cell, int, int, byte[], int, int, long, byte) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
Used to compare two cells based on the column hint provided.
compareKeyIgnoresMvcc(CellComparator, Cell, Cell) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
Compares only the key portion of a cell.
compareOnlyKeyPortion(Cell, Cell) - 类 中的方法org.apache.hadoop.hbase.KeyValue.KVComparator
已过时。
 
compareOnlyKeyPortion(Cell, Cell) - 类 中的方法org.apache.hadoop.hbase.KeyValue.MetaComparator
已过时。
 
compareQualifier(Cell, ByteArrayComparable) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
Compare cell's qualifier against given comparator
compareQualifiers(Cell, Cell) - 接口 中的方法org.apache.hadoop.hbase.CellComparator
Lexographically compares the qualifiers of the two cells
compareQualifiers(Cell, Cell) - 类 中的方法org.apache.hadoop.hbase.CellComparatorImpl
Compare the qualifiers part of the left and right cells.
compareQualifiers(Cell, byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
Compares the cell's qualifier with the given byte[]
compareRow(Cell, ByteArrayComparable) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
Compare cell's row against given comparator
compareRowKey(Cell, Cell) - 类 中的方法org.apache.hadoop.hbase.KeyValue.KVComparator
已过时。
Compares the only the user specified portion of a Key.
compareRowKey(Cell, Cell) - 类 中的方法org.apache.hadoop.hbase.KeyValue.MetaComparator
已过时。
Override the row key comparison to parse and compare the meta row key parts.
compareRows(Cell, Cell) - 接口 中的方法org.apache.hadoop.hbase.CellComparator
Lexographically compares the rows of two cells.
compareRows(Cell, byte[], int, int) - 接口 中的方法org.apache.hadoop.hbase.CellComparator
Compares the row part of the cell with a simple plain byte[] like the stopRow in Scan.
compareRows(Cell, Cell) - 类 中的方法org.apache.hadoop.hbase.CellComparatorImpl
Compares the rows of the left and right cell.
compareRows(Cell, byte[], int, int) - 类 中的方法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) - 类 中的方法org.apache.hadoop.hbase.CellComparatorImpl.MetaCellComparator
 
compareRows(Cell, byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.CellComparatorImpl.MetaCellComparator
 
compareRows(Cell, Cell) - 类 中的方法org.apache.hadoop.hbase.KeyValue.KVComparator
已过时。
 
compareRows(byte[], int, int, byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.KeyValue.KVComparator
已过时。
Get the b[],o,l for left and right rowkey portions and compare.
compareRows(byte[], int, int, byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.KeyValue.MetaComparator
已过时。
 
compareTimestamps(Cell, Cell) - 接口 中的方法org.apache.hadoop.hbase.CellComparator
Compares cell's timestamps in DESCENDING order.
compareTimestamps(long, long) - 接口 中的方法org.apache.hadoop.hbase.CellComparator
Compares cell's timestamps in DESCENDING order.
compareTimestamps(Cell, Cell) - 类 中的方法org.apache.hadoop.hbase.CellComparatorImpl
 
compareTimestamps(long, long) - 类 中的方法org.apache.hadoop.hbase.CellComparatorImpl
 
compareTimestamps(Cell, Cell) - 类 中的方法org.apache.hadoop.hbase.KeyValue.KVComparator
已过时。
 
compareTo(byte[]) - 类 中的方法org.apache.hadoop.hbase.filter.ByteArrayComparable
 
compareTo(byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.filter.ByteArrayComparable
Special compareTo method for subclasses, to avoid copying byte[] unnecessarily.
compareTo(ByteBuffer, int, int) - 类 中的方法org.apache.hadoop.hbase.filter.ByteArrayComparable
Special compareTo method for subclasses, to avoid copying bytes unnecessarily.
compareTo(ImmutableBytesWritable) - 类 中的方法org.apache.hadoop.hbase.io.ImmutableBytesWritable
Define the sort order of the BytesWritable.
compareTo(byte[]) - 类 中的方法org.apache.hadoop.hbase.io.ImmutableBytesWritable
Compares the bytes in this object to the specified byte array
compareTo(Delayed) - 类 中的方法org.apache.hadoop.hbase.JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture
 
compareTo(Address) - 类 中的方法org.apache.hadoop.hbase.net.Address
 
compareTo(ByteBuff, int, int, ByteBuff, int, int) - 类 中的静态方法org.apache.hadoop.hbase.nio.ByteBuff
Compares two ByteBuffs
compareTo(ServerName) - 类 中的方法org.apache.hadoop.hbase.ServerName
 
compareTo(TableName) - 类 中的方法org.apache.hadoop.hbase.TableName
For performance reasons, the ordering is not lexicographic.
compareTo(ByteRange) - 类 中的方法org.apache.hadoop.hbase.util.AbstractByteRange
Bitwise comparison of each byte in the array.
compareTo(TNode) - 类 中的方法org.apache.hadoop.hbase.util.AvlUtil.AvlNode
 
compareTo(ByteBuffer, int, int, ByteBuffer, int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
 
compareTo(byte[], int, int, ByteBuffer, int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
 
compareTo(ByteBuffer, int, int, byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
 
compareTo(Bytes) - 类 中的方法org.apache.hadoop.hbase.util.Bytes
Define the sort order of the Bytes.
compareTo(byte[]) - 类 中的方法org.apache.hadoop.hbase.util.Bytes
Compares the bytes in this object to the specified byte array
compareTo(byte[], byte[]) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
 
compareTo(byte[], int, int, byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Lexicographically compare two arrays.
compareValue(Cell, ByteArrayComparable) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
Compare cell's value against given comparator
compareVersion(String, String) - 类 中的静态方法org.apache.hadoop.hbase.util.VersionInfo
 
compareWithoutRow(Cell, Cell) - 接口 中的方法org.apache.hadoop.hbase.CellComparator
Lexographically compares the two cells excluding the row part.
compareWithoutRow(Cell, Cell) - 类 中的方法org.apache.hadoop.hbase.CellComparatorImpl
 
components - 类 中的变量org.apache.hadoop.hbase.util.ConcatenatedLists
 
CompoundConfiguration - org.apache.hadoop.hbase中的类
Do a shallow merge of multiple KV configuration pools.
CompoundConfiguration() - 类 的构造器org.apache.hadoop.hbase.CompoundConfiguration
Default Constructor.
compressAndEncrypt(byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultEncodingContext
 
compressAndEncrypt(byte[], int, int) - 接口 中的方法org.apache.hadoop.hbase.io.encoding.HFileBlockEncodingContext
 
compressFamily(OutputStream, Cell, Dictionary) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
 
Compression - org.apache.hadoop.hbase.io.compress中的类
Compression related stuff.
Compression.Algorithm - org.apache.hadoop.hbase.io.compress中的枚举
Compression algorithms.
compressQualifier(OutputStream, Cell, Dictionary) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
 
compressRow(OutputStream, Cell, Dictionary) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
 
compressTags(OutputStream, byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.io.TagCompressionContext
Compress tags one by one and writes to the OutputStream.
compressTags(OutputStream, ByteBuffer, int, int) - 类 中的方法org.apache.hadoop.hbase.io.TagCompressionContext
Compress tags one by one and writes to the OutputStream.
compressTags(OutputStream, Cell, TagCompressionContext) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
Compresses the tags to the given outputstream using the TagcompressionContext
computeIfAbsent(ConcurrentMap<K, V>, K, Supplier<V>) - 类 中的静态方法org.apache.hadoop.hbase.util.CollectionUtils
In HBASE-16648 we found that ConcurrentHashMap.get is much faster than computeIfAbsent if the value already exists.
computeIfAbsent(ConcurrentMap<K, V>, K, Supplier<V>, Runnable) - 类 中的静态方法org.apache.hadoop.hbase.util.CollectionUtils
 
computeIfAbsentEx(ConcurrentMap<K, V>, K, CollectionUtils.IOExceptionSupplier<V>) - 类 中的静态方法org.apache.hadoop.hbase.util.CollectionUtils
In HBASE-16648 we found that ConcurrentHashMap.get is much faster than computeIfAbsent if the value already exists.
ConcatenatedLists<T> - org.apache.hadoop.hbase.util中的类
A collection class that contains multiple sub-lists, which allows us to not copy lists.
ConcatenatedLists() - 类 的构造器org.apache.hadoop.hbase.util.ConcatenatedLists
 
ConcatenatedLists.Iterator - org.apache.hadoop.hbase.util中的类
 
concatTags(byte[], Cell) - 类 中的静态方法org.apache.hadoop.hbase.TagUtil
 
CONCURRENT_HASHMAP - 类 中的静态变量org.apache.hadoop.hbase.util.ClassSize
Overhead for ConcurrentHashMap
CONCURRENT_HASHMAP_ENTRY - 类 中的静态变量org.apache.hadoop.hbase.util.ClassSize
Overhead for ConcurrentHashMap.Entry
CONCURRENT_HASHMAP_SEGMENT - 类 中的静态变量org.apache.hadoop.hbase.util.ClassSize
Overhead for ConcurrentHashMap.Segment
CONCURRENT_SKIPLISTMAP - 类 中的静态变量org.apache.hadoop.hbase.util.ClassSize
Overhead for ConcurrentSkipListMap
CONCURRENT_SKIPLISTMAP_ENTRY - 类 中的静态变量org.apache.hadoop.hbase.util.ClassSize
Overhead for ConcurrentSkipListMap Entry
conf - 类 中的变量org.apache.hadoop.hbase.util.AbstractHBaseTool
 
CONFIG - 类 中的静态变量org.apache.hadoop.hbase.HBaseInterfaceAudience
Denotes class names that appear in user facing configuration files.
CONFIGURATION - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
contains(byte[], byte) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
 
contains(byte[], byte[]) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
 
containsIgnoreMvccVersion(Collection<? extends Cell>, Collection<? extends Cell>) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueTestUtil
Checks whether KeyValues from kvCollection2 are contained in kvCollection1.
containsKey(Object) - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
containsServer(Address) - 类 中的方法org.apache.hadoop.hbase.rsgroup.RSGroupInfo
 
containsTable(TableName) - 类 中的方法org.apache.hadoop.hbase.rsgroup.RSGroupInfo
 
Context - org.apache.hadoop.hbase.io.crypto中的类
Crypto context.
COPROC - 类 中的静态变量org.apache.hadoop.hbase.HBaseInterfaceAudience
 
CoprocessorClassLoader - org.apache.hadoop.hbase.util中的类
ClassLoader used to load classes for Coprocessor instances.
copy(byte[]) - 类 中的静态方法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) - 类 中的静态方法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) - 类 中的静态方法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) - 类 中的静态方法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) - 类 中的静态方法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) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Copy data from a buffer to an output stream.
copyBufferToStream(DataOutput, ByteBuffer, int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Copy data from a buffer to an output stream.
copyBytes() - 类 中的方法org.apache.hadoop.hbase.io.ImmutableBytesWritable
Returns a copy of the bytes referred to by this writable
copyBytes() - 类 中的方法org.apache.hadoop.hbase.util.Bytes
Returns a copy of the bytes referred to by this writable
copyFamilyTo(Cell, byte[], int) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
Copies the family to the given byte[]
copyFamilyTo(Cell, ByteBuffer, int) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
Copies the family to the given bytebuffer
copyFromArrayToBuffer(ByteBuffer, byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Copies the bytes from given array's offset to length part into the given buffer.
copyFromArrayToBuffer(ByteBuffer, int, byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Copies bytes from given array's offset to length part into the given buffer.
copyFromBufferToArray(byte[], ByteBuffer, int, int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Copies specified number of bytes from given offset of 'in' ByteBuffer to the array.
copyFromBufferToBuffer(ByteBuffer, ByteBuffer) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Copy one buffer's whole data to another.
copyFromBufferToBuffer(ByteBuffer, ByteBuffer, int, int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Copy from one buffer to another from given offset.
copyFromBufferToBuffer(ByteBuffer, ByteBuffer, int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Copy from one buffer to another from given offset.
copyFromNext(BufferedDataBlockEncoder.SeekerState) - 类 中的方法org.apache.hadoop.hbase.io.encoding.DiffKeyDeltaEncoder.DiffSeekerState
 
copyFromNext(BufferedDataBlockEncoder.SeekerState) - 类 中的方法org.apache.hadoop.hbase.io.encoding.FastDiffDeltaEncoder.FastDiffSeekerState
 
copyFromStreamToBuffer(ByteBuffer, DataInputStream, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Copy the given number of bytes from the given stream and put it at the current position of the given buffer, updating the position in the buffer.
CopyKeyDataBlockEncoder - org.apache.hadoop.hbase.io.encoding中的类
Just copy data, do not do any kind of compression.
CopyKeyDataBlockEncoder() - 类 的构造器org.apache.hadoop.hbase.io.encoding.CopyKeyDataBlockEncoder
 
copyKeyToNewByteBuffer(Cell) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
The position will be set to the beginning of the new ByteBuffer
copyOfRange(ByteBuffer, int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
COPYONWRITE_ARRAYLIST - 类 中的静态变量org.apache.hadoop.hbase.util.ClassSize
Overhead for CopyOnWriteArrayList
COPYONWRITE_ARRAYSET - 类 中的静态变量org.apache.hadoop.hbase.util.ClassSize
Overhead for CopyOnWriteArraySet
CopyOnWriteArrayMap<K,V> - org.apache.hadoop.hbase.types中的类
A Map that keeps a sorted array in order to provide the concurrent map interface.
CopyOnWriteArrayMap() - 类 的构造器org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
CopyOnWriteArrayMap(Comparator<? super K>) - 类 的构造器org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
copyQualifierTo(Cell, byte[], int) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
Copies the qualifier to the given byte[]
copyQualifierTo(Cell, ByteBuffer, int) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
Copies the qualifier to the given bytebuffer
copyRow(Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
Copies the row to a new byte[]
copyRowTo(Cell, byte[], int) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
Copies the row to the given byte[]
copyRowTo(Cell, ByteBuffer, int) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
Copies the row to the given bytebuffer
copyTagsTo(Cell, byte[], int) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
Copies the tags info into the tag portion of the cell
copyTagsTo(Cell, ByteBuffer, int) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
Copies the tags info into the tag portion of the cell
copyTagTo(Cell, byte[], int) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of HBase-2.0. Will be removed in HBase-3.0.
copyTagTo(Cell, ByteBuffer, int) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of HBase-2.0. Will be removed in 3.0.
copyToNewArrays(Collection<ByteRange>) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteRangeUtils
 
copyToNewByteArray(Cell) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
 
copyToNewKeyValue(Cell) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
copy the cell to create a new keyvalue
copyValueTo(Cell, byte[], int) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
Copies the value to the given byte[]
copyValueTo(Cell, ByteBuffer, int) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
Copies the value to the given bytebuffer
copyValueTo(Tag, byte[], int) - 接口 中的静态方法org.apache.hadoop.hbase.Tag
Copies the tag's value bytes to the given byte array
CORRUPT_DIR_NAME - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
Counter - org.apache.hadoop.hbase.util中的类
已过时。
use LongAdder instead.
Counter() - 类 的构造器org.apache.hadoop.hbase.util.Counter
已过时。
 
Counter(long) - 类 的构造器org.apache.hadoop.hbase.util.Counter
已过时。
 
CP_HTD_ATTR_INCLUSION_KEY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
CP_HTD_ATTR_KEY_PATTERN - 类 中的静态变量org.apache.hadoop.hbase.HConstants
已过时。
It is used internally. As of release 2.0.0, this will be removed in HBase 3.0.0.
CP_HTD_ATTR_VALUE_PARAM_KEY_PATTERN - 类 中的静态变量org.apache.hadoop.hbase.HConstants
已过时。
It is used internally. As of release 2.0.0, this will be removed in HBase 3.0.0.
CP_HTD_ATTR_VALUE_PARAM_PATTERN - 类 中的静态变量org.apache.hadoop.hbase.HConstants
已过时。
It is used internally. As of release 2.0.0, this will be removed in HBase 3.0.0.
CP_HTD_ATTR_VALUE_PARAM_VALUE_PATTERN - 类 中的静态变量org.apache.hadoop.hbase.HConstants
已过时。
It is used internally. As of release 2.0.0, this will be removed in HBase 3.0.0.
CP_HTD_ATTR_VALUE_PATTERN - 类 中的静态变量org.apache.hadoop.hbase.HConstants
已过时。
It is used internally. As of release 2.0.0, this will be removed in HBase 3.0.0.
create(CellBuilderType) - 类 中的静态方法org.apache.hadoop.hbase.CellBuilderFactory
Create a CellBuilder instance.
create(CellBuilderType) - 类 中的静态方法org.apache.hadoop.hbase.ExtendedCellBuilderFactory
Allows creating a cell with the given CellBuilderType.
create() - 类 中的静态方法org.apache.hadoop.hbase.HBaseConfiguration
Creates a Configuration with HBase resources
create(Configuration) - 类 中的静态方法org.apache.hadoop.hbase.HBaseConfiguration
 
create(DataInput) - 类 中的静态方法org.apache.hadoop.hbase.KeyValue
 
create(int, DataInput) - 类 中的静态方法org.apache.hadoop.hbase.KeyValue
Create a KeyValue reading length from in
create(String, String, String, long, String) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueTestUtil
 
create(String, String, String, long, KeyValue.Type, String) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueTestUtil
 
create(DataInput) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
 
create(int, DataInput) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
Create a KeyValue reading length from in
create(String) - 类 中的静态方法org.apache.hadoop.hbase.NamespaceDescriptor
 
create(NamespaceDescriptor) - 类 中的静态方法org.apache.hadoop.hbase.NamespaceDescriptor
 
create() - 类 中的静态方法org.apache.hadoop.hbase.RawCellBuilderFactory
 
create(UserGroupInformation) - 类 中的静态方法org.apache.hadoop.hbase.security.User
Wraps an underlying UserGroupInformation instance.
create(UserGroupInformation) - 类 中的方法org.apache.hadoop.hbase.security.UserProvider
Wraps an underlying UserGroupInformation instance.
create(FileSystem, Path, FsPermission, boolean) - 类 中的静态方法org.apache.hadoop.hbase.util.CommonFSUtils
Create the specified file on the filesystem.
create() - 类 中的方法org.apache.hadoop.hbase.util.RetryCounterFactory
 
create(A, B, C) - 类 中的静态方法org.apache.hadoop.hbase.util.Triple
 
createCell(byte[], byte[], byte[], long, byte, byte[]) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0. Use CellBuilder instead
createCell(byte[], int, int, byte[], int, int, byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0. Use CellBuilder instead
createCell(byte[], byte[], byte[], long, byte, byte[], long) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0. Use ExtendedCellBuilder instead
createCell(byte[], byte[], byte[], long, byte, byte[], byte[], long) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0. Use ExtendedCellBuilder instead
createCell(byte[], byte[], byte[], long, KeyValue.Type, byte[], byte[]) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0. Use ExtendedCellBuilder instead
createCell(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0. Use CellBuilder instead
createCell(byte[], byte[]) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0. Use CellBuilder instead
createCell(byte[], byte[], byte[]) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0. Use CellBuilder instead
createCell(Cell, List<Tag>) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0.
createCell(Cell, byte[]) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0.
createCell(Cell, byte[], byte[]) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0.
createCell(byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.codec.KeyValueCodec.ByteBuffKeyValueDecoder
 
createCell(ByteBuffer, int, int) - 类 中的方法org.apache.hadoop.hbase.codec.KeyValueCodec.ByteBuffKeyValueDecoder
 
createCell(byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.codec.KeyValueCodecWithTags.ByteBuffKeyValueDecoder
 
createCell(ByteBuffer, int, int) - 类 中的方法org.apache.hadoop.hbase.codec.KeyValueCodecWithTags.ByteBuffKeyValueDecoder
 
createCell(Cell, List<Tag>) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
 
createCell(Cell, byte[]) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
 
createCell(Cell, byte[], byte[]) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
 
createCellScanner(List<? extends CellScannable>) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
createCellScanner(Iterable<Cell>) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
createCellScanner(Iterator<Cell>) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
createCellScanner(Cell[]) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
createCellScanner(NavigableMap<byte[], List<Cell>>) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
Flatten the map of cells out under the CellScanner
createClusterConf(Configuration, String) - 类 中的静态方法org.apache.hadoop.hbase.HBaseConfiguration
Generates a Configuration instance by applying the ZooKeeper cluster key to the base Configuration.
createClusterConf(Configuration, String, String) - 类 中的静态方法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) - 枚举 中的方法org.apache.hadoop.hbase.io.compress.Compression.Algorithm
 
createDecompressionStream(InputStream, Decompressor, int) - 枚举 中的方法org.apache.hadoop.hbase.io.compress.Compression.Algorithm
 
createDecryptionStream(InputStream, Context, byte[]) - 类 中的方法org.apache.hadoop.hbase.io.crypto.aes.AES
 
createDecryptionStream(InputStream, Decryptor) - 类 中的方法org.apache.hadoop.hbase.io.crypto.aes.AES
 
createDecryptionStream(InputStream) - 类 中的方法org.apache.hadoop.hbase.io.crypto.aes.AESDecryptor
 
createDecryptionStream(InputStream, Context, byte[]) - 类 中的方法org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAES
 
createDecryptionStream(InputStream, Decryptor) - 类 中的方法org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAES
 
createDecryptionStream(InputStream) - 类 中的方法org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAESDecryptor
 
createDecryptionStream(InputStream, Context, byte[]) - 类 中的方法org.apache.hadoop.hbase.io.crypto.Cipher
Create a decrypting input stream given a context and IV
createDecryptionStream(InputStream, Decryptor) - 类 中的方法org.apache.hadoop.hbase.io.crypto.Cipher
Create a decrypting output stream given an initialized decryptor
createDecryptionStream(InputStream) - 接口 中的方法org.apache.hadoop.hbase.io.crypto.Decryptor
Create a stream for decryption
createEncoder(String) - 枚举 中的静态方法org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
 
createEncryptionStream(OutputStream, Context, byte[]) - 类 中的方法org.apache.hadoop.hbase.io.crypto.aes.AES
 
createEncryptionStream(OutputStream, Encryptor) - 类 中的方法org.apache.hadoop.hbase.io.crypto.aes.AES
 
createEncryptionStream(OutputStream) - 类 中的方法org.apache.hadoop.hbase.io.crypto.aes.AESEncryptor
 
createEncryptionStream(OutputStream, Context, byte[]) - 类 中的方法org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAES
 
createEncryptionStream(OutputStream, Encryptor) - 类 中的方法org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAES
 
createEncryptionStream(OutputStream) - 类 中的方法org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAESEncryptor
 
createEncryptionStream(OutputStream, Context, byte[]) - 类 中的方法org.apache.hadoop.hbase.io.crypto.Cipher
Create an encrypting output stream given a context and IV
createEncryptionStream(OutputStream, Encryptor) - 类 中的方法org.apache.hadoop.hbase.io.crypto.Cipher
Create an encrypting output stream given an initialized encryptor
createEncryptionStream(OutputStream) - 接口 中的方法org.apache.hadoop.hbase.io.crypto.Encryptor
Create a stream for encryption
createFirstDeleteFamilyCellOnRow(byte[], byte[]) - 类 中的静态方法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) - 类 中的方法org.apache.hadoop.hbase.io.encoding.AbstractDataBlockEncoder
 
createFirstOnNextRow(Cell) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
 
createFirstOnRow(byte[], int, short) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
Create a KeyValue that is smaller than all other possible KeyValues for the given row.
createFirstOnRow(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
Create a KeyValue that is smaller than all other possible KeyValues for the given row.
createFirstOnRow(byte[], long) - 类 中的静态方法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[]) - 类 中的静态方法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) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
 
createFirstOnRow(byte[], int, int, byte[], int, int, byte[], int, int) - 类 中的静态方法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[]) - 类 中的静态方法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) - 类 中的静态方法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) - 类 中的静态方法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) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
 
createFirstOnRow(byte[], byte[], byte[]) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
 
createFirstOnRow(byte[], int, short, byte[], int, byte, byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
 
createFirstOnRow(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
 
createFirstOnRowCol(Cell) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
 
createFirstOnRowCol(Cell, byte[], int, int) - 类 中的静态方法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) - 类 中的静态方法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) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
 
createForWal(FileSystem, Path, boolean) - 类 中的静态方法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) - 类 中的静态方法org.apache.hadoop.hbase.util.CommonFSUtils
Attempt to use builder API via reflection to create a file with the given parameters and replication enabled.
createHostAndPortStr(String, int) - 类 中的静态方法org.apache.hadoop.hbase.util.Addressing
 
createInetSocketAddressFromHostAndPortStr(String) - 类 中的静态方法org.apache.hadoop.hbase.util.Addressing
 
createKeyOnly(boolean) - 类 中的方法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) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
Create a KeyValue reading from the raw InputStream.
createKeyValueFromKey(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
 
createKeyValueFromKey(ByteBuffer) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
 
createKeyValueFromKey(byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
 
createLastOnRow(byte[], int, int, byte[], int, int, byte[], int, int) - 类 中的静态方法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[]) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
Creates a KeyValue that is last on the specified row id.
createLastOnRow(Cell) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
Create a Cell that is larger than all other possible Cells for the given Cell's row.
createLastOnRow(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
 
createLastOnRowCol(Cell) - 类 中的静态方法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) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Create a max byte array with the specified max byte count
createNextOnRowCol(Cell) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
 
createObject(K) - 接口 中的方法org.apache.hadoop.hbase.util.ObjectPool.ObjectFactory
Creates a new shared object associated with the given key, identified by the equals method.
createOutputStream(OutputStream) - 类 中的方法org.apache.hadoop.hbase.io.compress.ReusableStreamGzipCodec
 
createPlainCompressionStream(OutputStream, Compressor) - 枚举 中的方法org.apache.hadoop.hbase.io.compress.Compression.Algorithm
Creates a compression stream without any additional wrapping into buffering streams.
createReference(K, V) - 类 中的方法org.apache.hadoop.hbase.util.ObjectPool
Create a reference associated with the given object
createReference(K, V) - 类 中的方法org.apache.hadoop.hbase.util.SoftObjectPool
 
createReference(K, V) - 类 中的方法org.apache.hadoop.hbase.util.WeakObjectPool
 
createSeeker(CellComparator, HFileBlockDecodingContext) - 类 中的方法org.apache.hadoop.hbase.io.encoding.CopyKeyDataBlockEncoder
 
createSeeker(CellComparator, HFileBlockDecodingContext) - 接口 中的方法org.apache.hadoop.hbase.io.encoding.DataBlockEncoder
Create a HFileBlock seeker which find KeyValues within a block.
createSeeker(CellComparator, HFileBlockDecodingContext) - 类 中的方法org.apache.hadoop.hbase.io.encoding.DiffKeyDeltaEncoder
 
createSeeker(CellComparator, HFileBlockDecodingContext) - 类 中的方法org.apache.hadoop.hbase.io.encoding.FastDiffDeltaEncoder
 
createSeeker(CellComparator, HFileBlockDecodingContext) - 类 中的方法org.apache.hadoop.hbase.io.encoding.PrefixKeyDeltaEncoder
 
createSeeker(CellComparator, HFileBlockDecodingContext) - 类 中的方法org.apache.hadoop.hbase.io.encoding.RowIndexCodecV1
 
createTrace(String) - 类 中的静态方法org.apache.hadoop.hbase.trace.TraceUtil
Wrapper method to create new TraceScope with the given description
createTrace(String, Span) - 类 中的静态方法org.apache.hadoop.hbase.trace.TraceUtil
Wrapper method to create new child TraceScope with the given description and parent scope's spanId
createUserForTesting(Configuration, String, String[]) - 类 中的静态方法org.apache.hadoop.hbase.security.User
Generates a new User instance specifically for use in test code.
createUserForTesting(Configuration, String, String[]) - 类 中的静态方法org.apache.hadoop.hbase.security.User.SecureHadoopUser
 
CRYPTO_ALTERNATE_KEY_ALGORITHM_CONF_KEY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Configuration key for the name of the alternate cipher algorithm for the cluster, a string
CRYPTO_CIPHERPROVIDER_CONF_KEY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Configuration key for the crypto algorithm provider, a class name
CRYPTO_KEY_ALGORITHM_CONF_KEY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Configuration key for the algorithm used for creating jks key, a string
CRYPTO_KEYPROVIDER_CONF_KEY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Configuration key for the crypto key provider, a class name
CRYPTO_KEYPROVIDER_PARAMETERS_KEY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Configuration key for the crypto key provider parameters
CRYPTO_MASTERKEY_ALTERNATE_NAME_CONF_KEY - 类 中的静态变量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 - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Configuration key for the name of the master key for the cluster, a string
CRYPTO_WAL_ALGORITHM_CONF_KEY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Configuration key for the algorithm to use when encrypting the WAL, a string
CRYPTO_WAL_KEY_NAME_CONF_KEY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Configuration key for the name of the master WAL encryption key for the cluster, a string
CryptoAES - org.apache.hadoop.hbase.io.crypto.aes中的类
AES encryption and decryption.
CryptoAES(String, Properties, byte[], byte[], byte[], byte[]) - 类 的构造器org.apache.hadoop.hbase.io.crypto.aes.CryptoAES
 
CryptoCipherProvider - org.apache.hadoop.hbase.io.crypto中的类
The default cipher provider.
curBuf - 类 中的变量org.apache.hadoop.hbase.io.ByteBufferOutputStream
 
current() - 接口 中的方法org.apache.hadoop.hbase.CellScanner
 
current() - 类 中的方法org.apache.hadoop.hbase.codec.BaseDecoder
 
current - 类 中的变量org.apache.hadoop.hbase.codec.KeyValueCodec.ByteBuffKeyValueDecoder
 
current() - 类 中的方法org.apache.hadoop.hbase.codec.KeyValueCodec.ByteBuffKeyValueDecoder
 
currentComponent - 类 中的变量org.apache.hadoop.hbase.util.ConcatenatedLists.Iterator
 
currentTime() - 类 中的方法org.apache.hadoop.hbase.util.DefaultEnvironmentEdge
Returns the currentTime.
currentTime() - 接口 中的方法org.apache.hadoop.hbase.util.EnvironmentEdge
Returns the currentTime.
currentTime() - 类 中的静态方法org.apache.hadoop.hbase.util.EnvironmentEdgeManager
Defers to the delegate and calls the EnvironmentEdge.currentTime() method.
currentTime() - 类 中的方法org.apache.hadoop.hbase.util.IncrementingEnvironmentEdge
Returns the currentTime.
CUSTOM_TAG_TYPE_RANGE - 接口 中的静态变量org.apache.hadoop.hbase.Tag
Custom tags if created are suggested to be above this range.

D

DATA_FILE_UMASK_KEY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
File permission umask to use when creating hbase data files
DataBlockEncoder - org.apache.hadoop.hbase.io.encoding中的接口
Encoding of KeyValue.
DataBlockEncoder.EncodedSeeker - org.apache.hadoop.hbase.io.encoding中的接口
An interface which enable to seek while underlying data is encoded.
DataBlockEncoding - org.apache.hadoop.hbase.io.encoding中的枚举
Provide access to all data block encoding algorithms.
DataType<T> - org.apache.hadoop.hbase.types中的接口
DataType is the base class for all HBase data types.
date - 类 中的静态变量org.apache.hadoop.hbase.Version
 
DAY_IN_SECONDS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Seconds in a day, hour and minute
decode(PositionedByteRange) - 接口 中的方法org.apache.hadoop.hbase.types.DataType
Read an instance of T from the buffer src.
decode(PositionedByteRange) - 类 中的方法org.apache.hadoop.hbase.types.FixedLengthWrapper
 
decode(PositionedByteRange) - 类 中的方法org.apache.hadoop.hbase.types.OrderedBlob
 
decode(PositionedByteRange) - 类 中的方法org.apache.hadoop.hbase.types.OrderedBlobVar
 
decode(PositionedByteRange) - 类 中的方法org.apache.hadoop.hbase.types.OrderedFloat32
 
decode(PositionedByteRange) - 类 中的方法org.apache.hadoop.hbase.types.OrderedFloat64
 
decode(PositionedByteRange) - 类 中的方法org.apache.hadoop.hbase.types.OrderedInt16
 
decode(PositionedByteRange) - 类 中的方法org.apache.hadoop.hbase.types.OrderedInt32
 
decode(PositionedByteRange) - 类 中的方法org.apache.hadoop.hbase.types.OrderedInt64
 
decode(PositionedByteRange) - 类 中的方法org.apache.hadoop.hbase.types.OrderedInt8
 
decode(PositionedByteRange) - 类 中的方法org.apache.hadoop.hbase.types.OrderedNumeric
 
decode(PositionedByteRange) - 类 中的方法org.apache.hadoop.hbase.types.OrderedString
 
decode(PositionedByteRange) - 类 中的方法org.apache.hadoop.hbase.types.RawByte
 
decode(PositionedByteRange) - 类 中的方法org.apache.hadoop.hbase.types.RawBytes
 
decode(PositionedByteRange, int) - 类 中的方法org.apache.hadoop.hbase.types.RawBytes
Read a byte[] from the buffer src.
decode(PositionedByteRange, int) - 类 中的方法org.apache.hadoop.hbase.types.RawBytesFixedLength
Read a byte[] from the buffer src.
decode(PositionedByteRange, int) - 类 中的方法org.apache.hadoop.hbase.types.RawBytesTerminated
Read a byte[] from the buffer src.
decode(PositionedByteRange) - 类 中的方法org.apache.hadoop.hbase.types.RawDouble
 
decode(PositionedByteRange) - 类 中的方法org.apache.hadoop.hbase.types.RawFloat
 
decode(PositionedByteRange) - 类 中的方法org.apache.hadoop.hbase.types.RawInteger
 
decode(PositionedByteRange) - 类 中的方法org.apache.hadoop.hbase.types.RawLong
 
decode(PositionedByteRange) - 类 中的方法org.apache.hadoop.hbase.types.RawShort
 
decode(PositionedByteRange) - 类 中的方法org.apache.hadoop.hbase.types.RawString
 
decode(PositionedByteRange) - 类 中的方法org.apache.hadoop.hbase.types.Struct
 
decode(PositionedByteRange, int) - 类 中的方法org.apache.hadoop.hbase.types.Struct
Read the field at index.
decode(PositionedByteRange) - 类 中的方法org.apache.hadoop.hbase.types.TerminatedWrapper
 
decodeA(PositionedByteRange) - 类 中的方法org.apache.hadoop.hbase.types.Union2
Read an instance of the first type parameter from buffer src.
decodeAtPosition(int) - 类 中的方法org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1
 
decodeB(PositionedByteRange) - 类 中的方法org.apache.hadoop.hbase.types.Union2
Read an instance of the second type parameter from buffer src.
decodeBlobCopy(PositionedByteRange) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Decode a Blob value, byte-for-byte copy.
decodeBlobVar(PositionedByteRange) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Decode a blob value that was encoded using BlobVar encoding.
decodeByte(PositionedByteRange) - 类 中的方法org.apache.hadoop.hbase.types.OrderedInt8
Read a byte value from the buffer src.
decodeByte(byte[], int) - 类 中的方法org.apache.hadoop.hbase.types.RawByte
Read a byte value from the buffer buff.
decodeC(PositionedByteRange) - 类 中的方法org.apache.hadoop.hbase.types.Union3
Read an instance of the third type parameter from buffer src.
decodeD(PositionedByteRange) - 类 中的方法org.apache.hadoop.hbase.types.Union4
Read an instance of the fourth type parameter from buffer src.
decodeDouble(PositionedByteRange) - 类 中的方法org.apache.hadoop.hbase.types.OrderedFloat64
Read a double value from the buffer src.
decodeDouble(PositionedByteRange) - 类 中的方法org.apache.hadoop.hbase.types.OrderedNumeric
Read a double value from the buffer src.
decodeDouble(byte[], int) - 类 中的方法org.apache.hadoop.hbase.types.RawDouble
Read a double value from the buffer buff.
decodeFirst() - 类 中的方法org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1
 
decodeFloat(PositionedByteRange) - 类 中的方法org.apache.hadoop.hbase.types.OrderedFloat32
Read a float value from the buffer dst.
decodeFloat(byte[], int) - 类 中的方法org.apache.hadoop.hbase.types.RawFloat
Read a float value from the buffer buff.
decodeFloat32(PositionedByteRange) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Decode a 32-bit floating point value using the fixed-length encoding.
decodeFloat64(PositionedByteRange) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Decode a 64-bit floating point value using the fixed-length encoding.
decodeInt(PositionedByteRange) - 类 中的方法org.apache.hadoop.hbase.types.OrderedInt32
Read an int value from the buffer src.
decodeInt(byte[], int) - 类 中的方法org.apache.hadoop.hbase.types.RawInteger
Read an int value from the buffer buff.
decodeInt16(PositionedByteRange) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Decode an int16 value.
decodeInt32(PositionedByteRange) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Decode an int32 value.
decodeInt64(PositionedByteRange) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Decode an int64 value.
decodeInt8(PositionedByteRange) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Decode an int8 value.
decodeKeyValues(DataInputStream, HFileBlockDecodingContext) - 接口 中的方法org.apache.hadoop.hbase.io.encoding.DataBlockEncoder
Decode.
decodeKeyValues(DataInputStream, HFileBlockDecodingContext) - 类 中的方法org.apache.hadoop.hbase.io.encoding.RowIndexCodecV1
 
decodeLong(PositionedByteRange) - 类 中的方法org.apache.hadoop.hbase.types.OrderedInt64
Read a long value from the buffer src.
decodeLong(PositionedByteRange) - 类 中的方法org.apache.hadoop.hbase.types.OrderedNumeric
Read a long value from the buffer src.
decodeLong(byte[], int) - 类 中的方法org.apache.hadoop.hbase.types.RawLong
Read a long value from the buffer buff.
decodeNext() - 类 中的方法org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1
 
decodeNumericAsBigDecimal(PositionedByteRange) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Decode a BigDecimal value from the variable-length encoding.
decodeNumericAsDouble(PositionedByteRange) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Decode a primitive double value from the Numeric encoding.
decodeNumericAsLong(PositionedByteRange) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Decode a primitive long value from the Numeric encoding.
decodeShort(PositionedByteRange) - 类 中的方法org.apache.hadoop.hbase.types.OrderedInt16
Read a short value from the buffer src.
decodeShort(byte[], int) - 类 中的方法org.apache.hadoop.hbase.types.RawShort
Read a short value from the buffer buff.
decodeString(PositionedByteRange) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Decode a String value.
decodeTags() - 类 中的方法org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1
 
decodingCtx - 类 中的变量org.apache.hadoop.hbase.io.encoding.AbstractDataBlockEncoder.AbstractEncodedSeeker
 
decompress(byte[], int, InputStream, int, int, Compression.Algorithm) - 类 中的静态方法org.apache.hadoop.hbase.io.compress.Compression
Decompresses data from the given stream using the configured compression algorithm.
decorateTask(Runnable, RunnableScheduledFuture<V>) - 类 中的方法org.apache.hadoop.hbase.JitterScheduledThreadPoolExecutorImpl
 
decorateTask(Callable<V>, RunnableScheduledFuture<V>) - 类 中的方法org.apache.hadoop.hbase.JitterScheduledThreadPoolExecutorImpl
 
decrement() - 类 中的方法org.apache.hadoop.hbase.util.Counter
已过时。
 
decrypt(byte[], int, InputStream, int, Decryptor) - 类 中的静态方法org.apache.hadoop.hbase.io.crypto.Encryption
Decrypt a block of ciphertext read in from a stream with the given cipher and context The decryptor's state will be finalized.
decrypt(byte[], int, InputStream, int, Encryption.Context, byte[]) - 类 中的静态方法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) - 类 中的静态方法org.apache.hadoop.hbase.io.crypto.Encryption
Decrypt a stream of ciphertext given a decryptor
decrypt(OutputStream, InputStream, int, Encryption.Context, byte[]) - 类 中的静态方法org.apache.hadoop.hbase.io.crypto.Encryption
Decrypt a stream of ciphertext given a context and IV
Decryptor - org.apache.hadoop.hbase.io.crypto中的接口
Decryptors apply a cipher to an InputStream to recover plaintext.
decryptWithSubjectKey(OutputStream, InputStream, int, String, Configuration, Cipher, byte[]) - 类 中的静态方法org.apache.hadoop.hbase.io.crypto.Encryption
Decrypts a block of ciphertext with the symmetric key resolved for the given subject
deepClone() - 类 中的方法org.apache.hadoop.hbase.ByteBufferKeyValue
 
deepClone() - 接口 中的方法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() - 类 中的方法org.apache.hadoop.hbase.KeyValue
 
deepClone() - 类 中的方法org.apache.hadoop.hbase.NoTagsByteBufferKeyValue
 
deepClone() - 类 中的方法org.apache.hadoop.hbase.NoTagsKeyValue
 
deepClone(Cell) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
Deep clones the given cell if the cell supports deep cloning
deepCopy() - 类 中的方法org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
deepCopy() - 接口 中的方法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() - 接口 中的方法org.apache.hadoop.hbase.util.PositionedByteRange
 
deepCopy() - 类 中的方法org.apache.hadoop.hbase.util.SimpleByteRange
 
deepCopy() - 类 中的方法org.apache.hadoop.hbase.util.SimpleMutableByteRange
 
deepCopy() - 类 中的方法org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
deepCopy() - 类 中的方法org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
deepCopySubRangeTo(int, int, byte[], int) - 类 中的方法org.apache.hadoop.hbase.util.AbstractByteRange
 
deepCopySubRangeTo(int, int, byte[], int) - 接口 中的方法org.apache.hadoop.hbase.util.ByteRange
Wrapper for System.arraycopy.
deepCopyTo(byte[], int) - 类 中的方法org.apache.hadoop.hbase.util.AbstractByteRange
 
deepCopyTo(byte[], int) - 接口 中的方法org.apache.hadoop.hbase.util.ByteRange
Wrapper for System.arraycopy.
deepCopyToNewArray() - 类 中的方法org.apache.hadoop.hbase.util.AbstractByteRange
 
deepCopyToNewArray() - 接口 中的方法org.apache.hadoop.hbase.util.ByteRange
Instantiate a new byte[] with exact length, which is at least 24 bytes + length.
DEFAULT_BLOCKSIZE - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Default block size for an HFile.
DEFAULT_BUFFER_SIZE - 类 中的静态变量org.apache.hadoop.hbase.io.ByteBufferPool
 
DEFAULT_BUFFER_SIZE - 类 中的静态变量org.apache.hadoop.hbase.util.ByteBufferArray
 
DEFAULT_BYTES_PER_CHECKSUM - 类 中的静态变量org.apache.hadoop.hbase.io.hfile.HFileContext
 
DEFAULT_BYTES_PER_CHECKSUM - 类 中的静态变量org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
 
DEFAULT_CLIENT_ZOOKEEPER_OBSERVER_MODE - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Assuming client zk not in observer mode and master need to synchronize information
DEFAULT_CLUSTER_DISTRIBUTED - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Default value for cluster distributed mode
DEFAULT_CLUSTER_ID - 类 中的静态变量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 - 类 中的静态变量org.apache.hadoop.hbase.util.ObjectPool
The default concurrency level, used when not otherwise specified in a constructor.
DEFAULT_ENABLE_CLIENT_BACKPRESSURE - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
DEFAULT_GROUP - 类 中的静态变量org.apache.hadoop.hbase.rsgroup.RSGroupInfo
 
DEFAULT_HBASE_BALANCER_PERIOD - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Default value for the balancer period
DEFAULT_HBASE_CLIENT_MAX_PERREGION_TASKS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
DEFAULT_HBASE_CLIENT_MAX_PERSERVER_TASKS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
DEFAULT_HBASE_CLIENT_MAX_TOTAL_TASKS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
DEFAULT_HBASE_CLIENT_OPERATION_TIMEOUT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Default HBase client operation timeout, which is tantamount to a blocking call
DEFAULT_HBASE_CLIENT_PAUSE - 类 中的静态变量org.apache.hadoop.hbase.HConstants
DEFAULT_HBASE_CLIENT_PERSERVER_REQUESTS_THRESHOLD - 类 中的静态变量org.apache.hadoop.hbase.HConstants
DEFAULT_HBASE_CLIENT_RETRIES_NUMBER - 类 中的静态变量org.apache.hadoop.hbase.HConstants
DEFAULT_HBASE_CLIENT_SCANNER_CACHING - 类 中的静态变量org.apache.hadoop.hbase.HConstants
DEFAULT_HBASE_CLIENT_SCANNER_MAX_RESULT_SIZE - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Maximum number of bytes returned when calling a scanner's next method.
DEFAULT_HBASE_CLIENT_SCANNER_TIMEOUT_PERIOD - 类 中的静态变量org.apache.hadoop.hbase.HConstants
DEFAULT_HBASE_CLIENT_SERVERSIDE_RETRIES_MULTIPLIER - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
DEFAULT_HBASE_MASTER_BALANCER_MAX_RIT_PERCENT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Default value for the max percent of regions in transition
DEFAULT_HBASE_META_BLOCK_SIZE - 类 中的静态变量org.apache.hadoop.hbase.HConstants
DEFAULT_HBASE_META_SCANNER_CACHING - 类 中的静态变量org.apache.hadoop.hbase.HConstants
DEFAULT_HBASE_META_VERSIONS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
DEFAULT_HBASE_RPC_SHORTOPERATION_TIMEOUT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
DEFAULT_HBASE_RPC_TIMEOUT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
DEFAULT_HBASE_SERVER_PAUSE - 类 中的静态变量org.apache.hadoop.hbase.HConstants
DEFAULT_HBASE_SERVER_SCANNER_MAX_RESULT_SIZE - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Maximum number of bytes returned when calling a scanner's next method.
DEFAULT_HEALTH_FAILURE_THRESHOLD - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
DEFAULT_HEALTH_SCRIPT_TIMEOUT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
DEFAULT_HEAP_OCCUPANCY_HIGH_WATERMARK - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
DEFAULT_HEAP_OCCUPANCY_LOW_WATERMARK - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
DEFAULT_HOST - 类 中的静态变量org.apache.hadoop.hbase.HConstants
default host address
DEFAULT_HREGION_EDITS_REPLAY_SKIP_ERRORS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
DEFAULT_HREGION_MEMSTORE_BLOCK_MULTIPLIER - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Default value for hbase.hregion.memstore.block.multiplier
DEFAULT_HSTORE_OPEN_AND_CLOSE_THREADS_MAX - 类 中的静态变量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 - 类 中的静态变量org.apache.hadoop.hbase.util.ObjectPool
The default initial capacity, used when not otherwise specified in a constructor.
DEFAULT_KEYVALUE_SEPARATOR - 类 中的静态变量org.apache.hadoop.hbase.util.Strings
 
DEFAULT_LOCAL_DIR - 类 中的静态变量org.apache.hadoop.hbase.util.ClassLoaderBase
 
DEFAULT_LOSSY_COUNTING_ERROR_RATE - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
DEFAULT_MAJOR_COMPACTION_JITTER - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
DEFAULT_MAJOR_COMPACTION_PERIOD - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
DEFAULT_MASTER_HANLDER_COUNT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
已过时。
DEFAULT_MASTER_INFOPORT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
default port for master web api
DEFAULT_MASTER_PORT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
default port that the master listens on
DEFAULT_MASTER_TYPE_BACKUP - 类 中的静态变量org.apache.hadoop.hbase.HConstants
by default every master is a possible primary master unless the conf explicitly overrides it
DEFAULT_MATH_CONTEXT - 类 中的静态变量org.apache.hadoop.hbase.util.OrderedBytes
The context used to normalize BigDecimal values.
DEFAULT_MAX_FILE_SIZE - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Default maximum file size
DEFAULT_META_REPLICA_NUM - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
DEFAULT_NAMESPACE - 类 中的静态变量org.apache.hadoop.hbase.NamespaceDescriptor
 
DEFAULT_NAMESPACE_NAME - 类 中的静态变量org.apache.hadoop.hbase.NamespaceDescriptor
Default namespace name.
DEFAULT_NAMESPACE_NAME_STR - 类 中的静态变量org.apache.hadoop.hbase.NamespaceDescriptor
 
DEFAULT_REGION_SERVER_HANDLER_ABORT_ON_ERROR_PERCENT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
DEFAULT_REGION_SERVER_HANDLER_COUNT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
DEFAULT_REGION_SERVER_HIGH_PRIORITY_HANDLER_COUNT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
DEFAULT_REGION_SERVER_REPLICATION_HANDLER_COUNT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
DEFAULT_REGIONSERVER_INFOPORT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
default port for region server web api
DEFAULT_REGIONSERVER_METRICS_PERIOD - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
DEFAULT_REGIONSERVER_PORT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Default port region server listens on.
DEFAULT_SEPARATOR - 类 中的静态变量org.apache.hadoop.hbase.util.Strings
 
DEFAULT_SNAPSHOT_RESTORE_FAILSAFE_NAME - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
DEFAULT_SNAPSHOT_RESTORE_TAKE_FAILSAFE_SNAPSHOT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
DEFAULT_STATUS_MULTICAST_ADDRESS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
DEFAULT_STATUS_MULTICAST_BIND_ADDRESS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
DEFAULT_STATUS_MULTICAST_PORT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
DEFAULT_STATUS_MULTICAST_PUBLISHER_BIND_ADDRESS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
DEFAULT_TEMPORARY_HDFS_DIRECTORY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
DEFAULT_THREAD_WAKE_FREQUENCY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Default value for thread wake frequency
DEFAULT_USE_META_REPLICAS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
DEFAULT_VERSION_FILE_WRITE_ATTEMPTS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Parameter name for how often we should try to write a version file, before failing
DEFAULT_WAL_STORAGE_POLICY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
By default we defer the WAL storage policy to HDFS
DEFAULT_ZK_SESSION_TIMEOUT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Default value for ZooKeeper session timeout
DEFAULT_ZOOKEEPER_CLIENT_PORT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Default client port that the zookeeper listens on
DEFAULT_ZOOKEEPER_MAX_CLIENT_CNXNS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Default limit on concurrent client-side zookeeper connections
DEFAULT_ZOOKEEPER_ZNODE_PARENT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
DEFAULT_ZOOKEPER_CLIENT_PORT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
DEFAULT_ZOOKEPER_MAX_CLIENT_CNXNS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
DEFAULT_ZOOKEPER_RECOVERABLE_WAITIME - 类 中的静态变量org.apache.hadoop.hbase.HConstants
已过时。
DefaultCipherProvider - org.apache.hadoop.hbase.io.crypto中的类
The default cipher provider.
DefaultEnvironmentEdge - org.apache.hadoop.hbase.util中的类
Default implementation of an environment edge.
DefaultEnvironmentEdge() - 类 的构造器org.apache.hadoop.hbase.util.DefaultEnvironmentEdge
 
DEFER_TO_HDFS_STORAGE_POLICY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
"NONE" is not a valid storage policy and means we defer the policy to HDFS.
delete(FileSystem, Path, boolean) - 类 中的静态方法org.apache.hadoop.hbase.util.CommonFSUtils
Calls fs.delete() and returns the value returned by the fs.delete()
deleteDirectory(FileSystem, Path) - 类 中的静态方法org.apache.hadoop.hbase.util.CommonFSUtils
Delete if exists.
DELIMITER - 类 中的静态变量org.apache.hadoop.hbase.HConstants
delimiter used between portions of a region name
DESCENDING - 类 中的静态变量org.apache.hadoop.hbase.types.OrderedBlob
 
DESCENDING - 类 中的静态变量org.apache.hadoop.hbase.types.OrderedBlobVar
 
DESCENDING - 类 中的静态变量org.apache.hadoop.hbase.types.OrderedFloat32
 
DESCENDING - 类 中的静态变量org.apache.hadoop.hbase.types.OrderedFloat64
 
DESCENDING - 类 中的静态变量org.apache.hadoop.hbase.types.OrderedInt16
 
DESCENDING - 类 中的静态变量org.apache.hadoop.hbase.types.OrderedInt32
 
DESCENDING - 类 中的静态变量org.apache.hadoop.hbase.types.OrderedInt64
 
DESCENDING - 类 中的静态变量org.apache.hadoop.hbase.types.OrderedInt8
 
DESCENDING - 类 中的静态变量org.apache.hadoop.hbase.types.OrderedNumeric
 
DESCENDING - 类 中的静态变量org.apache.hadoop.hbase.types.OrderedString
 
DESCENDING - 类 中的静态变量org.apache.hadoop.hbase.types.RawBytes
 
DESCENDING - 类 中的静态变量org.apache.hadoop.hbase.types.RawString
 
descendingKeySet() - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
descendingMap() - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
DeserializationException - org.apache.hadoop.hbase.exceptions中的异常错误
Failed deserialization.
DeserializationException() - 异常错误 的构造器org.apache.hadoop.hbase.exceptions.DeserializationException
 
DeserializationException(String) - 异常错误 的构造器org.apache.hadoop.hbase.exceptions.DeserializationException
 
DeserializationException(String, Throwable) - 异常错误 的构造器org.apache.hadoop.hbase.exceptions.DeserializationException
 
DeserializationException(Throwable) - 异常错误 的构造器org.apache.hadoop.hbase.exceptions.DeserializationException
 
Dictionary - org.apache.hadoop.hbase.io.util中的接口
Dictionary interface Dictionary indexes should be either bytes or shorts, only positive.
DiffCompressionState() - 类 的构造器org.apache.hadoop.hbase.io.encoding.DiffKeyDeltaEncoder.DiffCompressionState
 
DiffKeyDeltaEncoder - 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 - ... bytes: rest of the row (if prefix length is small enough) - ... bytes: qualifier (or suffix depending on prefix length) - 1-8 bytes: timestamp or diff - 1 byte: type (only if FLAG_SAME_TYPE is not set in the flag) - ... bytes: value
DiffKeyDeltaEncoder() - 类 的构造器org.apache.hadoop.hbase.io.encoding.DiffKeyDeltaEncoder
 
DiffKeyDeltaEncoder.DiffCompressionState - org.apache.hadoop.hbase.io.encoding中的类
 
DiffKeyDeltaEncoder.DiffSeekerState - org.apache.hadoop.hbase.io.encoding中的类
 
DiffSeekerState(ObjectIntPair<ByteBuffer>, boolean) - 类 的构造器org.apache.hadoop.hbase.io.encoding.DiffKeyDeltaEncoder.DiffSeekerState
 
DISALLOWED_TABLE_NAME - 类 中的静态变量org.apache.hadoop.hbase.TableName
One globally disallowed name
DNS - org.apache.hadoop.hbase.util中的类
Wrapper around Hadoop's DNS class to hide reflection.
domainNamePointerToHostName(String) - 类 中的静态方法org.apache.hadoop.hbase.util.Strings
Given a PTR string generated via reverse DNS lookup, return everything except the trailing period.
doStaticMain(String[]) - 类 中的方法org.apache.hadoop.hbase.util.AbstractHBaseTool
Call this from the concrete tool class's main function.
doWork() - 类 中的方法org.apache.hadoop.hbase.util.AbstractHBaseTool
The "main function" of the tool
drainInputStreamToBuffer(InputStream) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Copy from the InputStream to a new heap ByteBuffer until the InputStream is exhausted.
dumpAllBeans() - 类 中的静态方法org.apache.hadoop.hbase.util.JSONBean
Dump out all registered mbeans as json on System.out.
dumpBeanToString(String) - 类 中的静态方法org.apache.hadoop.hbase.util.JSONMetricUtil
Returns a subset of mbeans defined by qry.
duplicate() - 类 中的方法org.apache.hadoop.hbase.nio.ByteBuff
Returns an ByteBuff which is a duplicate version of this ByteBuff.
duplicate() - 类 中的方法org.apache.hadoop.hbase.nio.MultiByteBuff
Returns an MBB which is a duplicate version of this MBB.
duplicate() - 类 中的方法org.apache.hadoop.hbase.nio.SingleByteBuff
 
DynamicClassLoader - 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) - 类 的构造器org.apache.hadoop.hbase.util.DynamicClassLoader
Creates a DynamicClassLoader that can load classes dynamically from jar files under a specific folder.

E

EMPTY_BYTE_ARRAY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
An empty instance.
EMPTY_BYTE_BUFFER - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
EMPTY_END_ROW - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Last row in a table.
EMPTY_SERVER_LIST - 类 中的静态变量org.apache.hadoop.hbase.ServerName
 
EMPTY_START_ROW - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Used by scanners, etc when they want to start at the beginning of a region
ENABLE_CLIENT_BACKPRESSURE - 类 中的静态变量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 - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Enable file permission modification from standard hbase
ENABLE_WAL_COMPRESSION - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Configuration name of WAL Compression
ENABLE_WAL_ENCRYPTION - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Configuration key for enabling WAL encryption, a boolean
encode(Cell, HFileBlockEncodingContext, DataOutputStream) - 接口 中的方法org.apache.hadoop.hbase.io.encoding.DataBlockEncoder
Encodes a KeyValue.
encode(Cell, HFileBlockEncodingContext, DataOutputStream) - 类 中的方法org.apache.hadoop.hbase.io.encoding.RowIndexCodecV1
 
encode(PositionedByteRange, T) - 接口 中的方法org.apache.hadoop.hbase.types.DataType
Write instance val into buffer dst.
encode(PositionedByteRange, T) - 类 中的方法org.apache.hadoop.hbase.types.FixedLengthWrapper
 
encode(PositionedByteRange, byte[]) - 类 中的方法org.apache.hadoop.hbase.types.OrderedBlob
 
encode(PositionedByteRange, byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.types.OrderedBlob
Write a subset of val to dst.
encode(PositionedByteRange, byte[]) - 类 中的方法org.apache.hadoop.hbase.types.OrderedBlobVar
 
encode(PositionedByteRange, byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.types.OrderedBlobVar
Write a subset of val to buff.
encode(PositionedByteRange, Float) - 类 中的方法org.apache.hadoop.hbase.types.OrderedFloat32
 
encode(PositionedByteRange, Double) - 类 中的方法org.apache.hadoop.hbase.types.OrderedFloat64
 
encode(PositionedByteRange, Short) - 类 中的方法org.apache.hadoop.hbase.types.OrderedInt16
 
encode(PositionedByteRange, Integer) - 类 中的方法org.apache.hadoop.hbase.types.OrderedInt32
 
encode(PositionedByteRange, Long) - 类 中的方法org.apache.hadoop.hbase.types.OrderedInt64
 
encode(PositionedByteRange, Byte) - 类 中的方法org.apache.hadoop.hbase.types.OrderedInt8
 
encode(PositionedByteRange, Number) - 类 中的方法org.apache.hadoop.hbase.types.OrderedNumeric
 
encode(PositionedByteRange, String) - 类 中的方法org.apache.hadoop.hbase.types.OrderedString
 
encode(PositionedByteRange, Byte) - 类 中的方法org.apache.hadoop.hbase.types.RawByte
 
encode(PositionedByteRange, byte[]) - 类 中的方法org.apache.hadoop.hbase.types.RawBytes
 
encode(PositionedByteRange, byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.types.RawBytes
Write val into dst, respecting voff and vlen.
encode(PositionedByteRange, byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.types.RawBytesFixedLength
Write val into buff, respecting offset and length.
encode(PositionedByteRange, byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.types.RawBytesTerminated
Write val into dst, respecting offset and length.
encode(PositionedByteRange, Double) - 类 中的方法org.apache.hadoop.hbase.types.RawDouble
 
encode(PositionedByteRange, Float) - 类 中的方法org.apache.hadoop.hbase.types.RawFloat
 
encode(PositionedByteRange, Integer) - 类 中的方法org.apache.hadoop.hbase.types.RawInteger
 
encode(PositionedByteRange, Long) - 类 中的方法org.apache.hadoop.hbase.types.RawLong
 
encode(PositionedByteRange, Short) - 类 中的方法org.apache.hadoop.hbase.types.RawShort
 
encode(PositionedByteRange, String) - 类 中的方法org.apache.hadoop.hbase.types.RawString
 
encode(PositionedByteRange, Object[]) - 类 中的方法org.apache.hadoop.hbase.types.Struct
 
encode(PositionedByteRange, T) - 类 中的方法org.apache.hadoop.hbase.types.TerminatedWrapper
Write instance val into buffer dst.
encodeBlobCopy(PositionedByteRange, byte[], int, int, Order) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Encode a Blob value as a byte-for-byte copy.
encodeBlobCopy(PositionedByteRange, byte[], Order) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Encode a Blob value as a byte-for-byte copy.
encodeBlobVar(PositionedByteRange, byte[], int, int, Order) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Encode a Blob value using a modified varint encoding scheme.
encodeBlobVar(PositionedByteRange, byte[], Order) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Encode a blob value using a modified varint encoding scheme.
encodeByte(PositionedByteRange, byte) - 类 中的方法org.apache.hadoop.hbase.types.OrderedInt8
Write instance val into buffer dst.
encodeByte(byte[], int, byte) - 类 中的方法org.apache.hadoop.hbase.types.RawByte
Write instance val into buffer buff.
encodeData() - 类 中的方法org.apache.hadoop.hbase.io.encoding.EncodedDataBlock
Do the encoding, but do not cache the encoded data.
encodedClass() - 接口 中的方法org.apache.hadoop.hbase.types.DataType
Inform consumers over what type this DataType operates.
encodedClass() - 类 中的方法org.apache.hadoop.hbase.types.FixedLengthWrapper
 
encodedClass() - 类 中的方法org.apache.hadoop.hbase.types.OrderedBlob
 
encodedClass() - 类 中的方法org.apache.hadoop.hbase.types.OrderedBlobVar
 
encodedClass() - 类 中的方法org.apache.hadoop.hbase.types.OrderedFloat32
 
encodedClass() - 类 中的方法org.apache.hadoop.hbase.types.OrderedFloat64
 
encodedClass() - 类 中的方法org.apache.hadoop.hbase.types.OrderedInt16
 
encodedClass() - 类 中的方法org.apache.hadoop.hbase.types.OrderedInt32
 
encodedClass() - 类 中的方法org.apache.hadoop.hbase.types.OrderedInt64
 
encodedClass() - 类 中的方法org.apache.hadoop.hbase.types.OrderedInt8
 
encodedClass() - 类 中的方法org.apache.hadoop.hbase.types.OrderedNumeric
 
encodedClass() - 类 中的方法org.apache.hadoop.hbase.types.OrderedString
 
encodedClass() - 类 中的方法org.apache.hadoop.hbase.types.RawByte
 
encodedClass() - 类 中的方法org.apache.hadoop.hbase.types.RawBytes
 
encodedClass() - 类 中的方法org.apache.hadoop.hbase.types.RawDouble
 
encodedClass() - 类 中的方法org.apache.hadoop.hbase.types.RawFloat
 
encodedClass() - 类 中的方法org.apache.hadoop.hbase.types.RawInteger
 
encodedClass() - 类 中的方法org.apache.hadoop.hbase.types.RawLong
 
encodedClass() - 类 中的方法org.apache.hadoop.hbase.types.RawShort
 
encodedClass() - 类 中的方法org.apache.hadoop.hbase.types.RawString
 
encodedClass() - 类 中的方法org.apache.hadoop.hbase.types.Struct
 
encodedClass() - 类 中的方法org.apache.hadoop.hbase.types.TerminatedWrapper
 
encodedClass() - 类 中的方法org.apache.hadoop.hbase.types.Union2
 
EncodedDataBlock - org.apache.hadoop.hbase.io.encoding中的类
Encapsulates a data block compressed using a particular encoding algorithm.
EncodedDataBlock(DataBlockEncoder, DataBlockEncoding, byte[], HFileContext) - 类 的构造器org.apache.hadoop.hbase.io.encoding.EncodedDataBlock
Create a buffer which will be encoded using dataBlockEncoder.
encodedLength(T) - 接口 中的方法org.apache.hadoop.hbase.types.DataType
Inform consumers how long the encoded byte[] will be.
encodedLength(T) - 类 中的方法org.apache.hadoop.hbase.types.FixedLengthWrapper
 
encodedLength(byte[]) - 类 中的方法org.apache.hadoop.hbase.types.OrderedBlob
 
encodedLength(byte[]) - 类 中的方法org.apache.hadoop.hbase.types.OrderedBlobVar
 
encodedLength(Float) - 类 中的方法org.apache.hadoop.hbase.types.OrderedFloat32
 
encodedLength(Double) - 类 中的方法org.apache.hadoop.hbase.types.OrderedFloat64
 
encodedLength(Short) - 类 中的方法org.apache.hadoop.hbase.types.OrderedInt16
 
encodedLength(Integer) - 类 中的方法org.apache.hadoop.hbase.types.OrderedInt32
 
encodedLength(Long) - 类 中的方法org.apache.hadoop.hbase.types.OrderedInt64
 
encodedLength(Byte) - 类 中的方法org.apache.hadoop.hbase.types.OrderedInt8
 
encodedLength(Number) - 类 中的方法org.apache.hadoop.hbase.types.OrderedNumeric
 
encodedLength(String) - 类 中的方法org.apache.hadoop.hbase.types.OrderedString
 
encodedLength(T) - 类 中的方法org.apache.hadoop.hbase.types.PBType
 
encodedLength(Byte) - 类 中的方法org.apache.hadoop.hbase.types.RawByte
 
encodedLength(byte[]) - 类 中的方法org.apache.hadoop.hbase.types.RawBytes
 
encodedLength(Double) - 类 中的方法org.apache.hadoop.hbase.types.RawDouble
 
encodedLength(Float) - 类 中的方法org.apache.hadoop.hbase.types.RawFloat
 
encodedLength(Integer) - 类 中的方法org.apache.hadoop.hbase.types.RawInteger
 
encodedLength(Long) - 类 中的方法org.apache.hadoop.hbase.types.RawLong
 
encodedLength(Short) - 类 中的方法org.apache.hadoop.hbase.types.RawShort
 
encodedLength(String) - 类 中的方法org.apache.hadoop.hbase.types.RawString
 
encodedLength(Object[]) - 类 中的方法org.apache.hadoop.hbase.types.Struct
 
encodedLength(T) - 类 中的方法org.apache.hadoop.hbase.types.TerminatedWrapper
 
encodeDouble(PositionedByteRange, double) - 类 中的方法org.apache.hadoop.hbase.types.OrderedFloat64
Write instance val into buffer dst.
encodeDouble(PositionedByteRange, double) - 类 中的方法org.apache.hadoop.hbase.types.OrderedNumeric
Write instance val into buffer dst.
encodeDouble(byte[], int, double) - 类 中的方法org.apache.hadoop.hbase.types.RawDouble
Write instance val into buffer buff.
encodeFloat(PositionedByteRange, float) - 类 中的方法org.apache.hadoop.hbase.types.OrderedFloat32
Write instance val into buffer buff.
encodeFloat(byte[], int, float) - 类 中的方法org.apache.hadoop.hbase.types.RawFloat
Write instance val into buffer buff.
encodeFloat32(PositionedByteRange, float, Order) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Encode a 32-bit floating point value using the fixed-length encoding.
encodeFloat64(PositionedByteRange, double, Order) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Encode a 64-bit floating point value using the fixed-length encoding.
encodeInt(PositionedByteRange, int) - 类 中的方法org.apache.hadoop.hbase.types.OrderedInt32
Write instance val into buffer dst.
encodeInt(byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.types.RawInteger
Write instance val into buffer buff.
encodeInt16(PositionedByteRange, short, Order) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Encode an int16 value using the fixed-length encoding.
encodeInt32(PositionedByteRange, int, Order) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Encode an int32 value using the fixed-length encoding.
encodeInt64(PositionedByteRange, long, Order) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Encode an int64 value using the fixed-length encoding.
encodeInt8(PositionedByteRange, byte, Order) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Encode an int8 value using the fixed-length encoding.
encodeLong(PositionedByteRange, long) - 类 中的方法org.apache.hadoop.hbase.types.OrderedInt64
Write instance val into buffer dst.
encodeLong(PositionedByteRange, long) - 类 中的方法org.apache.hadoop.hbase.types.OrderedNumeric
Write instance val into buffer dst.
encodeLong(byte[], int, long) - 类 中的方法org.apache.hadoop.hbase.types.RawLong
Write instance val into buffer buff.
encodeNull(PositionedByteRange, Order) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Encode a null value.
encodeNumeric(PositionedByteRange, long, Order) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Encode a numerical value using the variable-length encoding.
encodeNumeric(PositionedByteRange, double, Order) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Encode a numerical value using the variable-length encoding.
encodeNumeric(PositionedByteRange, BigDecimal, Order) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Encode a numerical value using the variable-length encoding.
EncoderBufferTooSmallException - org.apache.hadoop.hbase.io.encoding中的异常错误
Internal error which indicates a bug in a data block encoding algorithm.
EncoderBufferTooSmallException(String) - 异常错误 的构造器org.apache.hadoop.hbase.io.encoding.EncoderBufferTooSmallException
 
encodeShort(PositionedByteRange, short) - 类 中的方法org.apache.hadoop.hbase.types.OrderedInt16
Write instance val into buffer dst.
encodeShort(byte[], int, short) - 类 中的方法org.apache.hadoop.hbase.types.RawShort
Write instance val into buffer buff.
encodeString(PositionedByteRange, String, Order) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Encode a String value.
EncodingState - org.apache.hadoop.hbase.io.encoding中的类
Keeps track of the encoding state.
EncodingState() - 类 的构造器org.apache.hadoop.hbase.io.encoding.EncodingState
 
encrypt(OutputStream, byte[], int, int, Encryptor) - 类 中的静态方法org.apache.hadoop.hbase.io.crypto.Encryption
Encrypt a block of plaintext The encryptor's state will be finalized.
encrypt(OutputStream, byte[], int, int, Encryption.Context, byte[]) - 类 中的静态方法org.apache.hadoop.hbase.io.crypto.Encryption
Encrypt a block of plaintext
encrypt(OutputStream, InputStream, Encryptor) - 类 中的静态方法org.apache.hadoop.hbase.io.crypto.Encryption
Encrypt a stream of plaintext given an encryptor The encryptor's state will be finalized.
encrypt(OutputStream, InputStream, Encryption.Context, byte[]) - 类 中的静态方法org.apache.hadoop.hbase.io.crypto.Encryption
Encrypt a stream of plaintext given a context and IV
Encryption - org.apache.hadoop.hbase.io.crypto中的类
A facade for encryption algorithms and related support.
Encryption.Context - org.apache.hadoop.hbase.io.crypto中的类
Crypto context
Encryptor - org.apache.hadoop.hbase.io.crypto中的接口
Encryptors apply a cipher to an OutputStream to produce ciphertext.
encryptWithSubjectKey(OutputStream, InputStream, String, Configuration, Cipher, byte[]) - 类 中的静态方法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[]) - 接口 中的方法org.apache.hadoop.hbase.io.encoding.DataBlockEncoder
Ends encoding for a block of KeyValues.
endBlockEncoding(HFileBlockEncodingContext, DataOutputStream, byte[]) - 类 中的方法org.apache.hadoop.hbase.io.encoding.RowIndexCodecV1
 
ENSEMBLE_TABLE_NAME - 类 中的静态变量org.apache.hadoop.hbase.HConstants
The name of the ensemble table
ensureKeyValue(Cell) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
已过时。
without any replacement.
ensureKeyValues(List<Cell>) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
已过时。
entrySet() - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
EnvironmentEdge - org.apache.hadoop.hbase.util中的接口
Has some basic interaction with the environment.
EnvironmentEdgeManager - org.apache.hadoop.hbase.util中的类
Manages a singleton instance of the environment edge.
equals(Object) - 类 中的方法org.apache.hadoop.hbase.ByteBufferKeyValue
Needed doing 'contains' on List.
equals(Cell, Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
equals
equals(Object) - 类 中的方法org.apache.hadoop.hbase.io.ImmutableBytesWritable
 
equals(Object) - 类 中的方法org.apache.hadoop.hbase.JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture
 
equals(Object) - 类 中的方法org.apache.hadoop.hbase.KeyValue
Needed doing 'contains' on List.
equals(Object) - 类 中的方法org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
equals(Object) - 类 中的方法org.apache.hadoop.hbase.net.Address
 
equals(Object) - 类 中的方法org.apache.hadoop.hbase.nio.MultiByteBuff
 
equals(Object) - 类 中的方法org.apache.hadoop.hbase.nio.SingleByteBuff
 
equals(Object) - 类 中的方法org.apache.hadoop.hbase.rsgroup.RSGroupInfo
 
equals(Object) - 类 中的方法org.apache.hadoop.hbase.security.User
 
equals(Object) - 类 中的方法org.apache.hadoop.hbase.ServerName
 
equals(Object) - 类 中的方法org.apache.hadoop.hbase.TableName
 
equals(Object) - 类 中的方法org.apache.hadoop.hbase.util.AbstractByteRange
 
equals(ByteBuffer, int, int, ByteBuffer, int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
 
equals(ByteBuffer, int, int, byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
 
equals(Object) - 类 中的方法org.apache.hadoop.hbase.util.Bytes
 
equals(byte[], byte[]) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
 
equals(byte[], int, int, byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
 
equals(byte[], ByteBuffer) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
 
equals(List<byte[]>, List<byte[]>) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
 
equals(Object) - 类 中的方法org.apache.hadoop.hbase.util.ImmutableByteArray
 
equals(Object) - 类 中的方法org.apache.hadoop.hbase.util.NonceKey
 
equals(Object) - 类 中的方法org.apache.hadoop.hbase.util.ObjectIntPair
 
equals(Object) - 类 中的方法org.apache.hadoop.hbase.util.Pair
 
equals(Object) - 类 中的方法org.apache.hadoop.hbase.util.PairOfSameType
 
equals(Object) - 类 中的方法org.apache.hadoop.hbase.util.SimpleByteRange
 
equals(Object) - 类 中的方法org.apache.hadoop.hbase.util.SimpleMutableByteRange
 
equals(Object) - 类 中的方法org.apache.hadoop.hbase.util.Triple
 
equalsIgnoreMvccVersion(Cell, Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of HBase-2.0. Will be removed in HBase-3.0
equalsIgnoreMvccVersion(Cell, Cell) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
special case for Cell.equals
estimateBase(Class, boolean) - 类 中的静态方法org.apache.hadoop.hbase.util.ClassSize
Estimate the static space taken up by the fields of a class.
ESTIMATED_HEAP_TAX - 类 中的静态变量org.apache.hadoop.hbase.util.Bytes
Estimate of size cost to pay beyond payload in jvm for instance of byte [].
estimatedHeapSizeOf(Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0. Use RawCell.getTags()
estimatedSerializedSizeOf(Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0.
estimatedSerializedSizeOf(Cell) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
Estimate based on keyvalue's serialization format in the RPC layer.
estimatedSerializedSizeOfKey(Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0.
estimatedSerializedSizeOfKey(Cell) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
Calculates the serialized key size.
estimatedSizeOfCell(Cell) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
This is an estimate of the heap space occupied by a cell.
ExceptionUtil - org.apache.hadoop.hbase.util中的类
This class handles the different interruption classes.
EXIT_FAILURE - 类 中的静态变量org.apache.hadoop.hbase.util.AbstractHBaseTool
 
EXIT_SUCCESS - 类 中的静态变量org.apache.hadoop.hbase.util.AbstractHBaseTool
 
expectSpecific() - 枚举 中的方法org.apache.hadoop.hbase.io.hfile.BlockType.BlockCategory
Throws an exception if the block category passed is the special category meaning "all categories".
ExponentialBackoffPolicy() - 类 的构造器org.apache.hadoop.hbase.util.RetryCounter.ExponentialBackoffPolicy
 
ExponentialBackoffPolicyWithLimit() - 类 的构造器org.apache.hadoop.hbase.util.RetryCounter.ExponentialBackoffPolicyWithLimit
 
ExtendedCell - org.apache.hadoop.hbase中的接口
Extension to Cell with server side required functions.
ExtendedCellBuilder - org.apache.hadoop.hbase中的接口
For internal purpose.
ExtendedCellBuilderFactory - org.apache.hadoop.hbase中的类
 
ExtendedCellBuilderImpl - org.apache.hadoop.hbase中的类
 
ExtendedCellBuilderImpl() - 类 的构造器org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
extendedForName(String) - 类 中的静态方法org.apache.hadoop.hbase.util.Classes
Equivalent of Class.forName(String) which also returns classes for primitives like boolean, etc.
extendLimit(ByteBuffer, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
 

F

family - 类 中的变量org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
FAMILY_LENGTH_SIZE - 类 中的静态变量org.apache.hadoop.hbase.KeyValue
Size of the family length field in bytes
FastDiffDeltaEncoder - org.apache.hadoop.hbase.io.encoding中的类
Encoder similar to DiffKeyDeltaEncoder but supposedly faster.
FastDiffDeltaEncoder() - 类 的构造器org.apache.hadoop.hbase.io.encoding.FastDiffDeltaEncoder
 
FastDiffDeltaEncoder.FastDiffSeekerState - org.apache.hadoop.hbase.io.encoding中的类
 
FastDiffSeekerState(ObjectIntPair<ByteBuffer>, boolean) - 类 的构造器org.apache.hadoop.hbase.io.encoding.FastDiffDeltaEncoder.FastDiffSeekerState
 
FATAL - 类 中的静态变量org.apache.hadoop.hbase.log.HBaseMarkers
 
fields - 类 中的变量org.apache.hadoop.hbase.types.Struct
 
fields - 类 中的变量org.apache.hadoop.hbase.types.StructBuilder
 
FILE_SYSTEM_VERSION - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Current version of file system.
fillFamilyRange(Cell, ByteRange) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of HBase-2.0. Will be removed in HBase-3.0.
fillFamilyRange(Cell, ByteRange) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
 
fillQualifierRange(Cell, ByteRange) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of HBase-2.0. Will be removed in HBase-3.0.
fillQualifierRange(Cell, ByteRange) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
 
fillRowRange(Cell, ByteRange) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of HBase-2.0. Will be removed in HBase-3.0.
fillRowRange(Cell, ByteRange) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
ByteRange
fillTagRange(Cell, ByteRange) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of HBase-2.0. Will be removed in HBase-3.0.
fillTagRange(Cell, ByteRange) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
 
fillValueRange(Cell, ByteRange) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of HBase-2.0. Will be removed in HBase-3.0.
fillValueRange(Cell, ByteRange) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
 
findCommonPrefix(ByteBuffer, int, int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Find length of common prefix of two parts in the buffer
findCommonPrefix(byte[], int, int, byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Find length of common prefix in two arrays.
findCommonPrefix(ByteBuffer, int, int, ByteBuffer, int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Find length of common prefix in two arrays.
findCommonPrefix(byte[], byte[], int, int, int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
 
findCommonPrefixInFlatKey(Cell, Cell, boolean, boolean) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of HBase-2.0. Will be removed in HBase-3.0
findCommonPrefixInFlatKey(Cell, Cell, boolean, boolean) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
Find length of common prefix in keys of the cells, considering key as byte[] if serialized in KeyValue.
findConstructor(Class<T>, Object...) - 类 中的静态方法org.apache.hadoop.hbase.util.ReflectionUtils
 
findEntry(byte[], int, int) - 接口 中的方法org.apache.hadoop.hbase.io.util.Dictionary
Finds the index of an entry.
findEntry(ByteBuffer, int, int) - 接口 中的方法org.apache.hadoop.hbase.io.util.Dictionary
Finds the index of an entry.
findEntry(byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.io.util.LRUDictionary
 
findEntry(ByteBuffer, int, int) - 类 中的方法org.apache.hadoop.hbase.io.util.LRUDictionary
 
finish() - 类 中的方法org.apache.hadoop.hbase.io.compress.ReusableStreamGzipCodec.ReusableGzipOutputStream
 
first - 类 中的变量org.apache.hadoop.hbase.util.Pair
 
firstEntry() - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
firstKey() - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
FIXED_OVERHEAD - 类 中的静态变量org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
FIXED_OVERHEAD - 类 中的静态变量org.apache.hadoop.hbase.ByteBufferKeyValue
 
FIXED_OVERHEAD - 类 中的静态变量org.apache.hadoop.hbase.KeyValue
 
FixedLengthWrapper<T> - org.apache.hadoop.hbase.types中的类
Wraps an existing DataType implementation as a fixed-length version of itself.
FixedLengthWrapper(DataType<T>, int) - 类 的构造器org.apache.hadoop.hbase.types.FixedLengthWrapper
Create a fixed-length version of the wrapped.
fLength - 类 中的变量org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
floorEntry(K) - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
floorKey(K) - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
flush() - 类 中的方法org.apache.hadoop.hbase.codec.BaseEncoder
 
flush() - 类 中的方法org.apache.hadoop.hbase.io.ByteBufferOutputStream
 
flush() - 类 中的方法org.apache.hadoop.hbase.io.ByteBufferWriterOutputStream
 
flush() - 接口 中的方法org.apache.hadoop.hbase.io.CellOutputStream
Let the implementation decide what to do.
flush() - 类 中的方法org.apache.hadoop.hbase.io.compress.ReusableStreamGzipCodec.ReusableGzipOutputStream
 
flush() - 类 中的方法org.apache.hadoop.hbase.io.encoding.RowIndexEncoderV1
 
flush() - 接口 中的方法org.apache.hadoop.hbase.util.JSONBean.Writer
 
flushed - 类 中的变量org.apache.hadoop.hbase.codec.BaseEncoder
 
fOffset - 类 中的变量org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
FOREVER - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Unlimited time-to-live.
format(String, PrettyPrinter.Unit) - 类 中的静态方法org.apache.hadoop.hbase.util.PrettyPrinter
 
fromArrays(Collection<byte[]>) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteRangeUtils
 
fromHex(String) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Create a byte array from a string of hash digits.
fromList(List<Tag>) - 类 中的静态方法org.apache.hadoop.hbase.TagUtil
Write a list of tags into a byte array Note : these are all purely internal APIs.
fromParts(String, int) - 类 中的静态方法org.apache.hadoop.hbase.net.Address
 
fromString(String) - 类 中的静态方法org.apache.hadoop.hbase.net.Address
 
FULL_RWX_PERMISSIONS - 类 中的静态变量org.apache.hadoop.hbase.util.CommonFSUtils
Full access permissions (starting point for a umask)
FutureUtils - org.apache.hadoop.hbase.util中的类
Helper class for processing futures.

G

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

H

HADOOP_DOMAIN - 类 中的静态变量org.apache.hadoop.hbase.util.JSONMetricUtil
 
hasArray() - 类 中的方法org.apache.hadoop.hbase.ArrayBackedTag
 
hasArray() - 类 中的方法org.apache.hadoop.hbase.ByteBufferTag
 
hasArray() - 类 中的方法org.apache.hadoop.hbase.nio.ByteBuff
 
hasArray() - 类 中的方法org.apache.hadoop.hbase.nio.MultiByteBuff
 
hasArray() - 类 中的方法org.apache.hadoop.hbase.nio.SingleByteBuff
 
hasArray() - 接口 中的方法org.apache.hadoop.hbase.Tag
Tells whether or not this Tag is backed by a byte array.
hasCapability(FSDataOutputStream, String) - 类 中的静态方法org.apache.hadoop.hbase.util.CommonFSUtils
If our FileSystem version includes the StreamCapabilities class, check if the given stream has a particular capability.
hash - 类 中的变量org.apache.hadoop.hbase.util.AbstractByteRange
Variable for lazy-caching the hashCode of this range.
Hash - org.apache.hadoop.hbase.util中的类
This class represents a common API for hashing functions.
Hash() - 类 的构造器org.apache.hadoop.hbase.util.Hash
 
hash(HashKey<T>, int) - 类 中的方法org.apache.hadoop.hbase.util.Hash
Calculate a hash using bytes from HashKey and the provided seed value.
hash(HashKey<T>, int) - 类 中的方法org.apache.hadoop.hbase.util.JenkinsHash
taken from hashlittle() -- hash a variable-length key into a 32-bit value
hash(HashKey<T>, int) - 类 中的方法org.apache.hadoop.hbase.util.MurmurHash
 
hash(HashKey<T>, int) - 类 中的方法org.apache.hadoop.hbase.util.MurmurHash3
Returns the MurmurHash3_x86_32 hash.
hash128(String...) - 类 中的静态方法org.apache.hadoop.hbase.io.crypto.Encryption
Return the MD5 digest of the concatenation of the supplied arguments.
hash128(byte[]...) - 类 中的静态方法org.apache.hadoop.hbase.io.crypto.Encryption
Return the MD5 digest of the concatenation of the supplied arguments.
hash256(String...) - 类 中的静态方法org.apache.hadoop.hbase.io.crypto.Encryption
Return the SHA-256 digest of the concatenation of the supplied arguments.
hash256(byte[]...) - 类 中的静态方法org.apache.hadoop.hbase.io.crypto.Encryption
Return the SHA-256 digest of the concatenation of the supplied arguments.
hashCode() - 类 中的方法org.apache.hadoop.hbase.ByteBufferKeyValue
In line with ByteBufferKeyValue.equals(Object), only uses the key portion, not the value.
hashCode() - 类 中的方法org.apache.hadoop.hbase.io.ImmutableBytesWritable
 
hashCode() - 类 中的方法org.apache.hadoop.hbase.JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture
 
hashCode() - 类 中的方法org.apache.hadoop.hbase.KeyValue
In line with KeyValue.equals(Object), only uses the key portion, not the value.
hashCode() - 类 中的方法org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
hashCode() - 类 中的方法org.apache.hadoop.hbase.net.Address
 
hashCode() - 类 中的方法org.apache.hadoop.hbase.nio.MultiByteBuff
 
hashCode() - 类 中的方法org.apache.hadoop.hbase.nio.SingleByteBuff
 
hashCode() - 类 中的方法org.apache.hadoop.hbase.rsgroup.RSGroupInfo
 
hashCode() - 类 中的方法org.apache.hadoop.hbase.security.User
 
hashCode() - 类 中的方法org.apache.hadoop.hbase.ServerName
 
hashCode() - 类 中的方法org.apache.hadoop.hbase.TableName
 
hashCode() - 类 中的方法org.apache.hadoop.hbase.util.AbstractByteRange
 
hashCode(ByteBuffer, int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
 
hashCode() - 类 中的方法org.apache.hadoop.hbase.util.Bytes
 
hashCode(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
 
hashCode(byte[], int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
 
hashCode(byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
 
hashCode() - 类 中的方法org.apache.hadoop.hbase.util.ImmutableByteArray
 
hashCode() - 类 中的方法org.apache.hadoop.hbase.util.NonceKey
 
hashCode() - 类 中的方法org.apache.hadoop.hbase.util.ObjectIntPair
 
hashCode() - 类 中的方法org.apache.hadoop.hbase.util.Pair
 
hashCode() - 类 中的方法org.apache.hadoop.hbase.util.PairOfSameType
 
hashCode() - 类 中的方法org.apache.hadoop.hbase.util.Triple
 
HashKey<T> - org.apache.hadoop.hbase.util中的类
Used to calculate the hash Hash algorithms for Bloomfilters.
HashKey(T) - 类 的构造器org.apache.hadoop.hbase.util.HashKey
 
hasNext() - 类 中的方法org.apache.hadoop.hbase.types.StructIterator
 
hasNext() - 类 中的方法org.apache.hadoop.hbase.util.AvlUtil.AvlTreeIterator
 
hasNext() - 类 中的方法org.apache.hadoop.hbase.util.ConcatenatedLists.Iterator
 
hasRemaining() - 类 中的方法org.apache.hadoop.hbase.nio.ByteBuff
Returns true if there are elements between the current position and the limt
hasRemaining() - 类 中的方法org.apache.hadoop.hbase.nio.MultiByteBuff
Returns true if there are elements between the current position and the limt
hasRemaining() - 类 中的方法org.apache.hadoop.hbase.nio.SingleByteBuff
 
HasThread - org.apache.hadoop.hbase.util中的类
Abstract class which contains a Thread and delegates the common Thread methods to that instance.
HasThread() - 类 的构造器org.apache.hadoop.hbase.util.HasThread
 
HasThread(String) - 类 的构造器org.apache.hadoop.hbase.util.HasThread
 
HBASE_BALANCER_MAX_BALANCING - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Config for the max balancing time
HBASE_BALANCER_PERIOD - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Config for the balancer period
HBASE_CANARY_READ_RAW_SCAN_KEY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
HBASE_CANARY_WRITE_DATA_TTL_KEY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Canary config keys
HBASE_CANARY_WRITE_PERSERVER_REGIONS_LOWERLIMIT_KEY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
HBASE_CANARY_WRITE_PERSERVER_REGIONS_UPPERLIMIT_KEY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
HBASE_CANARY_WRITE_TABLE_CHECK_PERIOD_KEY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
HBASE_CANARY_WRITE_VALUE_SIZE_KEY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
HBASE_CHECKSUM_VERIFICATION - 类 中的静态变量org.apache.hadoop.hbase.HConstants
If this parameter is set to true, then hbase will read data and then verify checksums.
HBASE_CLIENT_ENABLE_FAST_FAIL_MODE_DEFAULT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
HBASE_CLIENT_FAST_FAIL_CLEANUP_DURATION_MS_DEFAULT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
HBASE_CLIENT_FAST_FAIL_CLEANUP_MS_DURATION_MS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
HBASE_CLIENT_FAST_FAIL_INTERCEPTOR_IMPL - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
HBASE_CLIENT_FAST_FAIL_MODE_ENABLED - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Config for enabling/disabling the fast fail mode.
HBASE_CLIENT_FAST_FAIL_THREASHOLD_MS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
HBASE_CLIENT_FAST_FAIL_THREASHOLD_MS_DEFAULT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
HBASE_CLIENT_INSTANCE_ID - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Parameter name for unique identifier for this Configuration instance.
HBASE_CLIENT_IPC_POOL_SIZE - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Parameter name for HBase client IPC pool size
HBASE_CLIENT_IPC_POOL_TYPE - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Parameter name for HBase client IPC pool type
HBASE_CLIENT_MAX_PERREGION_TASKS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
The maximum number of concurrent connections the client will maintain to a single Region.
HBASE_CLIENT_MAX_PERSERVER_TASKS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
The maximum number of concurrent connections the client will maintain to a single RegionServer.
HBASE_CLIENT_MAX_TOTAL_TASKS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
The maximum number of concurrent connections the client will maintain.
HBASE_CLIENT_META_OPERATION_TIMEOUT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Parameter name for HBase client meta operation timeout.
HBASE_CLIENT_META_REPLICA_SCAN_TIMEOUT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Parameter name for HBase client meta replica scan call timeout.
HBASE_CLIENT_META_REPLICA_SCAN_TIMEOUT_DEFAULT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Default HBase client meta replica scan call timeout, 1 second
HBASE_CLIENT_OPERATION_TIMEOUT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Parameter name for HBase client operation timeout.
HBASE_CLIENT_PAUSE - 类 中的静态变量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 - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Parameter name for client pause value for special case such as call queue too big, etc.
HBASE_CLIENT_PERSERVER_REQUESTS_THRESHOLD - 类 中的静态变量org.apache.hadoop.hbase.HConstants
The maximum number of concurrent pending RPC requests for one server in process level.
HBASE_CLIENT_RETRIES_NUMBER - 类 中的静态变量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 - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Parameter name to set the default scanner caching for all clients.
HBASE_CLIENT_SCANNER_MAX_RESULT_SIZE_KEY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Parameter name for maximum number of bytes returned when calling a scanner's next method.
HBASE_CLIENT_SCANNER_TIMEOUT_PERIOD - 类 中的静态变量org.apache.hadoop.hbase.HConstants
The client scanner timeout period in milliseconds.
HBASE_CLIENT_SERVERSIDE_RETRIES_MULTIPLIER - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
HBASE_CLUSTER_MINIMUM_MEMORY_THRESHOLD - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
HBASE_DIR - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Parameter name for HBase instance root directory
HBASE_MASTER_BALANCER_MAX_RIT_PERCENT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Config for the max percent of regions in transition
HBASE_MASTER_LOADBALANCE_BYTABLE - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Config for balancing the cluster by table
HBASE_MASTER_LOADBALANCER_CLASS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Config for pluggable load balancers
HBASE_MASTER_LOGCLEANER_PLUGINS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
HBASE_MASTER_NORMALIZER_CLASS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Config for pluggable region normalizer
HBASE_META_BLOCK_SIZE - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Parameter name for number of versions, kept by meta table.
HBASE_META_SCANNER_CACHING - 类 中的静态变量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 - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Parameter name for number of versions, kept by meta table.
HBASE_NON_TABLE_DIRS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Directories that are not HBase table directories
HBASE_NON_USER_TABLE_DIRS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Directories that are not HBase user table directories
HBASE_REGION_SPLIT_POLICY_KEY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
HBASE_REGIONSERVER_LEASE_PERIOD_KEY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
已过时。
This config option is deprecated. Will be removed at later releases after 0.96.
HBASE_RPC_READ_TIMEOUT_KEY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
timeout for each read RPC
HBASE_RPC_SHORTOPERATION_TIMEOUT_KEY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
timeout for short operation RPC
HBASE_RPC_TIMEOUT_KEY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
timeout for each RPC
HBASE_RPC_WRITE_TIMEOUT_KEY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
timeout for each write RPC
HBASE_RS_NONCES_ENABLED - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Whether nonces are enabled; default is true.
HBASE_SECURITY_AUTHORIZATION_CONF_KEY - 类 中的静态变量org.apache.hadoop.hbase.security.User
 
HBASE_SECURITY_CONF_KEY - 类 中的静态变量org.apache.hadoop.hbase.security.User
 
HBASE_SERVER_PAUSE - 类 中的静态变量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 - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Parameter name for maximum number of bytes returned when calling a scanner's next method.
HBASE_SPLITLOG_MANAGER_TIMEOUT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Configuration key for SplitLog manager timeout
HBASE_TEMP_DIRECTORY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Temporary directory used for table creation and deletion
HBASE_WAL_DIR - 类 中的静态变量org.apache.hadoop.hbase.util.CommonFSUtils
Parameter name for HBase WAL directory
HBASECLIENT_IMPL - 类 中的静态变量org.apache.hadoop.hbase.HConstants
已过时。
HBaseConfiguration - org.apache.hadoop.hbase中的类
Adds HBase configuration files to a Configuration
HBaseConfiguration() - 类 的构造器org.apache.hadoop.hbase.HBaseConfiguration
已过时。
Please use create() instead.
HBaseConfiguration(Configuration) - 类 的构造器org.apache.hadoop.hbase.HBaseConfiguration
已过时。
Please user create(conf) instead.
HBaseException - org.apache.hadoop.hbase.exceptions中的异常错误
Base checked exception in HBase.
HBaseException() - 异常错误 的构造器org.apache.hadoop.hbase.exceptions.HBaseException
 
HBaseException(String) - 异常错误 的构造器org.apache.hadoop.hbase.exceptions.HBaseException
 
HBaseException(String, Throwable) - 异常错误 的构造器org.apache.hadoop.hbase.exceptions.HBaseException
 
HBaseException(Throwable) - 异常错误 的构造器org.apache.hadoop.hbase.exceptions.HBaseException
 
HBaseHTraceConfiguration - org.apache.hadoop.hbase.trace中的类
 
HBaseHTraceConfiguration(Configuration) - 类 的构造器org.apache.hadoop.hbase.trace.HBaseHTraceConfiguration
 
HBaseInterfaceAudience - org.apache.hadoop.hbase中的类
This class defines constants for different classes of hbase limited private apis
HBaseIOException - org.apache.hadoop.hbase中的异常错误
All hbase specific IOExceptions should be subclasses of HBaseIOException
HBaseIOException() - 异常错误 的构造器org.apache.hadoop.hbase.HBaseIOException
 
HBaseIOException(String) - 异常错误 的构造器org.apache.hadoop.hbase.HBaseIOException
 
HBaseIOException(String, Throwable) - 异常错误 的构造器org.apache.hadoop.hbase.HBaseIOException
 
HBaseIOException(Throwable) - 异常错误 的构造器org.apache.hadoop.hbase.HBaseIOException
 
HBaseMarkers - org.apache.hadoop.hbase.log中的类
 
HBCK - 类 中的静态变量org.apache.hadoop.hbase.HBaseInterfaceAudience
Denotes classes used by hbck tool for fixing inconsistent state of HBase.
HBCK_CODE_NAME - 类 中的静态变量org.apache.hadoop.hbase.HConstants
已过时。
HBCK_SIDELINEDIR_NAME - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Used by HBCK to sideline backup data
HConstants - org.apache.hadoop.hbase中的类
HConstants holds a bunch of HBase-related constants
HConstants.OperationStatusCode - org.apache.hadoop.hbase中的枚举
Status codes used for return values of bulk operations.
head(byte[], int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
 
headMap(K) - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
headMap(K, boolean) - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
HEALTH_CHORE_WAKE_FREQ - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
HEALTH_FAILURE_THRESHOLD - 类 中的静态变量org.apache.hadoop.hbase.HConstants
The maximum number of health check failures a server can encounter consecutively.
HEALTH_SCRIPT_LOC - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Health script related settings.
HEALTH_SCRIPT_TIMEOUT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
HEAP_OCCUPANCY_HIGH_WATERMARK_KEY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
HEAP_OCCUPANCY_LOW_WATERMARK_KEY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
heapSize() - 类 中的方法org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
heapSize() - 类 中的方法org.apache.hadoop.hbase.ByteBufferKeyValue
 
heapSize() - 类 中的方法org.apache.hadoop.hbase.IndividualBytesFieldCell
Implement HeapSize interface
HeapSize - org.apache.hadoop.hbase.io中的接口
Implementations can be asked for an estimate of their size in bytes.
heapSize() - 接口 中的方法org.apache.hadoop.hbase.io.HeapSize
 
heapSize() - 类 中的方法org.apache.hadoop.hbase.io.hfile.HFileContext
HeapSize implementation NOTE : The heapsize should be altered as and when new state variable are added
heapSize() - 类 中的方法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() - 类 中的方法org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
heapSize() - 类 中的方法org.apache.hadoop.hbase.SizeCachedKeyValue
 
HFILE_ARCHIVE_DIRECTORY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Directory under /hbase where archived hfiles are stored
HFILE_BLOCK_CACHE_SIZE_DEFAULT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
HFILE_BLOCK_CACHE_SIZE_KEY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Configuration key for the size of the block cache
HFILEBLOCK_DUMMY_HEADER - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Just an array of bytes of the right size.
HFILEBLOCK_HEADER_SIZE - 类 中的静态变量org.apache.hadoop.hbase.HConstants
The size of a version 2 HFile block header, minor version 1.
HFILEBLOCK_HEADER_SIZE_NO_CHECKSUM - 类 中的静态变量org.apache.hadoop.hbase.HConstants
The size data structures with minor version is 0
HFileBlockDecodingContext - org.apache.hadoop.hbase.io.encoding中的接口
A decoding context that is created by a reader's encoder, and is shared across the reader's all read operations.
HFileBlockDefaultDecodingContext - org.apache.hadoop.hbase.io.encoding中的类
A default implementation of HFileBlockDecodingContext.
HFileBlockDefaultDecodingContext(HFileContext) - 类 的构造器org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultDecodingContext
 
HFileBlockDefaultEncodingContext - org.apache.hadoop.hbase.io.encoding中的类
A default implementation of HFileBlockEncodingContext.
HFileBlockDefaultEncodingContext(DataBlockEncoding, byte[], HFileContext) - 类 的构造器org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultEncodingContext
 
HFileBlockEncodingContext - 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 - org.apache.hadoop.hbase.io.hfile中的类
This carries the information on some of the meta data about the HFile.
HFileContext() - 类 的构造器org.apache.hadoop.hbase.io.hfile.HFileContext
 
HFileContext(HFileContext) - 类 的构造器org.apache.hadoop.hbase.io.hfile.HFileContext
Copy constructor
HFileContextBuilder - org.apache.hadoop.hbase.io.hfile中的类
A builder that helps in building up the HFileContext
HFileContextBuilder() - 类 的构造器org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
 
HFileContextBuilder(HFileContext) - 类 的构造器org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
Use this constructor if you want to change a few settings only in another context.
HIGH_QOS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
higherEntry(K) - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
higherKey(K) - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
HOSTNAME_PORT_SEPARATOR - 类 中的静态变量org.apache.hadoop.hbase.util.Addressing
 
HOUR_IN_SECONDS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
HREGION_COMPACTIONDIR_NAME - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Used to construct the name of the compaction directory during compaction
HREGION_EDITS_REPLAY_SKIP_ERRORS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
HREGION_LOGDIR_NAME - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Used to construct the name of the log directory for a region server
HREGION_MAX_FILESIZE - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Conf key for the max file size after which we split the region
HREGION_MEMSTORE_BLOCK_MULTIPLIER - 类 中的静态变量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 - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Conf key for the memstore size at which we flush the memstore
HREGION_OLDLOGDIR_NAME - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Like the previous, but for old logs that are about to be deleted
HSTORE_OPEN_AND_CLOSE_THREADS_MAX - 类 中的静态变量org.apache.hadoop.hbase.HConstants
The max number of threads used for opening and closing stores or store files in parallel
humanReadableTimestamp(long) - 类 中的静态方法org.apache.hadoop.hbase.KeyValue
 

I

ID_SIZE - 枚举 中的静态变量org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
 
IdLock - org.apache.hadoop.hbase.util中的类
Allows multiple concurrent clients to lock on a numeric id with a minimal memory overhead.
IdLock() - 类 的构造器org.apache.hadoop.hbase.util.IdLock
 
IdLock.Entry - org.apache.hadoop.hbase.util中的类
An entry returned to the client as a lock object
idx - 类 中的变量org.apache.hadoop.hbase.types.StructIterator
 
IllegalArgumentIOException - org.apache.hadoop.hbase.exceptions中的异常错误
Exception thrown when an illegal argument is passed to a function/procedure.
IllegalArgumentIOException() - 异常错误 的构造器org.apache.hadoop.hbase.exceptions.IllegalArgumentIOException
 
IllegalArgumentIOException(String) - 异常错误 的构造器org.apache.hadoop.hbase.exceptions.IllegalArgumentIOException
 
IllegalArgumentIOException(String, Throwable) - 异常错误 的构造器org.apache.hadoop.hbase.exceptions.IllegalArgumentIOException
 
IllegalArgumentIOException(Throwable) - 异常错误 的构造器org.apache.hadoop.hbase.exceptions.IllegalArgumentIOException
 
ImmutableByteArray - org.apache.hadoop.hbase.util中的类
Mainly used as keys for HashMap.
ImmutableBytesWritable - org.apache.hadoop.hbase.io中的类
A byte sequence that is usable as a key or value.
ImmutableBytesWritable() - 类 的构造器org.apache.hadoop.hbase.io.ImmutableBytesWritable
Create a zero-size sequence.
ImmutableBytesWritable(byte[]) - 类 的构造器org.apache.hadoop.hbase.io.ImmutableBytesWritable
Create a ImmutableBytesWritable using the byte array as the initial value.
ImmutableBytesWritable(ImmutableBytesWritable) - 类 的构造器org.apache.hadoop.hbase.io.ImmutableBytesWritable
Set the new ImmutableBytesWritable to the contents of the passed ibw.
ImmutableBytesWritable(byte[], int, int) - 类 的构造器org.apache.hadoop.hbase.io.ImmutableBytesWritable
Set the value to a given byte range
ImmutableBytesWritable.Comparator - org.apache.hadoop.hbase.io中的类
A Comparator optimized for ImmutableBytesWritable.
in - 类 中的变量org.apache.hadoop.hbase.codec.BaseDecoder
 
IN_MEMORY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
includesMvcc() - 类 中的方法org.apache.hadoop.hbase.io.encoding.AbstractDataBlockEncoder.AbstractEncodedSeeker
 
includesTags() - 类 中的方法org.apache.hadoop.hbase.io.encoding.AbstractDataBlockEncoder.AbstractEncodedSeeker
 
includesTimeRange(TimeRange) - 类 中的方法org.apache.hadoop.hbase.io.TimeRange
Check if the range has any overlap with TimeRange
increment() - 类 中的方法org.apache.hadoop.hbase.util.Counter
已过时。
 
incrementBytes(byte[], long) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Bytewise binary increment/deincrement of long contained in byte array on given amount.
IncrementingEnvironmentEdge - org.apache.hadoop.hbase.util中的类
Uses an incrementing algorithm instead of the default.
IncrementingEnvironmentEdge() - 类 的构造器org.apache.hadoop.hbase.util.IncrementingEnvironmentEdge
Construct an incremental edge starting from currentTimeMillis
IncrementingEnvironmentEdge(long) - 类 的构造器org.apache.hadoop.hbase.util.IncrementingEnvironmentEdge
Construct an incremental edge with an initial amount
incrementIv(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.io.crypto.Encryption
 
incrementIv(byte[], int) - 类 中的静态方法org.apache.hadoop.hbase.io.crypto.Encryption
 
incrementTime(long) - 类 中的方法org.apache.hadoop.hbase.util.IncrementingEnvironmentEdge
Increment the time by the given amount
INDEX_KEY_MAGIC - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Used as a magic return value while optimized index key feature enabled(HBASE-7845)
indexOf(byte[], byte) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Returns the index of the first appearance of the value target in array.
indexOf(byte[], byte[]) - 类 中的静态方法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 - 类 中的变量org.apache.hadoop.hbase.util.ConcatenatedLists.Iterator
 
IndividualBytesFieldCell - org.apache.hadoop.hbase中的类
 
IndividualBytesFieldCell(byte[], byte[], byte[], long, KeyValue.Type, byte[]) - 类 的构造器org.apache.hadoop.hbase.IndividualBytesFieldCell
 
IndividualBytesFieldCell(byte[], byte[], byte[], long, KeyValue.Type, long, byte[], byte[]) - 类 的构造器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) - 类 的构造器org.apache.hadoop.hbase.IndividualBytesFieldCell
 
INFRASTRUCTURE_SIZE - 接口 中的静态变量org.apache.hadoop.hbase.Tag
 
init() - 类 中的方法org.apache.hadoop.hbase.io.crypto.aes.AESDecryptor
 
init() - 类 中的方法org.apache.hadoop.hbase.io.crypto.aes.AESEncryptor
 
init(String) - 接口 中的方法org.apache.hadoop.hbase.io.crypto.KeyProvider
Initialize the key provider
init(String) - 类 中的方法org.apache.hadoop.hbase.io.crypto.KeyStoreKeyProvider
 
init(int) - 接口 中的方法org.apache.hadoop.hbase.io.util.Dictionary
 
init(int) - 类 中的方法org.apache.hadoop.hbase.io.util.LRUDictionary
 
INITIAL_MAX_TIMESTAMP - 类 中的静态变量org.apache.hadoop.hbase.io.TimeRange
 
INITIAL_MIN_TIMESTAMP - 类 中的静态变量org.apache.hadoop.hbase.io.TimeRange
 
initialChore() - 类 中的方法org.apache.hadoop.hbase.ScheduledChore
Override to run a task before we start looping.
initialize(Configuration) - 类 中的静态方法org.apache.hadoop.hbase.security.Superusers
Should be called only once to pre-load list of super users and super groups from Configuration.
initTracer(Configuration) - 类 中的静态方法org.apache.hadoop.hbase.trace.TraceUtil
 
injectEdge(EnvironmentEdge) - 类 中的静态方法org.apache.hadoop.hbase.util.EnvironmentEdgeManager
Injects the given edge such that it becomes the managed entity.
innerBuild() - 类 中的方法org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
inputStreamFromByteRange(PositionedByteRange) - 类 中的静态方法org.apache.hadoop.hbase.types.PBType
Create a CodedInputStream from a PositionedByteRange.
insert(Object) - 接口 中的方法org.apache.hadoop.hbase.util.AvlUtil.AvlInsertOrReplace
 
insert(TNode, TNode) - 类 中的静态方法org.apache.hadoop.hbase.util.AvlUtil.AvlTree
Insert a node into the tree.
insert(TNode, Object, AvlUtil.AvlKeyComparator<TNode>, AvlUtil.AvlInsertOrReplace<TNode>) - 类 中的静态方法org.apache.hadoop.hbase.util.AvlUtil.AvlTree
Insert a node into the tree.
instantiate(Configuration) - 类 中的静态方法org.apache.hadoop.hbase.security.UserProvider
Instantiate the UserProvider specified in the configuration and set the passed configuration via UserProvider.setConf(Configuration)
instantiateWithCustomCtor(String, Class<?>[], Object[]) - 类 中的静态方法org.apache.hadoop.hbase.util.ReflectionUtils
 
INTEGER - 类 中的静态变量org.apache.hadoop.hbase.util.ClassSize
Overhead for an Integer
internalDecodeKeyValues(DataInputStream, int, int, HFileBlockDefaultDecodingContext) - 类 中的方法org.apache.hadoop.hbase.io.encoding.CopyKeyDataBlockEncoder
 
internalDecodeKeyValues(DataInputStream, int, int, HFileBlockDefaultDecodingContext) - 类 中的方法org.apache.hadoop.hbase.io.encoding.DiffKeyDeltaEncoder
 
internalDecodeKeyValues(DataInputStream, int, int, HFileBlockDefaultDecodingContext) - 类 中的方法org.apache.hadoop.hbase.io.encoding.FastDiffDeltaEncoder
 
internalDecodeKeyValues(DataInputStream, int, int, HFileBlockDefaultDecodingContext) - 类 中的方法org.apache.hadoop.hbase.io.encoding.PrefixKeyDeltaEncoder
 
internalEncode(Cell, HFileBlockDefaultEncodingContext, DataOutputStream) - 类 中的方法org.apache.hadoop.hbase.io.encoding.CopyKeyDataBlockEncoder
 
internalEncode(Cell, HFileBlockDefaultEncodingContext, DataOutputStream) - 类 中的方法org.apache.hadoop.hbase.io.encoding.DiffKeyDeltaEncoder
 
internalEncode(Cell, HFileBlockDefaultEncodingContext, DataOutputStream) - 类 中的方法org.apache.hadoop.hbase.io.encoding.FastDiffDeltaEncoder
 
internalEncode(Cell, HFileBlockDefaultEncodingContext, DataOutputStream) - 类 中的方法org.apache.hadoop.hbase.io.encoding.PrefixKeyDeltaEncoder
 
interrupt() - 类 中的方法org.apache.hadoop.hbase.util.HasThread
 
intFitsIn(int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Check how many bytes is required to store value.
INVALID_HASH - 类 中的静态变量org.apache.hadoop.hbase.util.Hash
Constant to denote invalid hash type.
invokeMethod(Object, String, Object...) - 类 中的静态方法org.apache.hadoop.hbase.util.ReflectionUtils
Get and invoke the target method from the given object with given parameters
is32BitJVM() - 类 中的静态方法org.apache.hadoop.hbase.util.ClassSize
Determines if we are running in a 32-bit JVM.
isAcceptableAddress(InetAddress) - 接口 中的方法org.apache.hadoop.hbase.util.Addressing.AddressSelectionCondition
Condition on which to accept inet address
isAlive() - 类 中的方法org.apache.hadoop.hbase.util.HasThread
 
isAllTime() - 类 中的方法org.apache.hadoop.hbase.io.TimeRange
Check if it is for all time
isAmd64() - 类 中的静态方法org.apache.hadoop.hbase.util.JVM
Check if the arch is amd64;
isAvailable() - 类 中的静态方法org.apache.hadoop.hbase.util.UnsafeAvailChecker
 
isBlobCopy(PositionedByteRange) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src uses BlobCopy encoding, false otherwise.
isBlobVar(PositionedByteRange) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src uses BlobVar encoding, false otherwise.
isCancelled() - 类 中的方法org.apache.hadoop.hbase.JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture
 
isChoreScheduled(ScheduledChore) - 类 中的方法org.apache.hadoop.hbase.ChoreService
 
isClassExempt(String, String[]) - 类 中的方法org.apache.hadoop.hbase.util.CoprocessorClassLoader
Determines whether the given class should be exempt from being loaded by this ClassLoader.
isCompressedOrEncrypted() - 类 中的方法org.apache.hadoop.hbase.io.hfile.HFileContext
 
isCompressTags() - 类 中的方法org.apache.hadoop.hbase.io.hfile.HFileContext
 
isCorrectEncoder(DataBlockEncoder, short) - 枚举 中的静态方法org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
Check if given encoder has this id.
isData() - 枚举 中的方法org.apache.hadoop.hbase.io.hfile.BlockType
 
isDelete(Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
isDelete(byte) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0.
isDelete(byte) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
 
isDeleteColumnOrFamily(Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0.
isDeleteColumnOrFamily(Cell) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
 
isDeleteColumns(Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0.
isDeleteColumns(Cell) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
 
isDeleteColumnVersion(Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0.
isDeleteColumnVersion(Cell) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
 
isDeleteFamily(Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0.
isDeleteFamily(Cell) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
 
isDeleteFamilyVersion(Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0.
isDeleteFamilyVersion(Cell) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
 
isDeleteType(Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0.
isDeleteType(Cell) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
 
isDone() - 类 中的方法org.apache.hadoop.hbase.JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture
 
isEmpty() - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
isEmpty() - 类 中的方法org.apache.hadoop.hbase.util.AbstractByteRange
 
isEmpty(ByteRange) - 类 中的静态方法org.apache.hadoop.hbase.util.AbstractByteRange
 
isEmpty() - 接口 中的方法org.apache.hadoop.hbase.util.ByteRange
 
isEncodedValue(PositionedByteRange) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Returns true when src appears to be positioned an encoded value, false otherwise.
isExists(FileSystem, Path) - 类 中的静态方法org.apache.hadoop.hbase.util.CommonFSUtils
Calls fs.exists().
isFixedFloat32(PositionedByteRange) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src uses fixed-width Float32 encoding, false otherwise.
isFixedFloat64(PositionedByteRange) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src uses fixed-width Float64 encoding, false otherwise.
isFixedInt16(PositionedByteRange) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src uses fixed-width Int16 encoding, false otherwise.
isFixedInt32(PositionedByteRange) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src uses fixed-width Int32 encoding, false otherwise.
isFixedInt64(PositionedByteRange) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src uses fixed-width Int64 encoding, false otherwise.
isFixedInt8(PositionedByteRange) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src uses fixed-width Int8 encoding, false otherwise.
isFullServerName(String) - 类 中的静态方法org.apache.hadoop.hbase.ServerName
 
isGroupPrincipal(String) - 类 中的静态方法org.apache.hadoop.hbase.AuthUtil
Returns whether or not the given name should be interpreted as a group principal.
isGZIPOutputStreamFinishBroken() - 类 中的静态方法org.apache.hadoop.hbase.util.JVM
Check if the finish() method of GZIPOutputStream is broken
isHadoopSecurityEnabled() - 类 中的方法org.apache.hadoop.hbase.security.UserProvider
 
isHashCached() - 类 中的方法org.apache.hadoop.hbase.util.AbstractByteRange
 
isHBaseSecurityEnabled(Configuration) - 类 中的静态方法org.apache.hadoop.hbase.security.User
Returns whether or not secure authentication is enabled for HBase.
isHBaseSecurityEnabled() - 类 中的方法org.apache.hadoop.hbase.security.UserProvider
 
isHDFS(Configuration) - 类 中的静态方法org.apache.hadoop.hbase.util.CommonFSUtils
 
isHeldByCurrentThread(long) - 类 中的方法org.apache.hadoop.hbase.util.IdLock
Test whether the given id is already locked by the current thread.
isIncludesMvcc() - 类 中的方法org.apache.hadoop.hbase.io.hfile.HFileContext
 
isIncludesTags() - 类 中的方法org.apache.hadoop.hbase.io.hfile.HFileContext
 
isInitialChoreComplete() - 类 中的方法org.apache.hadoop.hbase.ScheduledChore
 
isInterrupt(Throwable) - 类 中的静态方法org.apache.hadoop.hbase.util.ExceptionUtil
 
isInterrupted() - 类 中的方法org.apache.hadoop.hbase.util.HasThread
 
isLatestTimestamp() - 类 中的方法org.apache.hadoop.hbase.KeyValue
 
isLegalFullyQualifiedTableName(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.TableName
Check passed byte array, "tableName", is legal user-space table name.
isLegalNamespaceName(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.TableName
 
isLegalNamespaceName(byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.TableName
Valid namespace characters are alphabetic characters, numbers, and underscores.
isLegalTableQualifierName(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.TableName
 
isLegalTableQualifierName(byte[], boolean) - 类 中的静态方法org.apache.hadoop.hbase.TableName
 
isLegalTableQualifierName(byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.TableName
Qualifier names can only contain 'word' characters [\p{IsAlphabetic}\p{Digit}] or '_', '.' or '-'.
isLegalTableQualifierName(byte[], int, int, boolean) - 类 中的静态方法org.apache.hadoop.hbase.TableName
 
isLinked(TNode) - 类 中的静态方法org.apache.hadoop.hbase.util.AvlUtil.AvlIterableList
 
isLinux() - 类 中的静态方法org.apache.hadoop.hbase.util.JVM
Check if the OS is linux.
isLocalAddress(InetAddress) - 类 中的静态方法org.apache.hadoop.hbase.util.Addressing
Given an InetAddress, checks to see if the address is a local address, by comparing the address with all the interfaces on the node.
isMatchingTail(Path, String) - 类 中的静态方法org.apache.hadoop.hbase.util.CommonFSUtils
Compare path component of the Path URI; e.g. if hdfs://a/b/c and /a/b/c, it will compare the '/a/b/c' part.
isMatchingTail(Path, Path) - 类 中的静态方法org.apache.hadoop.hbase.util.CommonFSUtils
Compare path component of the Path URI; e.g. if hdfs://a/b/c and /a/b/c, it will compare the '/a/b/c' part.
isMetaTableName(TableName) - 类 中的静态方法org.apache.hadoop.hbase.TableName
 
isNull(PositionedByteRange) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src is null, false otherwise.
isNullable() - 接口 中的方法org.apache.hadoop.hbase.types.DataType
Indicates whether this instance supports encoding null values.
isNullable() - 类 中的方法org.apache.hadoop.hbase.types.FixedLengthWrapper
 
isNullable() - 类 中的方法org.apache.hadoop.hbase.types.OrderedBytesBase
 
isNullable() - 类 中的方法org.apache.hadoop.hbase.types.OrderedFloat32
 
isNullable() - 类 中的方法org.apache.hadoop.hbase.types.OrderedFloat64
 
isNullable() - 类 中的方法org.apache.hadoop.hbase.types.OrderedInt16
 
isNullable() - 类 中的方法org.apache.hadoop.hbase.types.OrderedInt32
 
isNullable() - 类 中的方法org.apache.hadoop.hbase.types.OrderedInt64
 
isNullable() - 类 中的方法org.apache.hadoop.hbase.types.OrderedInt8
 
isNullable() - 类 中的方法org.apache.hadoop.hbase.types.PBType
 
isNullable() - 类 中的方法org.apache.hadoop.hbase.types.RawByte
 
isNullable() - 类 中的方法org.apache.hadoop.hbase.types.RawBytes
 
isNullable() - 类 中的方法org.apache.hadoop.hbase.types.RawDouble
 
isNullable() - 类 中的方法org.apache.hadoop.hbase.types.RawFloat
 
isNullable() - 类 中的方法org.apache.hadoop.hbase.types.RawInteger
 
isNullable() - 类 中的方法org.apache.hadoop.hbase.types.RawLong
 
isNullable() - 类 中的方法org.apache.hadoop.hbase.types.RawShort
 
isNullable() - 类 中的方法org.apache.hadoop.hbase.types.RawString
 
isNullable() - 类 中的方法org.apache.hadoop.hbase.types.Struct
 
isNullable() - 类 中的方法org.apache.hadoop.hbase.types.TerminatedWrapper
 
isNullable() - 类 中的方法org.apache.hadoop.hbase.types.Union2
 
isNullable() - 类 中的方法org.apache.hadoop.hbase.types.Union3
 
isNullable() - 类 中的方法org.apache.hadoop.hbase.types.Union4
 
isNumeric(PositionedByteRange) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src uses Numeric encoding, false otherwise.
isNumericInfinite(PositionedByteRange) - 类 中的静态方法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) - 类 中的静态方法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) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src uses Numeric encoding and is 0, false otherwise.
isOrderPreserving() - 接口 中的方法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() - 类 中的方法org.apache.hadoop.hbase.types.FixedLengthWrapper
 
isOrderPreserving() - 类 中的方法org.apache.hadoop.hbase.types.OrderedBytesBase
 
isOrderPreserving() - 类 中的方法org.apache.hadoop.hbase.types.PBType
 
isOrderPreserving() - 类 中的方法org.apache.hadoop.hbase.types.RawByte
 
isOrderPreserving() - 类 中的方法org.apache.hadoop.hbase.types.RawBytes
 
isOrderPreserving() - 类 中的方法org.apache.hadoop.hbase.types.RawDouble
 
isOrderPreserving() - 类 中的方法org.apache.hadoop.hbase.types.RawFloat
 
isOrderPreserving() - 类 中的方法org.apache.hadoop.hbase.types.RawInteger
 
isOrderPreserving() - 类 中的方法org.apache.hadoop.hbase.types.RawLong
 
isOrderPreserving() - 类 中的方法org.apache.hadoop.hbase.types.RawShort
 
isOrderPreserving() - 类 中的方法org.apache.hadoop.hbase.types.RawString
 
isOrderPreserving - 类 中的变量org.apache.hadoop.hbase.types.Struct
 
isOrderPreserving() - 类 中的方法org.apache.hadoop.hbase.types.Struct
 
isOrderPreserving() - 类 中的方法org.apache.hadoop.hbase.types.TerminatedWrapper
 
isOrderPreserving() - 类 中的方法org.apache.hadoop.hbase.types.Union2
 
isOrderPreserving() - 类 中的方法org.apache.hadoop.hbase.types.Union3
 
isOrderPreserving() - 类 中的方法org.apache.hadoop.hbase.types.Union4
 
isPeriodic() - 类 中的方法org.apache.hadoop.hbase.JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture
 
isPut(Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
isRecoveredEdits(Path) - 类 中的静态方法org.apache.hadoop.hbase.util.CommonFSUtils
Checks if the given path is the one with 'recovered.edits' dir.
isRetry() - 类 中的方法org.apache.hadoop.hbase.util.RetryCounter
 
isSameAddress(ServerName, ServerName) - 类 中的静态方法org.apache.hadoop.hbase.ServerName
 
isScheduled() - 类 中的方法org.apache.hadoop.hbase.ScheduledChore
 
isSecurityEnabled() - 类 中的静态方法org.apache.hadoop.hbase.security.User
Returns whether or not Kerberos authentication is configured for Hadoop.
isSecurityEnabled() - 类 中的静态方法org.apache.hadoop.hbase.security.User.SecureHadoopUser
Returns the result of UserGroupInformation.isSecurityEnabled().
isShowConfInServlet() - 类 中的静态方法org.apache.hadoop.hbase.HBaseConfiguration
 
isShutdown() - 类 中的方法org.apache.hadoop.hbase.ChoreService
 
isSkippable() - 接口 中的方法org.apache.hadoop.hbase.types.DataType
Indicates whether this instance is able to skip over it's encoded value.
isSkippable() - 类 中的方法org.apache.hadoop.hbase.types.FixedLengthWrapper
 
isSkippable() - 类 中的方法org.apache.hadoop.hbase.types.OrderedBlob
 
isSkippable() - 类 中的方法org.apache.hadoop.hbase.types.OrderedBytesBase
 
isSkippable() - 类 中的方法org.apache.hadoop.hbase.types.PBType
 
isSkippable() - 类 中的方法org.apache.hadoop.hbase.types.RawByte
 
isSkippable() - 类 中的方法org.apache.hadoop.hbase.types.RawBytes
 
isSkippable() - 类 中的方法org.apache.hadoop.hbase.types.RawDouble
 
isSkippable() - 类 中的方法org.apache.hadoop.hbase.types.RawFloat
 
isSkippable() - 类 中的方法org.apache.hadoop.hbase.types.RawInteger
 
isSkippable() - 类 中的方法org.apache.hadoop.hbase.types.RawLong
 
isSkippable() - 类 中的方法org.apache.hadoop.hbase.types.RawShort
 
isSkippable() - 类 中的方法org.apache.hadoop.hbase.types.RawString
 
isSkippable - 类 中的变量org.apache.hadoop.hbase.types.Struct
 
isSkippable() - 类 中的方法org.apache.hadoop.hbase.types.Struct
 
isSkippable() - 类 中的方法org.apache.hadoop.hbase.types.TerminatedWrapper
 
isSkippable() - 类 中的方法org.apache.hadoop.hbase.types.Union2
 
isSkippable() - 类 中的方法org.apache.hadoop.hbase.types.Union3
 
isSkippable() - 类 中的方法org.apache.hadoop.hbase.types.Union4
 
isSorted(Collection<byte[]>) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
 
isStartingWithPath(Path, String) - 类 中的静态方法org.apache.hadoop.hbase.util.CommonFSUtils
Compare of path component.
isStopped() - 接口 中的方法org.apache.hadoop.hbase.Stoppable
 
isSuperUser(User) - 类 中的静态方法org.apache.hadoop.hbase.security.Superusers
 
isSystemTable() - 类 中的方法org.apache.hadoop.hbase.TableName
 
isTerminated() - 类 中的方法org.apache.hadoop.hbase.ChoreService
 
isText(PositionedByteRange) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src uses Text encoding, false otherwise.
isUnix() - 类 中的静态方法org.apache.hadoop.hbase.util.JVM
Check if the OS is unix.
isUseHBaseChecksum() - 类 中的方法org.apache.hadoop.hbase.io.hfile.HFileContext
 
iterateOnSplits(byte[], byte[], int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Iterate over keys within the passed range, splitting at an [a,b) boundary.
iterateOnSplits(byte[], byte[], boolean, int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Iterate over keys within the passed range.
iterator() - 类 中的方法org.apache.hadoop.hbase.CompoundConfiguration
 
iterator(PositionedByteRange) - 类 中的方法org.apache.hadoop.hbase.types.Struct
Retrieve an Iterator over the values encoded in src.
iterator() - 类 中的方法org.apache.hadoop.hbase.util.ConcatenatedLists
 
Iterator() - 类 的构造器org.apache.hadoop.hbase.util.ConcatenatedLists.Iterator
 
iterator() - 类 中的方法org.apache.hadoop.hbase.util.PairOfSameType
 
iterNext - 类 中的变量org.apache.hadoop.hbase.util.AvlUtil.AvlLinkedNode
 
iterPrev - 类 中的变量org.apache.hadoop.hbase.util.AvlUtil.AvlLinkedNode
 
IV_LENGTH - 类 中的静态变量org.apache.hadoop.hbase.io.crypto.Cipher
 

J

JAVA_LANG_DOMAIN - 类 中的静态变量org.apache.hadoop.hbase.util.JSONMetricUtil
 
JAVA_NIO_DOMAIN - 类 中的静态变量org.apache.hadoop.hbase.util.JSONMetricUtil
 
JENKINS_HASH - 类 中的静态变量org.apache.hadoop.hbase.util.Hash
Constant to denote JenkinsHash.
JenkinsHash - org.apache.hadoop.hbase.util中的类
Produces 32-bit hash for hash table lookup.
JenkinsHash() - 类 的构造器org.apache.hadoop.hbase.util.JenkinsHash
 
JitterScheduledThreadPoolExecutorImpl - org.apache.hadoop.hbase中的类
ScheduledThreadPoolExecutor that will add some jitter to the RunnableScheduledFuture.getDelay.
JitterScheduledThreadPoolExecutorImpl(int, ThreadFactory, double) - 类 的构造器org.apache.hadoop.hbase.JitterScheduledThreadPoolExecutorImpl
Main constructor.
JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture<V> - org.apache.hadoop.hbase中的类
Class that basically just defers to the wrapped future.
join() - 类 中的方法org.apache.hadoop.hbase.util.HasThread
 
join(long, int) - 类 中的方法org.apache.hadoop.hbase.util.HasThread
 
join(long) - 类 中的方法org.apache.hadoop.hbase.util.HasThread
 
JRubyFormat - org.apache.hadoop.hbase.util中的类
Utility class for converting objects to JRuby.
JSONBean - org.apache.hadoop.hbase.util中的类
Utility for doing JSON and MBeans.
JSONBean() - 类 的构造器org.apache.hadoop.hbase.util.JSONBean
 
JSONBean.Writer - org.apache.hadoop.hbase.util中的接口
Use dumping out mbeans as JSON.
JSONMetricUtil - org.apache.hadoop.hbase.util中的类
 
JVM - org.apache.hadoop.hbase.util中的类
This class is a wrapper for the implementation of com.sun.management.UnixOperatingSystemMXBean It will decide to use the sun api or its own implementation depending on the runtime (vendor) used.
JVM() - 类 的构造器org.apache.hadoop.hbase.util.JVM
Constructor.

K

KEEP_SEQID_PERIOD - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Parameter name for # days to keep MVCC values during a major compaction
KEY_FOR_HOSTNAME_SEEN_BY_MASTER - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
KEY_INFRASTRUCTURE_SIZE - 类 中的静态变量org.apache.hadoop.hbase.KeyValue
 
KEY_LENGTH - 类 中的静态变量org.apache.hadoop.hbase.io.crypto.Cipher
 
KEY_LENGTH_BITS - 类 中的静态变量org.apache.hadoop.hbase.io.crypto.Cipher
 
KEY_LENGTH_SIZE - 类 中的静态变量org.apache.hadoop.hbase.KeyValue
Size of the key length field in bytes
KEY_PREFIX - 类 中的静态变量org.apache.hadoop.hbase.trace.HBaseHTraceConfiguration
 
keyLength(Cell) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
Returns number of bytes this cell's key part would have been used if serialized as in KeyValue.
KeyLocker<K> - org.apache.hadoop.hbase.util中的类
A utility class to manage a set of locks.
KeyLocker() - 类 的构造器org.apache.hadoop.hbase.util.KeyLocker
 
KeyOnlyKeyValue() - 类 的构造器org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
KeyOnlyKeyValue(byte[]) - 类 的构造器org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
KeyOnlyKeyValue(byte[], int, int) - 类 的构造器org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
KeyProvider - org.apache.hadoop.hbase.io.crypto中的接口
KeyProvider is a interface to abstract the different methods of retrieving key material from key storage such as Java key store.
keySet() - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
KeyStoreKeyProvider - org.apache.hadoop.hbase.io.crypto中的类
A basic KeyProvider that can resolve keys from a protected KeyStore file on the local filesystem.
KeyStoreKeyProvider() - 类 的构造器org.apache.hadoop.hbase.io.crypto.KeyStoreKeyProvider
 
keyToString(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.KeyValue
 
keyToString(byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.KeyValue
Use for logging.
KeyValue - org.apache.hadoop.hbase中的类
An HBase Key/Value.
KeyValue() - 类 的构造器org.apache.hadoop.hbase.KeyValue
Writable Constructor -- DO NOT USE
KeyValue(byte[]) - 类 的构造器org.apache.hadoop.hbase.KeyValue
Creates a KeyValue from the start of the specified byte array.
KeyValue(byte[], int) - 类 的构造器org.apache.hadoop.hbase.KeyValue
Creates a KeyValue from the specified byte array and offset.
KeyValue(byte[], int, int) - 类 的构造器org.apache.hadoop.hbase.KeyValue
Creates a KeyValue from the specified byte array, starting at offset, and for length length.
KeyValue(byte[], int, int, long) - 类 的构造器org.apache.hadoop.hbase.KeyValue
Creates a KeyValue from the specified byte array, starting at offset, and for length length.
KeyValue(byte[], long) - 类 的构造器org.apache.hadoop.hbase.KeyValue
Constructs KeyValue structure filled with null value.
KeyValue(byte[], long, KeyValue.Type) - 类 的构造器org.apache.hadoop.hbase.KeyValue
Constructs KeyValue structure filled with null value.
KeyValue(byte[], byte[], byte[]) - 类 的构造器org.apache.hadoop.hbase.KeyValue
Constructs KeyValue structure filled with null value.
KeyValue(byte[], byte[], byte[], byte[]) - 类 的构造器org.apache.hadoop.hbase.KeyValue
Constructs KeyValue structure as a put filled with specified values and LATEST_TIMESTAMP.
KeyValue(byte[], byte[], byte[], long, KeyValue.Type) - 类 的构造器org.apache.hadoop.hbase.KeyValue
Constructs KeyValue structure filled with specified values.
KeyValue(byte[], byte[], byte[], long, byte[]) - 类 的构造器org.apache.hadoop.hbase.KeyValue
Constructs KeyValue structure filled with specified values.
KeyValue(byte[], byte[], byte[], long, byte[], Tag[]) - 类 的构造器org.apache.hadoop.hbase.KeyValue
Constructs KeyValue structure filled with specified values.
KeyValue(byte[], byte[], byte[], long, byte[], List<Tag>) - 类 的构造器org.apache.hadoop.hbase.KeyValue
Constructs KeyValue structure filled with specified values.
KeyValue(byte[], byte[], byte[], long, KeyValue.Type, byte[]) - 类 的构造器org.apache.hadoop.hbase.KeyValue
Constructs KeyValue structure filled with specified values.
KeyValue(byte[], byte[], byte[], long, KeyValue.Type, byte[], List<Tag>) - 类 的构造器org.apache.hadoop.hbase.KeyValue
Constructs KeyValue structure filled with specified values.
KeyValue(byte[], byte[], byte[], long, KeyValue.Type, byte[], byte[]) - 类 的构造器org.apache.hadoop.hbase.KeyValue
Constructs KeyValue structure filled with specified values.
KeyValue(byte[], byte[], byte[], int, int, long, KeyValue.Type, byte[], int, int, List<Tag>) - 类 的构造器org.apache.hadoop.hbase.KeyValue
Constructs KeyValue structure filled with specified values.
KeyValue(byte[], byte[], byte[], int, int, long, KeyValue.Type, byte[], int, int, byte[]) - 类 的构造器org.apache.hadoop.hbase.KeyValue
 
KeyValue(byte[], int, int, byte[], int, int, byte[], int, int, long, KeyValue.Type, byte[], int, int) - 类 的构造器org.apache.hadoop.hbase.KeyValue
Constructs KeyValue structure filled with specified values.
KeyValue(byte[], int, byte[], int, int, byte[], int, int, byte[], int, int, long, KeyValue.Type, byte[], int, int, Tag[]) - 类 的构造器org.apache.hadoop.hbase.KeyValue
Constructs KeyValue structure filled with specified values.
KeyValue(byte[], int, int, byte[], int, int, byte[], int, int, long, KeyValue.Type, byte[], int, int, List<Tag>) - 类 的构造器org.apache.hadoop.hbase.KeyValue
Constructs KeyValue structure filled with specified values.
KeyValue(byte[], int, int, byte[], int, int, byte[], int, int, long, KeyValue.Type, byte[], int, int, byte[], int, int) - 类 的构造器org.apache.hadoop.hbase.KeyValue
 
KeyValue(int, int, int, long, KeyValue.Type, int) - 类 的构造器org.apache.hadoop.hbase.KeyValue
Constructs an empty KeyValue structure, with specified sizes.
KeyValue(int, int, int, long, KeyValue.Type, int, int) - 类 的构造器org.apache.hadoop.hbase.KeyValue
Constructs an empty KeyValue structure, with specified sizes.
KeyValue(byte[], int, int, byte[], int, int, ByteBuffer, long, KeyValue.Type, ByteBuffer, List<Tag>) - 类 的构造器org.apache.hadoop.hbase.KeyValue
 
KeyValue(Cell) - 类 的构造器org.apache.hadoop.hbase.KeyValue
 
KeyValue.KeyOnlyKeyValue - org.apache.hadoop.hbase中的类
A simple form of KeyValue that creates a keyvalue with only the key part of the byte[] Mainly used in places where we need to compare two cells.
KeyValue.KVComparator - org.apache.hadoop.hbase中的类
已过时。
: Use CellComparatorImpl. Deprecated for hbase 2.0, remove for hbase 3.0.
KeyValue.MetaComparator - org.apache.hadoop.hbase中的类
已过时。
: CellComparatorImpl.META_COMPARATOR to be used. Deprecated for hbase 2.0, remove for hbase 3.0.
KeyValue.SamePrefixComparator<T> - org.apache.hadoop.hbase中的接口
Avoids redundant comparisons for better performance.
KeyValue.Type - org.apache.hadoop.hbase中的枚举
Key type.
KEYVALUE_INFRASTRUCTURE_SIZE - 类 中的静态变量org.apache.hadoop.hbase.KeyValue
 
KEYVALUE_WITH_TAGS_INFRASTRUCTURE_SIZE - 类 中的静态变量org.apache.hadoop.hbase.KeyValue
 
KeyValueCodec - org.apache.hadoop.hbase.codec中的类
Codec that does KeyValue version 1 serialization.
KeyValueCodec() - 类 的构造器org.apache.hadoop.hbase.codec.KeyValueCodec
 
KeyValueCodec.ByteBuffKeyValueDecoder - org.apache.hadoop.hbase.codec中的类
 
KeyValueCodec.KeyValueDecoder - org.apache.hadoop.hbase.codec中的类
 
KeyValueCodec.KeyValueEncoder - org.apache.hadoop.hbase.codec中的类
 
KeyValueCodecWithTags - org.apache.hadoop.hbase.codec中的类
Codec that does KeyValue version 1 serialization with serializing tags also.
KeyValueCodecWithTags() - 类 的构造器org.apache.hadoop.hbase.codec.KeyValueCodecWithTags
 
KeyValueCodecWithTags.ByteBuffKeyValueDecoder - org.apache.hadoop.hbase.codec中的类
 
KeyValueCodecWithTags.KeyValueDecoder - org.apache.hadoop.hbase.codec中的类
 
KeyValueCodecWithTags.KeyValueEncoder - org.apache.hadoop.hbase.codec中的类
 
KeyValueDecoder(InputStream) - 类 的构造器org.apache.hadoop.hbase.codec.KeyValueCodec.KeyValueDecoder
 
KeyValueDecoder(InputStream) - 类 的构造器org.apache.hadoop.hbase.codec.KeyValueCodecWithTags.KeyValueDecoder
 
KeyValueEncoder(OutputStream) - 类 的构造器org.apache.hadoop.hbase.codec.KeyValueCodec.KeyValueEncoder
 
KeyValueEncoder(OutputStream) - 类 的构造器org.apache.hadoop.hbase.codec.KeyValueCodecWithTags.KeyValueEncoder
 
KeyValueTestUtil - org.apache.hadoop.hbase中的类
 
KeyValueTestUtil() - 类 的构造器org.apache.hadoop.hbase.KeyValueTestUtil
 
KeyValueUtil - org.apache.hadoop.hbase中的类
static convenience methods for dealing with KeyValues and collections of KeyValues
KeyValueUtil() - 类 的构造器org.apache.hadoop.hbase.KeyValueUtil
 
KVComparator() - 类 的构造器org.apache.hadoop.hbase.KeyValue.KVComparator
已过时。
 

L

LAST_ROW - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Used by scanners and others when they're trying to detect the end of a table
lastEntry() - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
lastKey() - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
LATEST_TIMESTAMP - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Timestamp to use when we want to refer to the latest cell.
LATEST_TIMESTAMP_BYTES - 类 中的静态变量org.apache.hadoop.hbase.HConstants
LATEST_TIMESTAMP in bytes form
LATEST_TS - 类 中的静态变量org.apache.hadoop.hbase.util.CellHashKey
 
len(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Returns length of the byte array, returning 0 if the array is null.
length - 类 中的变量org.apache.hadoop.hbase.ByteBufferKeyValue
 
length - 类 中的变量org.apache.hadoop.hbase.KeyValue
 
length(Cell) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
Returns number of bytes this cell would have been used if serialized as in KeyValue
length(short, byte, int, int, int, boolean) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
 
length - 类 中的变量org.apache.hadoop.hbase.types.FixedLengthWrapper
 
length - 类 中的变量org.apache.hadoop.hbase.util.AbstractByteRange
The number of bytes in the range.
length() - 类 中的方法org.apache.hadoop.hbase.util.ByteArrayHashKey
 
length() - 类 中的方法org.apache.hadoop.hbase.util.HashKey
 
length(PositionedByteRange) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Return the number of encoded entries remaining in buff.
length() - 类 中的方法org.apache.hadoop.hbase.util.RowBloomHashKey
 
length() - 类 中的方法org.apache.hadoop.hbase.util.RowColBloomHashKey
 
lengthWithMvccVersion(KeyValue, boolean) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
 
LIB_DIR - 类 中的静态变量org.apache.hadoop.hbase.HConstants
已过时。
limit() - 类 中的方法org.apache.hadoop.hbase.nio.ByteBuff
Returns the limit of this ByteBuff
limit(int) - 类 中的方法org.apache.hadoop.hbase.nio.ByteBuff
Marks the limit of this ByteBuff.
limit(int) - 类 中的方法org.apache.hadoop.hbase.nio.MultiByteBuff
Marks the limit of this MBB.
limit() - 类 中的方法org.apache.hadoop.hbase.nio.MultiByteBuff
Returns the limit of this MBB
limit() - 类 中的方法org.apache.hadoop.hbase.nio.SingleByteBuff
 
limit(int) - 类 中的方法org.apache.hadoop.hbase.nio.SingleByteBuff
 
limit - 类 中的变量org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
LINKEDLIST - 类 中的静态变量org.apache.hadoop.hbase.util.ClassSize
Overhead for LinkedList(0)
LINKEDLIST_ENTRY - 类 中的静态变量org.apache.hadoop.hbase.util.ClassSize
Overhead for a single entry in LinkedList
listLocatedStatus(FileSystem, Path) - 类 中的静态方法org.apache.hadoop.hbase.util.CommonFSUtils
Calls fs.listFiles() to get FileStatus and BlockLocations together for reducing rpc call
listStatus(FileSystem, Path, PathFilter) - 类 中的静态方法org.apache.hadoop.hbase.util.CommonFSUtils
Calls fs.listStatus() and treats FileNotFoundException as non-fatal This accommodates differences between hadoop versions, where hadoop 1 does not throw a FileNotFoundException, and return an empty FileStatus[] while Hadoop 2 will throw FileNotFoundException.
listStatus(FileSystem, Path) - 类 中的静态方法org.apache.hadoop.hbase.util.CommonFSUtils
Calls fs.listStatus() and treats FileNotFoundException as non-fatal This would accommodates differences between hadoop versions
LITTLE_ENDIAN - 类 中的静态变量org.apache.hadoop.hbase.util.UnsafeAccess
 
load(URI) - 类 中的方法org.apache.hadoop.hbase.io.crypto.KeyStoreKeyProvider
 
LOAD_BALANCER_SLOP_KEY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
loadClass(String) - 类 中的方法org.apache.hadoop.hbase.util.CoprocessorClassLoader
 
loadClass(String, String[]) - 类 中的方法org.apache.hadoop.hbase.util.CoprocessorClassLoader
 
loadClass(String) - 类 中的方法org.apache.hadoop.hbase.util.DynamicClassLoader
 
loadResourceUsingParentFirst(String) - 类 中的方法org.apache.hadoop.hbase.util.CoprocessorClassLoader
Determines whether we should attempt to load the given resource using the parent first before attempting to load the resource using this ClassLoader.
loadSpanReceivers() - 类 中的方法org.apache.hadoop.hbase.trace.SpanReceiverHost
Reads the names of classes specified in the hbase.trace.spanreceiver.classes property and instantiates and registers them with the Tracer.
LOCAL_DIR_KEY - 类 中的静态变量org.apache.hadoop.hbase.util.ClassLoaderBase
 
LOCALHOST - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Host name of the local machine
LOCALHOST_IP - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
LOG - 类 中的静态变量org.apache.hadoop.hbase.BBKVComparator
 
LOG - 类 中的静态变量org.apache.hadoop.hbase.codec.BaseDecoder
 
LOG_REPLAY_WAIT_REGION_TIMEOUT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
已过时。
logFileSystemState(FileSystem, Path, Logger) - 类 中的静态方法org.apache.hadoop.hbase.util.CommonFSUtils
Log the current state of the filesystem from a certain root directory
LOGGING_EXCEPTION_HANDLER - 类 中的静态变量org.apache.hadoop.hbase.util.Threads
 
login(Configuration, String, String, String) - 类 中的静态方法org.apache.hadoop.hbase.security.User
Log in the current process using the given configuration keys for the credential file and login principal.
login(Configuration, String, String, String) - 类 中的静态方法org.apache.hadoop.hbase.security.User.SecureHadoopUser
Obtain credentials for the current process using the configured Kerberos keytab file and principal.
login(String, String, String) - 类 中的方法org.apache.hadoop.hbase.security.UserProvider
Log in the current process using the given configuration keys for the credential file and login principal.
logThreadInfo(Logger, String, long) - 类 中的静态方法org.apache.hadoop.hbase.util.ReflectionUtils
Log the current thread stacks at INFO level.
logVersion() - 类 中的静态方法org.apache.hadoop.hbase.util.VersionInfo
 
LONG_HELP_OPTION - 类 中的静态变量org.apache.hadoop.hbase.util.AbstractHBaseTool
 
longFitsIn(long) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Check how many bytes are required to store value.
lowerEntry(K) - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
lowerKey(K) - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
LOWESTKEY - 类 中的静态变量org.apache.hadoop.hbase.KeyValue
Lowest possible key.
LRUDictionary - org.apache.hadoop.hbase.io.util中的类
WALDictionary using an LRU eviction algorithm.
LRUDictionary() - 类 的构造器org.apache.hadoop.hbase.io.util.LRUDictionary
 

M

MAGIC_LENGTH - 枚举 中的静态变量org.apache.hadoop.hbase.io.hfile.BlockType
 
main(String[]) - 类 中的静态方法org.apache.hadoop.hbase.HBaseConfiguration
For debugging.
main(String[]) - 类 中的静态方法org.apache.hadoop.hbase.util.JenkinsHash
Compute the hash of the specified file
main(String[]) - 类 中的静态方法org.apache.hadoop.hbase.util.VersionInfo
 
MAJOR_COMPACTION_JITTER - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Parameter name and default value for major compaction jitter.
MAJOR_COMPACTION_PERIOD - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Parameter name and default value for how often a region should perform a major compaction
makeColumn(byte[], byte[]) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
Makes a column in family:qualifier form from separate byte arrays.
makeZKProps(Configuration) - 类 中的静态方法org.apache.hadoop.hbase.zookeeper.ZKConfig
Make a Properties object holding ZooKeeper config.
MAP_ENTRY - 类 中的静态变量org.apache.hadoop.hbase.util.ClassSize
Overhead for entry in map
mapKey(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
 
mapKey(byte[], int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
 
mappStringToJsonNode(String) - 类 中的静态方法org.apache.hadoop.hbase.util.JSONMetricUtil
 
mark() - 类 中的方法org.apache.hadoop.hbase.nio.ByteBuff
Marks the current position of the ByteBuff
mark() - 类 中的方法org.apache.hadoop.hbase.nio.MultiByteBuff
Marks the current position of the MBB
mark() - 类 中的方法org.apache.hadoop.hbase.nio.SingleByteBuff
 
MASK_FOR_LOWER_INT_IN_LONG - 类 中的静态变量org.apache.hadoop.hbase.util.Bytes
Mask to apply to a long to reveal the lower int only.
MASTER__META_TRANSITION_HANDLER_COUNT_DEFAULT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
MASTER_HANDLER_COUNT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
已过时。
MASTER_IMPL - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Parameter name for what master implementation to use.
MASTER_INFO_PORT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Configuration key for master web API port
MASTER_META_TRANSITION_HANDLER_COUNT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
MASTER_PORT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Parameter name for port master listens on.
MASTER_TYPE_BACKUP - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Parameter name for the master type being backup (waits for primary to go inactive).
matchingColumn(Cell, byte[], byte[]) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
matchingColumn(Cell, byte[], int, int, byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0.
matchingColumn(Cell, Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
matchingColumn(Cell, byte[], int, int, byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
 
matchingFamily(Cell, Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
matchingFamily(Cell, byte[]) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
matchingFamily(Cell, byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0.
matchingFamily(Cell, byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
 
matchingQualifier(Cell, Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
matchingQualifier(Cell, byte[]) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
Finds if the qualifier part of the cell and the KV serialized byte[] are equal
matchingQualifier(Cell, byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0.
matchingQualifier(Cell, byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
Finds if the qualifier part of the cell and the KV serialized byte[] are equal
matchingRow(Cell, Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0. Instead use CellUtil.matchingRows(Cell, Cell)
matchingRow(Cell, byte[]) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0. Instead use #matchingRows(Cell, byte[]))
matchingRow(Cell, byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0. Instead use CellUtil.matchingRows(Cell, Cell)
matchingRowColumn(Cell, Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
Compares the row and column of two keyvalues for equality
matchingRowColumn(Cell, Cell) - 类 中的方法org.apache.hadoop.hbase.KeyValue.KVComparator
已过时。
Compares the row and column of two keyvalues for equality
matchingRowColumnBytes(Cell, Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
matchingRows(Cell, byte[]) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
matchingRows(Cell, Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
Compares the row of two keyvalues for equality
matchingRows(Cell, Cell) - 类 中的方法org.apache.hadoop.hbase.KeyValue.KVComparator
已过时。
Compares the row of two keyvalues for equality
matchingRows(byte[], int, int, byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.KeyValue.KVComparator
已过时。
Compare rows.
matchingRows(Cell, byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
 
matchingTimestamp(Cell, Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
matchingType(Cell, Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of HBase-2.0. Will be removed in HBase-3.0
matchingType(Cell, Cell) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
 
matchingValue(Cell, Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
matchingValue(Cell, byte[]) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
matchingValue(Cell, Cell, int, int) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
 
matchingValue(Tag, Tag) - 接口 中的静态方法org.apache.hadoop.hbase.Tag
Matches the value part of given tags
MAX_POOL_SIZE_KEY - 类 中的静态变量org.apache.hadoop.hbase.io.ByteBufferPool
 
MAX_PRECISION - 类 中的静态变量org.apache.hadoop.hbase.util.OrderedBytes
Max precision guaranteed to fit into a long.
MAX_ROW_LENGTH - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Max length a row can have because of the limitation in TFile.
MAX_TAG_LENGTH - 接口 中的静态变量org.apache.hadoop.hbase.Tag
 
MAX_TAGS_LENGTH - 接口 中的静态变量org.apache.hadoop.hbase.RawCell
 
MAX_TYPE - 类 中的静态变量org.apache.hadoop.hbase.util.CellHashKey
 
MAXIMUM_VALUE_LENGTH - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Maximum value length, enforced on KeyValue construction
MD5Hash - org.apache.hadoop.hbase.util中的类
Utility class for MD5 MD5 hash produces a 128-bit digest.
MD5Hash() - 类 的构造器org.apache.hadoop.hbase.util.MD5Hash
 
merge(Configuration, Configuration) - 类 中的静态方法org.apache.hadoop.hbase.HBaseConfiguration
Merge two configurations.
MERGEA_QUALIFIER - 类 中的静态变量org.apache.hadoop.hbase.HConstants
The lower-half merge region column qualifier
MERGEB_QUALIFIER - 类 中的静态变量org.apache.hadoop.hbase.HConstants
The upper-half merge region column qualifier
META_COMPARATOR - 类 中的静态变量org.apache.hadoop.hbase.CellComparatorImpl
A CellComparatorImpl for hbase:meta catalog table KeyValues.
META_COMPARATOR - 类 中的静态变量org.apache.hadoop.hbase.KeyValue
已过时。
Use CellComparatorImpl.META_COMPARATOR instead. Deprecated for hbase 2.0, remove for hbase 3.0.
META_QOS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
META_REPLICAS_NUM - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
META_ROW_DELIMITER - 类 中的静态变量org.apache.hadoop.hbase.HConstants
delimiter used between portions of a region name
META_TABLE_NAME - 类 中的静态变量org.apache.hadoop.hbase.TableName
The hbase:meta table's name.
META_VERSION - 类 中的静态变量org.apache.hadoop.hbase.HConstants
The current version of the meta table
META_VERSION_QUALIFIER - 类 中的静态变量org.apache.hadoop.hbase.HConstants
The meta table version column qualifier.
MetaCellComparator() - 类 的构造器org.apache.hadoop.hbase.CellComparatorImpl.MetaCellComparator
 
MetaComparator() - 类 的构造器org.apache.hadoop.hbase.KeyValue.MetaComparator
已过时。
 
METADATA - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
MetaMutationAnnotation - org.apache.hadoop.hbase中的注释类型
The field or the parameter to which this annotation can be applied only when it holds mutations for hbase:meta table.
Methods - org.apache.hadoop.hbase.util中的类
 
Methods() - 类 的构造器org.apache.hadoop.hbase.util.Methods
 
METRICS_RIT_STUCK_WARNING_THRESHOLD - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Region in Transition metrics threshold time
MIGRATION_NAME - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Any artifacts left from migration can be moved here
MIN_CORE_POOL_SIZE - 类 中的静态变量org.apache.hadoop.hbase.ChoreService
The minimum number of threads in the core pool of the underlying ScheduledThreadPoolExecutor
MIN_KEEP_SEQID_PERIOD - 类 中的静态变量org.apache.hadoop.hbase.HConstants
At least to keep MVCC values in hfiles for 5 days
MINUTE_IN_SECONDS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
MOB_REFERENCE_TAG_TYPE - 类 中的静态变量org.apache.hadoop.hbase.TagType
 
MOB_TABLE_NAME_TAG_TYPE - 类 中的静态变量org.apache.hadoop.hbase.TagType
 
moveBack(int) - 类 中的方法org.apache.hadoop.hbase.nio.ByteBuff
Jumps back the current position of this ByteBuff by specified length.
moveBack(int) - 类 中的方法org.apache.hadoop.hbase.nio.MultiByteBuff
Jumps back the current position of this MBB by specified length.
moveBack(int) - 类 中的方法org.apache.hadoop.hbase.nio.SingleByteBuff
 
moveBufferToStream(OutputStream, ByteBuffer, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Copy the data to the output stream and update position in buffer.
MultiByteBuff - org.apache.hadoop.hbase.nio中的类
Provides a unified view of all the underlying ByteBuffers and will look as if a bigger sequential buffer.
MultiByteBuff(ByteBuffer...) - 类 的构造器org.apache.hadoop.hbase.nio.MultiByteBuff
 
multiple(byte[], int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Create a byte array which is multiple given bytes
MURMUR_HASH - 类 中的静态变量org.apache.hadoop.hbase.util.Hash
Constant to denote MurmurHash.
MURMUR_HASH3 - 类 中的静态变量org.apache.hadoop.hbase.util.Hash
Constant to denote MurmurHash3.
MurmurHash - org.apache.hadoop.hbase.util中的类
This is a very fast, non-cryptographic hash suitable for general hash-based lookup.
MurmurHash() - 类 的构造器org.apache.hadoop.hbase.util.MurmurHash
 
MurmurHash3 - org.apache.hadoop.hbase.util中的类
This is a very fast, non-cryptographic hash suitable for general hash-based lookup.
MurmurHash3() - 类 的构造器org.apache.hadoop.hbase.util.MurmurHash3
 

N

NAME - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
NAME_KEY - 类 中的静态变量org.apache.hadoop.hbase.util.JSONMetricUtil
 
NAMESPACE_DELIM - 类 中的静态变量org.apache.hadoop.hbase.TableName
Namespace delimiter
NAMESPACE_DESC_PROP_GROUP - 类 中的静态变量org.apache.hadoop.hbase.rsgroup.RSGroupInfo
 
NAMESPACE_DESCRIPTOR_COMPARATOR - 类 中的静态变量org.apache.hadoop.hbase.NamespaceDescriptor
 
NAMESPACE_TABLE_NAME - 类 中的静态变量org.apache.hadoop.hbase.TableName
The Namespace table's name.
NamespaceDescriptor - org.apache.hadoop.hbase中的类
Namespace POJO class.
NamespaceDescriptor.Builder - org.apache.hadoop.hbase中的类
 
nameToType(String) - 枚举 中的静态方法org.apache.hadoop.hbase.util.ChecksumType
Map a checksum name to a specific type.
navigableKeySet() - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
newContext() - 类 中的静态方法org.apache.hadoop.hbase.io.crypto.Encryption
 
newContext(Configuration) - 类 中的静态方法org.apache.hadoop.hbase.io.crypto.Encryption
 
newDaemonThreadFactory(String) - 类 中的静态方法org.apache.hadoop.hbase.util.Threads
Same as {#newDaemonThreadFactory(String, UncaughtExceptionHandler)}, without setting the exception handler.
newDaemonThreadFactory(String, Thread.UncaughtExceptionHandler) - 类 中的静态方法org.apache.hadoop.hbase.util.Threads
Get a named ThreadFactory that just builds daemon threads.
newDataBlockDecodingContext(HFileContext) - 类 中的方法org.apache.hadoop.hbase.io.encoding.AbstractDataBlockEncoder
 
newDataBlockDecodingContext(HFileContext) - 接口 中的方法org.apache.hadoop.hbase.io.encoding.DataBlockEncoder
Creates an encoder specific decoding context, which will prepare the data before actual decoding
newDataBlockEncodingContext(DataBlockEncoding, byte[], HFileContext) - 类 中的方法org.apache.hadoop.hbase.io.encoding.AbstractDataBlockEncoder
 
newDataBlockEncodingContext(DataBlockEncoding, byte[], HFileContext) - 接口 中的方法org.apache.hadoop.hbase.io.encoding.DataBlockEncoder
Creates a encoder specific encoding context
newInstance(Class<T>, Object...) - 类 中的静态方法org.apache.hadoop.hbase.util.ReflectionUtils
 
newPair(T1, T2) - 类 中的静态方法org.apache.hadoop.hbase.util.Pair
Constructs a new pair, inferring the type via the passed arguments
newParser() - 类 中的方法org.apache.hadoop.hbase.util.AbstractHBaseTool
Create the parser to use for parsing and validating the command line.
next() - 接口 中的方法org.apache.hadoop.hbase.io.encoding.DataBlockEncoder.EncodedSeeker
Move to next position
next() - 类 中的方法org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1
 
next() - 类 中的方法org.apache.hadoop.hbase.types.StructIterator
 
next() - 类 中的方法org.apache.hadoop.hbase.util.AvlUtil.AvlTreeIterator
 
next() - 类 中的方法org.apache.hadoop.hbase.util.ConcatenatedLists.Iterator
 
NEXT_BIT_MASK - 类 中的静态变量org.apache.hadoop.hbase.util.ByteBufferUtils
 
NEXT_BIT_SHIFT - 类 中的静态变量org.apache.hadoop.hbase.util.ByteBufferUtils
 
nextShallowCopy(ByteBuffer, boolean, boolean) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
Creates a new KeyValue object positioned in the supplied ByteBuffer and sets the ByteBuffer's position to the start of the next KeyValue.
nextWasCalled - 类 中的变量org.apache.hadoop.hbase.util.ConcatenatedLists.Iterator
 
NINES - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
NO_NONCE - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
NO_SEQNUM - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Value indicating the server name was saved with no sequence number.
NON_STARTCODE - 类 中的静态变量org.apache.hadoop.hbase.ServerName
What to use if no startcode supplied.
NON_SYNC_TIMERANGE_TRACKER - 类 中的静态变量org.apache.hadoop.hbase.util.ClassSize
Overhead for NonSyncTimeRangeTracker
NonceKey - org.apache.hadoop.hbase.util中的类
This implementation is not smart and just treats nonce group and nonce as random bits.
NonceKey(long, long) - 类 的构造器org.apache.hadoop.hbase.util.NonceKey
 
NONE - 类 中的静态变量org.apache.hadoop.hbase.io.crypto.Encryption.Context
The null crypto context
NoneEncoder - org.apache.hadoop.hbase.io.encoding中的类
 
NoneEncoder(DataOutputStream, HFileBlockDefaultEncodingContext) - 类 的构造器org.apache.hadoop.hbase.io.encoding.NoneEncoder
 
NORMAL_QOS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
NOT_IMPLEMENTED - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
NOT_IN_DICTIONARY - 接口 中的静态变量org.apache.hadoop.hbase.io.util.Dictionary
 
NoTagsByteBufferKeyValue - org.apache.hadoop.hbase中的类
An extension of the ByteBufferKeyValue where the tags length is always 0
NoTagsByteBufferKeyValue(ByteBuffer, int, int) - 类 的构造器org.apache.hadoop.hbase.NoTagsByteBufferKeyValue
 
NoTagsByteBufferKeyValue(ByteBuffer, int, int, long) - 类 的构造器org.apache.hadoop.hbase.NoTagsByteBufferKeyValue
 
NoTagsKeyValue - org.apache.hadoop.hbase中的类
An extension of the KeyValue where the tags length is always 0
NoTagsKeyValue(byte[], int, int) - 类 的构造器org.apache.hadoop.hbase.NoTagsKeyValue
 
numEqualPrefixBytes(ByteRange, ByteRange, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteRangeUtils
 

O

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

P

padFront(String, char, int) - 类 中的静态方法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) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
 
padTail(byte[], int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
 
Pair<T1,T2> - org.apache.hadoop.hbase.util中的类
A generic class for pairs.
Pair() - 类 的构造器org.apache.hadoop.hbase.util.Pair
Default constructor.
Pair(T1, T2) - 类 的构造器org.apache.hadoop.hbase.util.Pair
Constructor
PairOfSameType<T> - org.apache.hadoop.hbase.util中的类
A generic, immutable class for pairs of objects both of type T.
PairOfSameType(T, T) - 类 的构造器org.apache.hadoop.hbase.util.PairOfSameType
Constructor
parent - 类 中的变量org.apache.hadoop.hbase.util.ClassLoaderBase
Parent class loader.
parse(byte[], int, int) - 枚举 中的静态方法org.apache.hadoop.hbase.io.hfile.BlockType
 
parseArgs(String[]) - 类 中的方法org.apache.hadoop.hbase.util.AbstractHBaseTool
 
parseCell() - 类 中的方法org.apache.hadoop.hbase.codec.BaseDecoder
Extract a Cell.
parseCell() - 类 中的方法org.apache.hadoop.hbase.codec.KeyValueCodec.KeyValueDecoder
 
parseCell() - 类 中的方法org.apache.hadoop.hbase.codec.KeyValueCodecWithTags.KeyValueDecoder
 
parseColumn(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
Splits a column in family:qualifier form into separate byte arrays.
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.filter.ByteArrayComparable
 
parseHashType(String) - 类 中的静态方法org.apache.hadoop.hbase.util.Hash
This utility method converts String representation of hash function name to a symbolic constant.
parseHostname(String) - 类 中的静态方法org.apache.hadoop.hbase.ServerName
已过时。
parseHostname(String) - 类 中的静态方法org.apache.hadoop.hbase.util.Addressing
 
parseInt(String, int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.AbstractHBaseTool
 
parseLong(String, long, long) - 类 中的静态方法org.apache.hadoop.hbase.util.AbstractHBaseTool
Parse a number and enforce a range.
parsePort(String) - 类 中的静态方法org.apache.hadoop.hbase.ServerName
已过时。
parsePort(String) - 类 中的静态方法org.apache.hadoop.hbase.util.Addressing
 
parseServerName(String) - 类 中的静态方法org.apache.hadoop.hbase.ServerName
 
parseStartcode(String) - 类 中的静态方法org.apache.hadoop.hbase.ServerName
已过时。
parseVersionedServerName(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.ServerName
Use this method instantiating a ServerName from bytes gotten from a call to ServerName.getVersionedBytes().
PASSWORD - 接口 中的静态变量org.apache.hadoop.hbase.io.crypto.KeyProvider
 
password - 类 中的变量org.apache.hadoop.hbase.io.crypto.KeyStoreKeyProvider
 
PASSWORDFILE - 接口 中的静态变量org.apache.hadoop.hbase.io.crypto.KeyProvider
 
passwordFile - 类 中的变量org.apache.hadoop.hbase.io.crypto.KeyStoreKeyProvider
 
PBIS(InputStream, int) - 类 的构造器org.apache.hadoop.hbase.codec.BaseDecoder.PBIS
 
pbkdf128(String...) - 类 中的静态方法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[]...) - 类 中的静态方法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> - org.apache.hadoop.hbase.types中的类
A base-class for DataType implementations backed by protobuf.
PBType() - 类 的构造器org.apache.hadoop.hbase.types.PBType
 
peek() - 类 中的方法org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
peek() - 接口 中的方法org.apache.hadoop.hbase.util.PositionedByteRange
Retrieve the next byte from this range without incrementing position.
PHOENIX - 类 中的静态变量org.apache.hadoop.hbase.HBaseInterfaceAudience
 
poll(long, TimeUnit) - 类 中的方法org.apache.hadoop.hbase.util.BoundedCompletionService
 
pollFirstEntry() - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
pollLastEntry() - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
position() - 类 中的方法org.apache.hadoop.hbase.nio.ByteBuff
 
position(int) - 类 中的方法org.apache.hadoop.hbase.nio.ByteBuff
Sets this ByteBuff's position to the given value.
position() - 类 中的方法org.apache.hadoop.hbase.nio.MultiByteBuff
 
position(int) - 类 中的方法org.apache.hadoop.hbase.nio.MultiByteBuff
Sets this MBB's position to the given value.
position() - 类 中的方法org.apache.hadoop.hbase.nio.SingleByteBuff
 
position(int) - 类 中的方法org.apache.hadoop.hbase.nio.SingleByteBuff
 
position - 类 中的变量org.apache.hadoop.hbase.util.AbstractPositionedByteRange
The current index into the range.
PositionedByteRange - org.apache.hadoop.hbase.util中的接口
Extends ByteRange with additional methods to support tracking a consumers position within the viewport.
postEncoding(HFileBlockEncodingContext) - 类 中的方法org.apache.hadoop.hbase.io.encoding.AbstractDataBlockEncoder
 
postEncoding(BlockType) - 类 中的方法org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultEncodingContext
 
postEncoding(BlockType) - 接口 中的方法org.apache.hadoop.hbase.io.encoding.HFileBlockEncodingContext
Do any action that needs to be performed after the encoding.
PrefixKeyDeltaEncoder - org.apache.hadoop.hbase.io.encoding中的类
Compress key by storing size of common prefix with previous KeyValue and storing raw size of rest.
PrefixKeyDeltaEncoder() - 类 的构造器org.apache.hadoop.hbase.io.encoding.PrefixKeyDeltaEncoder
 
prepareDecoding(int, int, ByteBuff, ByteBuff) - 接口 中的方法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) - 类 中的方法org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultDecodingContext
 
prepareEncoding(DataOutputStream) - 类 中的方法org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultEncodingContext
prepare to start a new encoding.
prepend(TNode, TNode) - 类 中的静态方法org.apache.hadoop.hbase.util.AvlUtil.AvlIterableList
 
prepend(TNode, TNode, TNode) - 类 中的静态方法org.apache.hadoop.hbase.util.AvlUtil.AvlIterableList
 
PrettyPrinter - org.apache.hadoop.hbase.util中的类
 
PrettyPrinter() - 类 的构造器org.apache.hadoop.hbase.util.PrettyPrinter
 
PrettyPrinter.Unit - org.apache.hadoop.hbase.util中的枚举
 
prevCell - 类 中的变量org.apache.hadoop.hbase.io.encoding.EncodingState
The previous Cell the encoder encoded.
previousKey(KeyValue) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
Decrement the timestamp.
print(Object) - 类 中的静态方法org.apache.hadoop.hbase.util.JRubyFormat
 
printThreadInfo(PrintStream, String) - 类 中的静态方法org.apache.hadoop.hbase.util.Threads
Print all of the thread's information and stack traces.
printUsage() - 类 中的方法org.apache.hadoop.hbase.util.AbstractHBaseTool
 
printUsage(String, String, String) - 类 中的方法org.apache.hadoop.hbase.util.AbstractHBaseTool
 
PRIORITY_UNSET - 类 中的静态变量org.apache.hadoop.hbase.HConstants
QOS attributes: these attributes are used to demarcate RPC call processing by different set of handlers.
PrivateCellUtil - org.apache.hadoop.hbase中的类
Utility methods helpful slinging Cell instances.
processOldArgs(List<String>) - 类 中的方法org.apache.hadoop.hbase.util.AbstractHBaseTool
For backward compatibility.
processOptions(CommandLine) - 类 中的方法org.apache.hadoop.hbase.util.AbstractHBaseTool
This method is called to process the options after they have been parsed.
processParameter(String, String) - 类 中的方法org.apache.hadoop.hbase.io.crypto.KeyStoreKeyProvider
 
processParameters(URI) - 类 中的方法org.apache.hadoop.hbase.io.crypto.KeyStoreKeyProvider
 
purge() - 类 中的方法org.apache.hadoop.hbase.util.ObjectPool
Removes stale references of shared objects from the pool.
put(byte[], int) - 枚举 中的方法org.apache.hadoop.hbase.io.hfile.BlockType
Put the magic record out to the specified byte array position.
put(byte) - 类 中的方法org.apache.hadoop.hbase.nio.ByteBuff
Writes a byte to this ByteBuff at the current position and increments the position
put(int, byte) - 类 中的方法org.apache.hadoop.hbase.nio.ByteBuff
Writes a byte to this ByteBuff at the given index
put(byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.nio.ByteBuff
Copies from the given byte[] to this ByteBuff
put(byte[]) - 类 中的方法org.apache.hadoop.hbase.nio.ByteBuff
Copies from the given byte[] to this ByteBuff
put(int, ByteBuff, int, int) - 类 中的方法org.apache.hadoop.hbase.nio.ByteBuff
Copies the contents from the src ByteBuff to this ByteBuff.
put(byte) - 类 中的方法org.apache.hadoop.hbase.nio.MultiByteBuff
Writes a byte to this MBB at the current position and increments the position
put(int, byte) - 类 中的方法org.apache.hadoop.hbase.nio.MultiByteBuff
Writes a byte to this MBB at the given index
put(int, ByteBuff, int, int) - 类 中的方法org.apache.hadoop.hbase.nio.MultiByteBuff
Copies from a src MBB to this MBB.
put(byte[]) - 类 中的方法org.apache.hadoop.hbase.nio.MultiByteBuff
Copies from the given byte[] to this MBB
put(byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.nio.MultiByteBuff
Copies from the given byte[] to this MBB
put(byte) - 类 中的方法org.apache.hadoop.hbase.nio.SingleByteBuff
 
put(int, byte) - 类 中的方法org.apache.hadoop.hbase.nio.SingleByteBuff
 
put(int, ByteBuff, int, int) - 类 中的方法org.apache.hadoop.hbase.nio.SingleByteBuff
 
put(byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.nio.SingleByteBuff
 
put(byte[]) - 类 中的方法org.apache.hadoop.hbase.nio.SingleByteBuff
 
put(K, V) - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
put(int, byte) - 类 中的方法org.apache.hadoop.hbase.util.AbstractByteRange
 
put(int, byte[]) - 类 中的方法org.apache.hadoop.hbase.util.AbstractByteRange
 
put(int, byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.util.AbstractByteRange
 
put(byte) - 类 中的方法org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
put(byte[]) - 类 中的方法org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
put(byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
put(int, byte) - 类 中的方法org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
put(int, byte[]) - 类 中的方法org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
put(int, byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
put(int, byte) - 接口 中的方法org.apache.hadoop.hbase.util.ByteRange
Store val at index.
put(int, byte[]) - 接口 中的方法org.apache.hadoop.hbase.util.ByteRange
Store val at index.
put(int, byte[], int, int) - 接口 中的方法org.apache.hadoop.hbase.util.ByteRange
Store length bytes from val into this range, starting at index.
put(byte) - 接口 中的方法org.apache.hadoop.hbase.util.PositionedByteRange
Store val at the next position in this range.
put(byte[]) - 接口 中的方法org.apache.hadoop.hbase.util.PositionedByteRange
Store the content of val in this range, starting at the next position.
put(byte[], int, int) - 接口 中的方法org.apache.hadoop.hbase.util.PositionedByteRange
Store length bytes from val into this range.
put(int, byte) - 接口 中的方法org.apache.hadoop.hbase.util.PositionedByteRange
 
put(int, byte[]) - 接口 中的方法org.apache.hadoop.hbase.util.PositionedByteRange
 
put(int, byte[], int, int) - 接口 中的方法org.apache.hadoop.hbase.util.PositionedByteRange
 
put(int, byte) - 类 中的方法org.apache.hadoop.hbase.util.SimpleByteRange
 
put(int, byte[]) - 类 中的方法org.apache.hadoop.hbase.util.SimpleByteRange
 
put(int, byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.util.SimpleByteRange
 
put(int, byte) - 类 中的方法org.apache.hadoop.hbase.util.SimpleMutableByteRange
 
put(int, byte[]) - 类 中的方法org.apache.hadoop.hbase.util.SimpleMutableByteRange
 
put(int, byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.util.SimpleMutableByteRange
 
put(byte) - 类 中的方法org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
put(byte[]) - 类 中的方法org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
put(byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
put(int, byte) - 类 中的方法org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
put(int, byte[]) - 类 中的方法org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
put(int, byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
put(byte) - 类 中的方法org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
put(byte[]) - 类 中的方法org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
put(byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
put(int, byte) - 类 中的方法org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
put(int, byte[]) - 类 中的方法org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
put(int, byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
putAsShort(ByteBuffer, int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
 
putAsShort(byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Put an int value as short out to the specified byte array position.
putbackBuffer(ByteBuffer) - 类 中的方法org.apache.hadoop.hbase.io.ByteBufferPool
Return back a ByteBuffer after its use.
putBigDecimal(byte[], int, BigDecimal) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Put a BigDecimal value out to the specified byte array position.
putByte(ByteBuffer, int, byte) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
 
putByte(byte[], int, byte) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Write a single byte out to the specified byte array position.
putByte(ByteBuffer, int, byte) - 类 中的静态方法org.apache.hadoop.hbase.util.UnsafeAccess
Put a byte value out to the specified BB position in big-endian format.
putByteBuffer(byte[], int, ByteBuffer) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Add the whole content of the ByteBuffer to the bytes arrays.
putBytes(byte[], int, byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Put bytes at the specified byte array position.
putCompressedInt(OutputStream, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Put in buffer integer using 7 bit encoding.
putDouble(byte[], int, double) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
 
putFloat(byte[], int, float) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
 
putIfAbsent(K, V) - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
putInt(int) - 类 中的方法org.apache.hadoop.hbase.nio.ByteBuff
Writes an int to this ByteBuff at its current position.
putInt(int) - 类 中的方法org.apache.hadoop.hbase.nio.MultiByteBuff
Writes an int to this MBB at its current position.
putInt(int) - 类 中的方法org.apache.hadoop.hbase.nio.SingleByteBuff
 
putInt(int, int) - 类 中的方法org.apache.hadoop.hbase.util.AbstractByteRange
 
putInt(int, int) - 类 中的方法org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
putInt(int) - 类 中的方法org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
putInt(OutputStream, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Put in output stream 32 bit integer (Big Endian byte order).
putInt(ByteBuffer, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Put an int value out to the given ByteBuffer's current position in big-endian format.
putInt(ByteBuffer, int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
 
putInt(int, int) - 接口 中的方法org.apache.hadoop.hbase.util.ByteRange
Store the int value at index
putInt(byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Put an int value out to the specified byte array position.
putInt(int) - 接口 中的方法org.apache.hadoop.hbase.util.PositionedByteRange
Store int val at the next position in this range.
putInt(int, int) - 接口 中的方法org.apache.hadoop.hbase.util.PositionedByteRange
 
putInt(int, int) - 类 中的方法org.apache.hadoop.hbase.util.SimpleByteRange
 
putInt(int, int) - 类 中的方法org.apache.hadoop.hbase.util.SimpleMutableByteRange
 
putInt(int) - 类 中的方法org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
putInt(int, int) - 类 中的方法org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
putInt(int) - 类 中的方法org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
putInt(int, int) - 类 中的方法org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
putInt(byte[], int, int) - 类 中的静态方法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) - 类 中的静态方法org.apache.hadoop.hbase.util.UnsafeAccess
Put an int value out to the specified ByteBuffer offset in big-endian format.
putIntUnsafe(byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0.
putLong(long) - 类 中的方法org.apache.hadoop.hbase.nio.ByteBuff
Writes a long to this ByteBuff at its current position.
putLong(long) - 类 中的方法org.apache.hadoop.hbase.nio.MultiByteBuff
Writes a long to this MBB at its current position.
putLong(long) - 类 中的方法org.apache.hadoop.hbase.nio.SingleByteBuff
 
putLong(int, long) - 类 中的方法org.apache.hadoop.hbase.util.AbstractByteRange
 
putLong(int, long) - 类 中的方法org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
putLong(long) - 类 中的方法org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
putLong(OutputStream, long, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
 
putLong(ByteBuffer, long) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Put a long value out to the given ByteBuffer's current position in big-endian format.
putLong(ByteBuffer, int, long) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
 
putLong(int, long) - 接口 中的方法org.apache.hadoop.hbase.util.ByteRange
Store the long value at index
putLong(byte[], int, long) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Put a long value out to the specified byte array position.
putLong(long) - 接口 中的方法org.apache.hadoop.hbase.util.PositionedByteRange
Store long val at the next position in this range.
putLong(int, long) - 接口 中的方法org.apache.hadoop.hbase.util.PositionedByteRange
 
putLong(int, long) - 类 中的方法org.apache.hadoop.hbase.util.SimpleByteRange
 
putLong(int, long) - 类 中的方法org.apache.hadoop.hbase.util.SimpleMutableByteRange
 
putLong(long) - 类 中的方法org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
putLong(int, long) - 类 中的方法org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
putLong(long) - 类 中的方法org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
putLong(int, long) - 类 中的方法org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
putLong(byte[], int, long) - 类 中的静态方法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) - 类 中的静态方法org.apache.hadoop.hbase.util.UnsafeAccess
Put a long value out to the specified BB position in big-endian format.
putLongUnsafe(byte[], int, long) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0.
putMultiple(long, int, byte[]) - 类 中的方法org.apache.hadoop.hbase.util.ByteBufferArray
Transfers bytes from the given source array into this buffer array
putMultiple(long, int, byte[], int) - 类 中的方法org.apache.hadoop.hbase.util.ByteBufferArray
Transfers bytes from the given source array into this buffer array
putShort(int, short) - 类 中的方法org.apache.hadoop.hbase.util.AbstractByteRange
 
putShort(int, short) - 类 中的方法org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
putShort(short) - 类 中的方法org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
putShort(ByteBuffer, short) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Put a short value out to the given ByteBuffer's current position in big-endian format.
putShort(ByteBuffer, int, short) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
 
putShort(int, short) - 接口 中的方法org.apache.hadoop.hbase.util.ByteRange
Store the short value at index
putShort(byte[], int, short) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Put a short value out to the specified byte array position.
putShort(short) - 接口 中的方法org.apache.hadoop.hbase.util.PositionedByteRange
Store short val at the next position in this range.
putShort(int, short) - 接口 中的方法org.apache.hadoop.hbase.util.PositionedByteRange
 
putShort(int, short) - 类 中的方法org.apache.hadoop.hbase.util.SimpleByteRange
 
putShort(int, short) - 类 中的方法org.apache.hadoop.hbase.util.SimpleMutableByteRange
 
putShort(short) - 类 中的方法org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
putShort(int, short) - 类 中的方法org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
putShort(short) - 类 中的方法org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
putShort(int, short) - 类 中的方法org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
putShort(byte[], int, short) - 类 中的静态方法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) - 类 中的静态方法org.apache.hadoop.hbase.util.UnsafeAccess
Put a short value out to the specified BB position in big-endian format.
putShortUnsafe(byte[], int, short) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0.
putVLong(int, long) - 类 中的方法org.apache.hadoop.hbase.util.AbstractByteRange
 
putVLong(int, long) - 类 中的方法org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
putVLong(long) - 类 中的方法org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
putVLong(int, long) - 接口 中的方法org.apache.hadoop.hbase.util.ByteRange
Store the long value at index as a VLong
putVLong(long) - 接口 中的方法org.apache.hadoop.hbase.util.PositionedByteRange
Store the long val at the next position as a VLong
putVLong(int, long) - 类 中的方法org.apache.hadoop.hbase.util.SimpleByteRange
 
putVLong(int, long) - 类 中的方法org.apache.hadoop.hbase.util.SimpleMutableByteRange
 
putVLong(long) - 类 中的方法org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
putVLong(int, long) - 类 中的方法org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
putVLong(long) - 类 中的方法org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
putVLong(int, long) - 类 中的方法org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 

Q

qLength - 类 中的变量org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
qOffset - 类 中的变量org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
QOS_THRESHOLD - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
qualifier - 类 中的变量org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 

R

random(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Fill given array with random bytes.
random(byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Fill given array with random bytes at the specified position.
RawByte - org.apache.hadoop.hbase.types中的类
An DataType for interacting with values encoded using Bytes.putByte(byte[], int, byte).
RawByte() - 类 的构造器org.apache.hadoop.hbase.types.RawByte
 
RawBytes - org.apache.hadoop.hbase.types中的类
An DataType for interacting with variable-length values encoded using Bytes.putBytes(byte[], int, byte[], int, int).
RawBytes() - 类 的构造器org.apache.hadoop.hbase.types.RawBytes
 
RawBytes(Order) - 类 的构造器org.apache.hadoop.hbase.types.RawBytes
 
RawBytesFixedLength - org.apache.hadoop.hbase.types中的类
An DataType that encodes fixed-length values encoded using Bytes.putBytes( byte[], int, byte[], int, int).
RawBytesFixedLength(Order, int) - 类 的构造器org.apache.hadoop.hbase.types.RawBytesFixedLength
Create a RawBytesFixedLength using the specified order and length.
RawBytesFixedLength(int) - 类 的构造器org.apache.hadoop.hbase.types.RawBytesFixedLength
Create a RawBytesFixedLength of the specified length.
RawBytesTerminated - org.apache.hadoop.hbase.types中的类
An DataType that encodes variable-length values encoded using Bytes.putBytes(byte[], int, byte[], int, int).
RawBytesTerminated(Order, byte[]) - 类 的构造器org.apache.hadoop.hbase.types.RawBytesTerminated
Create a RawBytesTerminated using the specified terminator and order.
RawBytesTerminated(Order, String) - 类 的构造器org.apache.hadoop.hbase.types.RawBytesTerminated
Create a RawBytesTerminated using the specified terminator and order.
RawBytesTerminated(byte[]) - 类 的构造器org.apache.hadoop.hbase.types.RawBytesTerminated
Create a RawBytesTerminated using the specified terminator.
RawBytesTerminated(String) - 类 的构造器org.apache.hadoop.hbase.types.RawBytesTerminated
Create a RawBytesTerminated using the specified terminator.
RawCell - org.apache.hadoop.hbase中的接口
An extended version of cell that gives more power to CPs
RawCellBuilder - 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 - org.apache.hadoop.hbase中的类
Factory for creating cells for CPs.
RawDouble - org.apache.hadoop.hbase.types中的类
An DataType for interacting with values encoded using Bytes.putDouble(byte[], int, double).
RawDouble() - 类 的构造器org.apache.hadoop.hbase.types.RawDouble
 
RawFloat - org.apache.hadoop.hbase.types中的类
An DataType for interacting with values encoded using Bytes.putFloat(byte[], int, float).
RawFloat() - 类 的构造器org.apache.hadoop.hbase.types.RawFloat
 
RawInteger - org.apache.hadoop.hbase.types中的类
An DataType for interacting with values encoded using Bytes.putInt(byte[], int, int).
RawInteger() - 类 的构造器org.apache.hadoop.hbase.types.RawInteger
 
RawLong - org.apache.hadoop.hbase.types中的类
An DataType for interacting with values encoded using Bytes.putLong(byte[], int, long).
RawLong() - 类 的构造器org.apache.hadoop.hbase.types.RawLong
 
RawShort - org.apache.hadoop.hbase.types中的类
An DataType for interacting with values encoded using Bytes.putShort(byte[], int, short).
RawShort() - 类 的构造器org.apache.hadoop.hbase.types.RawShort
 
RawString - org.apache.hadoop.hbase.types中的类
An DataType for interacting with values encoded using Bytes.toBytes(String).
RawString() - 类 的构造器org.apache.hadoop.hbase.types.RawString
 
RawString(Order) - 类 的构造器org.apache.hadoop.hbase.types.RawString
 
RawStringFixedLength - org.apache.hadoop.hbase.types中的类
An DataType that encodes fixed-length values encoded using Bytes.toBytes(String).
RawStringFixedLength(Order, int) - 类 的构造器org.apache.hadoop.hbase.types.RawStringFixedLength
Create a RawStringFixedLength using the specified order and length.
RawStringFixedLength(int) - 类 的构造器org.apache.hadoop.hbase.types.RawStringFixedLength
Create a RawStringFixedLength of the specified length.
RawStringTerminated - org.apache.hadoop.hbase.types中的类
An DataType that encodes variable-length values encoded using Bytes.toBytes(String).
RawStringTerminated(Order, byte[]) - 类 的构造器org.apache.hadoop.hbase.types.RawStringTerminated
Create a RawStringTerminated using the specified terminator and order.
RawStringTerminated(Order, String) - 类 的构造器org.apache.hadoop.hbase.types.RawStringTerminated
Create a RawStringTerminated using the specified terminator and order.
RawStringTerminated(byte[]) - 类 的构造器org.apache.hadoop.hbase.types.RawStringTerminated
Create a RawStringTerminated using the specified terminator.
RawStringTerminated(String) - 类 的构造器org.apache.hadoop.hbase.types.RawStringTerminated
Create a RawStringTerminated using the specified terminator.
read() - 类 中的方法org.apache.hadoop.hbase.io.ByteBufferInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.io.ByteBufferInputStream
Reads up to next len bytes of data from buffer into passed array(starting from given offset).
read() - 类 中的方法org.apache.hadoop.hbase.io.ByteBuffInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.io.ByteBuffInputStream
Reads up to next len bytes of data from buffer into passed array(starting from given offset).
read() - 类 中的方法org.apache.hadoop.hbase.io.hadoopbackport.ThrottledInputStream
read(byte[]) - 类 中的方法org.apache.hadoop.hbase.io.hadoopbackport.ThrottledInputStream
read(byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.io.hadoopbackport.ThrottledInputStream
read(long, byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.io.hadoopbackport.ThrottledInputStream
Read bytes starting from the specified position.
read(DataInputStream) - 枚举 中的静态方法org.apache.hadoop.hbase.io.hfile.BlockType
 
read(ByteBuff) - 枚举 中的静态方法org.apache.hadoop.hbase.io.hfile.BlockType
 
read(ReadableByteChannel) - 类 中的方法org.apache.hadoop.hbase.nio.ByteBuff
Reads bytes from the given channel into this ByteBuff
read(ReadableByteChannel) - 类 中的方法org.apache.hadoop.hbase.nio.MultiByteBuff
 
read(ReadableByteChannel) - 类 中的方法org.apache.hadoop.hbase.nio.SingleByteBuff
 
readAndCheck(DataInputStream) - 枚举 中的方法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) - 枚举 中的方法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) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Converts a ByteBuffer to an int value
readAsInt(byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Converts a byte array to an int value
readAsVLong(byte[], int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Reads a zero-compressed encoded long from input buffer and returns it.
readByteArray(DataInput) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Read byte-array written with a WritableableUtils.vint prefix.
readByteArrayThrowsRuntime(DataInput) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Read byte-array written with a WritableableUtils.vint prefix.
readCompressedInt(ByteBuff) - 类 中的静态方法org.apache.hadoop.hbase.nio.ByteBuff
Read integer from ByteBuff coded in 7 bits and increment position.
readCompressedInt(InputStream) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Read integer from stream coded in 7 bits and increment position.
readCompressedInt(ByteBuffer) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Read integer from buffer coded in 7 bits and increment position.
readFields(DataInput) - 类 中的方法org.apache.hadoop.hbase.io.ImmutableBytesWritable
 
readLong(InputStream) - 类 中的静态方法org.apache.hadoop.hbase.io.util.StreamUtils
 
readLong(ByteBuff, int) - 类 中的静态方法org.apache.hadoop.hbase.nio.ByteBuff
Read long which was written to fitInBytes bytes and increment position.
readLong(InputStream, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Read long which was written to fitInBytes bytes and increment position.
readLong(ByteBuffer, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Read long which was written to fitInBytes bytes and increment position.
readNext(TNode) - 类 中的静态方法org.apache.hadoop.hbase.util.AvlUtil.AvlIterableList
 
ReadOnlyByteRangeException - org.apache.hadoop.hbase.util中的异常错误
Exception thrown when a read only byte range is modified
ReadOnlyByteRangeException() - 异常错误 的构造器org.apache.hadoop.hbase.util.ReadOnlyByteRangeException
 
readPrev(TNode) - 类 中的静态方法org.apache.hadoop.hbase.util.AvlUtil.AvlIterableList
 
readRawVarint32(InputStream) - 类 中的静态方法org.apache.hadoop.hbase.io.util.StreamUtils
 
readRawVarint32(ByteBuff) - 类 中的静态方法org.apache.hadoop.hbase.io.util.StreamUtils
 
readRawVarint32(byte[], int) - 类 中的静态方法org.apache.hadoop.hbase.io.util.StreamUtils
Reads a varInt value stored in an array.
readRawVarint32(ByteBuffer, int) - 类 中的静态方法org.apache.hadoop.hbase.io.util.StreamUtils
 
readStringFixedSize(DataInput, int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Reads a fixed-size field and interprets it as a string padded with zeros.
readTimestamp(ByteBuffer) - 类 中的方法org.apache.hadoop.hbase.io.encoding.DiffKeyDeltaEncoder.DiffCompressionState
 
readVIntValuePart(Tag, int) - 类 中的静态方法org.apache.hadoop.hbase.TagUtil
Reads an int value stored as a VInt at tag's given offset.
readVLong(ByteBuff) - 类 中的静态方法org.apache.hadoop.hbase.nio.ByteBuff
Similar to WritableUtils.readVLong(java.io.DataInput) but reads from a ByteBuff.
readVLong(ByteBuffer) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Similar to WritableUtils.readVLong(DataInput) but reads from a ByteBuffer.
readVLong(byte[], int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
已过时。
RECOVERED_EDITS_DIR - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
REENTRANT_LOCK - 类 中的静态变量org.apache.hadoop.hbase.util.ClassSize
Overhead for ReentrantReadWriteLock
REFERENCE - 类 中的静态变量org.apache.hadoop.hbase.util.ClassSize
Reference size is 8 bytes on 64-bit, 4 bytes on 32-bit
referenceCache - 类 中的变量org.apache.hadoop.hbase.util.ObjectPool
Does not permit null keys.
ReflectionUtils - org.apache.hadoop.hbase.util中的类
 
ReflectionUtils() - 类 的构造器org.apache.hadoop.hbase.util.ReflectionUtils
 
REGION_IMPL - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
REGION_SERVER_HANDLER_ABORT_ON_ERROR_PERCENT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
REGION_SERVER_HANDLER_COUNT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
REGION_SERVER_HIGH_PRIORITY_HANDLER_COUNT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
REGION_SERVER_IMPL - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Parameter name for what region server implementation to use.
REGION_SERVER_REPLICATION_HANDLER_COUNT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
REGION_SPLIT_THREADS_MAX - 类 中的静态变量org.apache.hadoop.hbase.HConstants
The max number of threads used for splitting storefiles in parallel during the region split process.
REGIONINFO_QUALIFIER - 类 中的静态变量org.apache.hadoop.hbase.HConstants
The regioninfo column qualifier
REGIONINFO_QUALIFIER_STR - 类 中的静态变量org.apache.hadoop.hbase.HConstants
The RegionInfo qualifier as a string
REGIONSERVER_INFO_PORT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
A configuration key for regionserver info port
REGIONSERVER_INFO_PORT_AUTO - 类 中的静态变量org.apache.hadoop.hbase.HConstants
A flag that enables automatic selection of regionserver info port
REGIONSERVER_METRICS_PERIOD - 类 中的静态变量org.apache.hadoop.hbase.HConstants
The period (in milliseconds) between computing region server point in time metrics
REGIONSERVER_PORT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Parameter name for port region server listens on.
releaseLockEntry(IdLock.Entry) - 类 中的方法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() - 类 中的方法org.apache.hadoop.hbase.io.ByteBufferListOutputStream
Release the resources it uses (The ByteBuffers) which are obtained from pool.
remaining() - 类 中的方法org.apache.hadoop.hbase.nio.ByteBuff
Returns the number of elements between the current position and the limit.
remaining() - 类 中的方法org.apache.hadoop.hbase.nio.MultiByteBuff
Returns the number of elements between the current position and the limit.
remaining() - 类 中的方法org.apache.hadoop.hbase.nio.SingleByteBuff
 
remove(Object) - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
remove(Object, Object) - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
remove() - 类 中的方法org.apache.hadoop.hbase.types.StructIterator
 
remove(TNode, TNode) - 类 中的静态方法org.apache.hadoop.hbase.util.AvlUtil.AvlIterableList
 
remove(TNode, Object, AvlUtil.AvlKeyComparator<TNode>) - 类 中的静态方法org.apache.hadoop.hbase.util.AvlUtil.AvlTree
Removes the node matching the specified key from the tree
remove(TNode, Object, AvlUtil.AvlKeyComparator<TNode>, AtomicBoolean) - 类 中的静态方法org.apache.hadoop.hbase.util.AvlUtil.AvlTree
Removes the node matching the specified key from the tree
remove() - 类 中的方法org.apache.hadoop.hbase.util.AvlUtil.AvlTreeIterator
 
remove() - 类 中的方法org.apache.hadoop.hbase.util.ConcatenatedLists.Iterator
 
removeConfiguration(String) - 类 中的方法org.apache.hadoop.hbase.NamespaceDescriptor.Builder
 
removeConfiguration(String) - 类 中的方法org.apache.hadoop.hbase.NamespaceDescriptor
Remove a config setting represented by the key from the NamespaceDescriptor.configuration map
removeReceiver(SpanReceiver) - 类 中的静态方法org.apache.hadoop.hbase.trace.TraceUtil
Wrapper method to remove receiver from actual tracerpool
removeServer(Address) - 类 中的方法org.apache.hadoop.hbase.rsgroup.RSGroupInfo
Remove given server from the group.
removeTable(TableName) - 类 中的方法org.apache.hadoop.hbase.rsgroup.RSGroupInfo
 
removeWALRootPath(Path, Configuration) - 类 中的静态方法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) - 类 中的静态方法org.apache.hadoop.hbase.util.CommonFSUtils
 
replace(K, V, V) - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
replace(K, V) - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
replace(Object, TNode) - 接口 中的方法org.apache.hadoop.hbase.util.AvlUtil.AvlInsertOrReplace
 
REPLAY_QOS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
REPLICATION - 类 中的静态变量org.apache.hadoop.hbase.HBaseInterfaceAudience
 
REPLICATION_BARRIER_FAMILY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
The replication barrier family
REPLICATION_BARRIER_FAMILY_STR - 类 中的静态变量org.apache.hadoop.hbase.HConstants
The replication barrier family as a string
REPLICATION_BULKLOAD_ENABLE_DEFAULT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
REPLICATION_BULKLOAD_ENABLE_KEY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
REPLICATION_CLUSTER_ID - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Replication cluster id of source cluster which uniquely identifies itself with peer cluster
REPLICATION_CODEC_CONF_KEY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Configuration key for setting replication codec class name
REPLICATION_CONF_DIR - 类 中的静态变量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 - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Drop edits for tables that been deleted from the replication source and target
REPLICATION_QOS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
REPLICATION_SCOPE_GLOBAL - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Scope tag for globally scoped data.
REPLICATION_SCOPE_LOCAL - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Scope tag for locally scoped data.
REPLICATION_SERVICE_CLASSNAME_DEFAULT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
REPLICATION_SINK_SERVICE_CLASSNAME - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
REPLICATION_SOURCE_MAXTHREADS_DEFAULT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Maximum number of threads used by the replication source for shipping edits to the sinks
REPLICATION_SOURCE_MAXTHREADS_KEY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Maximum number of threads used by the replication source for shipping edits to the sinks
REPLICATION_SOURCE_SERVICE_CLASSNAME - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
REPLICATION_SOURCE_TOTAL_BUFFER_DFAULT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
REPLICATION_SOURCE_TOTAL_BUFFER_KEY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Max total size of buffered entries in all replication peers.
RESERVED_NAMESPACES - 类 中的静态变量org.apache.hadoop.hbase.NamespaceDescriptor
 
RESERVED_NAMESPACES_BYTES - 类 中的静态变量org.apache.hadoop.hbase.NamespaceDescriptor
 
reset() - 类 中的方法org.apache.hadoop.hbase.io.ByteArrayOutputStream
Resets the pos field of this byte array output stream to zero.
reset() - 类 中的方法org.apache.hadoop.hbase.io.crypto.aes.AESDecryptor
 
reset() - 类 中的方法org.apache.hadoop.hbase.io.crypto.aes.AESEncryptor
 
reset() - 类 中的方法org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAESDecryptor
 
reset() - 类 中的方法org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAESEncryptor
 
reset() - 接口 中的方法org.apache.hadoop.hbase.io.crypto.Decryptor
Reset state, reinitialize with the key and iv
reset() - 接口 中的方法org.apache.hadoop.hbase.io.crypto.Encryptor
Reset state, reinitialize with the key and iv
reset() - 类 中的方法org.apache.hadoop.hbase.nio.ByteBuff
Similar to ByteBuffer.reset(), ensures that this ByteBuff is reset back to last marked position.
reset() - 类 中的方法org.apache.hadoop.hbase.nio.MultiByteBuff
Similar to ByteBuffer.reset(), ensures that this MBB is reset back to last marked position.
reset() - 类 中的方法org.apache.hadoop.hbase.nio.SingleByteBuff
 
reset() - 类 中的方法org.apache.hadoop.hbase.types.StructBuilder
Reset the sequence of accumulated fields.
reset() - 类 中的静态方法org.apache.hadoop.hbase.util.EnvironmentEdgeManager
Resets the managed instance to the default instance: DefaultEnvironmentEdge.
resetBuf(int) - 类 中的方法org.apache.hadoop.hbase.codec.BaseDecoder.PBIS
 
resetState() - 类 中的方法org.apache.hadoop.hbase.io.compress.ReusableStreamGzipCodec.ReusableGzipOutputStream
 
rethrowIfInterrupt(Throwable) - 类 中的静态方法org.apache.hadoop.hbase.util.ExceptionUtil
 
RETRY_BACKOFF - 类 中的静态变量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() - 类 的构造器org.apache.hadoop.hbase.util.RetryCounter.RetryConfig
 
RetryConfig(int, long, long, TimeUnit, RetryCounter.BackoffPolicy) - 类 的构造器org.apache.hadoop.hbase.util.RetryCounter.RetryConfig
 
RetryCounter - org.apache.hadoop.hbase.util中的类
Operation retry accounting.
RetryCounter(int, long, TimeUnit) - 类 的构造器org.apache.hadoop.hbase.util.RetryCounter
 
RetryCounter(RetryCounter.RetryConfig) - 类 的构造器org.apache.hadoop.hbase.util.RetryCounter
 
RetryCounter.BackoffPolicy - org.apache.hadoop.hbase.util中的类
Policy for calculating sleeping intervals between retry attempts
RetryCounter.ExponentialBackoffPolicy - org.apache.hadoop.hbase.util中的类
 
RetryCounter.ExponentialBackoffPolicyWithLimit - org.apache.hadoop.hbase.util中的类
 
RetryCounter.RetryConfig - org.apache.hadoop.hbase.util中的类
Configuration for a retry counter
RetryCounterFactory - org.apache.hadoop.hbase.util中的类
 
RetryCounterFactory(int) - 类 的构造器org.apache.hadoop.hbase.util.RetryCounterFactory
 
RetryCounterFactory(int, int) - 类 的构造器org.apache.hadoop.hbase.util.RetryCounterFactory
 
RetryCounterFactory(int, int, int) - 类 的构造器org.apache.hadoop.hbase.util.RetryCounterFactory
 
RetryCounterFactory(RetryCounter.RetryConfig) - 类 的构造器org.apache.hadoop.hbase.util.RetryCounterFactory
 
returnCompressor(Compressor) - 枚举 中的方法org.apache.hadoop.hbase.io.compress.Compression.Algorithm
 
returnDecompressor(Decompressor) - 枚举 中的方法org.apache.hadoop.hbase.io.compress.Compression.Algorithm
 
ReusableGzipOutputStream(OutputStream) - 类 的构造器org.apache.hadoop.hbase.io.compress.ReusableStreamGzipCodec.ReusableGzipOutputStream
 
ReusableStreamGzipCodec - org.apache.hadoop.hbase.io.compress中的类
Fixes an inefficiency in Hadoop's Gzip codec, allowing to reuse compression streams.
ReusableStreamGzipCodec() - 类 的构造器org.apache.hadoop.hbase.io.compress.ReusableStreamGzipCodec
 
ReusableStreamGzipCodec.ReusableGzipOutputStream - org.apache.hadoop.hbase.io.compress中的类
A bridge that wraps around a DeflaterOutputStream to make it a CompressionOutputStream.
revision - 类 中的静态变量org.apache.hadoop.hbase.Version
 
rewind() - 接口 中的方法org.apache.hadoop.hbase.io.encoding.DataBlockEncoder.EncodedSeeker
Set position to beginning of given block
rewind() - 类 中的方法org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1
 
rewind() - 类 中的方法org.apache.hadoop.hbase.nio.ByteBuff
Rewinds this ByteBuff and the position is set to 0
rewind() - 类 中的方法org.apache.hadoop.hbase.nio.MultiByteBuff
Rewinds this MBB and the position is set to 0
rewind() - 类 中的方法org.apache.hadoop.hbase.nio.SingleByteBuff
 
rewindThenToList(ByteBuffer, boolean, boolean) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueTestUtil
 
rLength - 类 中的变量org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
RNG_ALGORITHM_KEY - 类 中的静态变量org.apache.hadoop.hbase.io.crypto.Cipher
 
RNG_PROVIDER_KEY - 类 中的静态变量org.apache.hadoop.hbase.io.crypto.Cipher
 
rOffset - 类 中的变量org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
row - 类 中的变量org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
ROW_KEY_OFFSET - 类 中的静态变量org.apache.hadoop.hbase.KeyValue
 
ROW_LENGTH_SIZE - 类 中的静态变量org.apache.hadoop.hbase.KeyValue
Size of the row length field in bytes
ROW_OFFSET - 类 中的静态变量org.apache.hadoop.hbase.KeyValue
 
RowBloomHashKey - org.apache.hadoop.hbase.util中的类
 
RowBloomHashKey(Cell) - 类 的构造器org.apache.hadoop.hbase.util.RowBloomHashKey
 
RowColBloomHashKey - org.apache.hadoop.hbase.util中的类
An hash key for ROWCOL bloom.
RowColBloomHashKey(Cell) - 类 的构造器org.apache.hadoop.hbase.util.RowColBloomHashKey
 
RowEndKeyComparator() - 类 的构造器org.apache.hadoop.hbase.util.Bytes.RowEndKeyComparator
 
RowIndexCodecV1 - 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() - 类 的构造器org.apache.hadoop.hbase.io.encoding.RowIndexCodecV1
 
RowIndexEncoderV1 - org.apache.hadoop.hbase.io.encoding中的类
 
RowIndexEncoderV1(DataOutputStream, HFileBlockDefaultEncodingContext) - 类 的构造器org.apache.hadoop.hbase.io.encoding.RowIndexEncoderV1
 
RowIndexSeekerV1 - org.apache.hadoop.hbase.io.encoding中的类
 
RowIndexSeekerV1(CellComparator, HFileBlockDecodingContext) - 类 的构造器org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1
 
RPC_CODEC_CONF_KEY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Configuration key for setting RPC codec class name
RPC_CURRENT_VERSION - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
RPC_HEADER - 类 中的静态变量org.apache.hadoop.hbase.HConstants
The first four bytes of Hadoop RPC connections
RSGroupInfo - org.apache.hadoop.hbase.rsgroup中的类
Stores the group information of region server groups.
RSGroupInfo(String) - 类 的构造器org.apache.hadoop.hbase.rsgroup.RSGroupInfo
 
RSGroupInfo(RSGroupInfo) - 类 的构造器org.apache.hadoop.hbase.rsgroup.RSGroupInfo
 
run() - 类 中的方法org.apache.hadoop.hbase.JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture
 
run() - 类 中的方法org.apache.hadoop.hbase.ScheduledChore
 
run(String[]) - 类 中的方法org.apache.hadoop.hbase.util.AbstractHBaseTool
 
run() - 类 中的方法org.apache.hadoop.hbase.util.HasThread
 
runAs(PrivilegedAction<T>) - 类 中的方法org.apache.hadoop.hbase.security.User
Executes the given action within the context of this user.
runAs(PrivilegedExceptionAction<T>) - 类 中的方法org.apache.hadoop.hbase.security.User
Executes the given action within the context of this user.
runAs(PrivilegedAction<T>) - 类 中的方法org.apache.hadoop.hbase.security.User.SecureHadoopUser
 
runAs(PrivilegedExceptionAction<T>) - 类 中的方法org.apache.hadoop.hbase.security.User.SecureHadoopUser
 
runAsLoginUser(PrivilegedExceptionAction<T>) - 类 中的静态方法org.apache.hadoop.hbase.security.User
Executes the given action as the login user

S

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

T

t - 类 中的变量org.apache.hadoop.hbase.util.HashKey
 
TABLE_FAMILY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
The catalog family
TABLE_FAMILY_STR - 类 中的静态变量org.apache.hadoop.hbase.HConstants
The catalog family as a string
TABLE_MAX_ROWSIZE_DEFAULT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Default max row size (1 Gb).
TABLE_MAX_ROWSIZE_KEY - 类 中的静态变量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 - 类 中的静态变量org.apache.hadoop.hbase.HConstants
The serialized table state qualifier
TableName - org.apache.hadoop.hbase中的类
Immutable POJO class for representing a table name.
Tag - org.apache.hadoop.hbase中的接口
Tags are part of cells and helps to add metadata about them.
TAG_LENGTH_SIZE - 接口 中的静态变量org.apache.hadoop.hbase.Tag
 
TagCompressionContext - org.apache.hadoop.hbase.io中的类
Context that holds the dictionary for Tag compression and doing the compress/uncompress.
TagCompressionContext(Class<? extends Dictionary>, int) - 类 的构造器org.apache.hadoop.hbase.io.TagCompressionContext
 
tags - 类 中的变量org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
TAGS_LENGTH_SIZE - 类 中的静态变量org.apache.hadoop.hbase.KeyValue
Size of the tags length field in bytes
tagsIterator(byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of 2.0.0 and will be removed in 3.0.0 Instead use PrivateCellUtil.tagsIterator(Cell)
tagsIterator(Cell) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
Util method to iterate through the tags in the given cell.
tagsIterator(ByteBuffer, int, int) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
 
tagsLength - 类 中的变量org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
tagsOffset - 类 中的变量org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
TagType - org.apache.hadoop.hbase中的类
 
TagType() - 类 的构造器org.apache.hadoop.hbase.TagType
 
TagUtil - org.apache.hadoop.hbase中的类
 
tail(byte[], int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
 
tailMap(K, boolean) - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
tailMap(K) - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
take() - 类 中的方法org.apache.hadoop.hbase.util.BoundedCompletionService
 
TEMPORARY_FS_DIRECTORY_KEY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Config key for hbase temporary directory in hdfs
term - 类 中的变量org.apache.hadoop.hbase.types.TerminatedWrapper
 
TerminatedWrapper<T> - org.apache.hadoop.hbase.types中的类
Wraps an existing DataType implementation as a terminated version of itself.
TerminatedWrapper(DataType<T>, byte[]) - 类 的构造器org.apache.hadoop.hbase.types.TerminatedWrapper
Create a terminated version of the wrapped.
TerminatedWrapper(DataType<T>, String) - 类 的构造器org.apache.hadoop.hbase.types.TerminatedWrapper
Create a terminated version of the wrapped.
terminatorPosition(PositionedByteRange) - 类 中的方法org.apache.hadoop.hbase.types.TerminatedWrapper
Return the position at which term begins within src, or -1 if term is not found.
theUnsafe - 类 中的静态变量org.apache.hadoop.hbase.util.UnsafeAccess
 
THREAD_WAKE_FREQUENCY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Parameter name for how often threads should wake up
threadDumpingIsAlive(Thread) - 类 中的静态方法org.apache.hadoop.hbase.util.Threads
 
Threads - org.apache.hadoop.hbase.util中的类
Thread Utility
Threads() - 类 的构造器org.apache.hadoop.hbase.util.Threads
 
ThrottledInputStream - org.apache.hadoop.hbase.io.hadoopbackport中的类
The ThrottleInputStream provides bandwidth throttling on a specified InputStream.
ThrottledInputStream(InputStream) - 类 的构造器org.apache.hadoop.hbase.io.hadoopbackport.ThrottledInputStream
 
ThrottledInputStream(InputStream, long) - 类 的构造器org.apache.hadoop.hbase.io.hadoopbackport.ThrottledInputStream
 
TimeoutIOException - org.apache.hadoop.hbase.exceptions中的异常错误
Exception thrown when a blocking operation times out.
TimeoutIOException() - 异常错误 的构造器org.apache.hadoop.hbase.exceptions.TimeoutIOException
 
TimeoutIOException(String) - 异常错误 的构造器org.apache.hadoop.hbase.exceptions.TimeoutIOException
 
TimeoutIOException(String, Throwable) - 异常错误 的构造器org.apache.hadoop.hbase.exceptions.TimeoutIOException
 
TimeoutIOException(Throwable) - 异常错误 的构造器org.apache.hadoop.hbase.exceptions.TimeoutIOException
 
TimeRange - org.apache.hadoop.hbase.io中的类
Represents an interval of version timestamps.
TimeRange() - 类 的构造器org.apache.hadoop.hbase.io.TimeRange
已过时。
This is made @InterfaceAudience.Private in the 2.0 line and above and may be changed to private or removed in 3.0.
TimeRange(long) - 类 的构造器org.apache.hadoop.hbase.io.TimeRange
已过时。
This is made @InterfaceAudience.Private in the 2.0 line and above and may be changed to private or removed in 3.0.
TimeRange(byte[]) - 类 的构造器org.apache.hadoop.hbase.io.TimeRange
已过时。
This is made @InterfaceAudience.Private in the 2.0 line and above and may be changed to private or removed in 3.0.
TimeRange(byte[], byte[]) - 类 的构造器org.apache.hadoop.hbase.io.TimeRange
已过时。
This is made @InterfaceAudience.Private in the 2.0 line and above and may be changed to private or removed in 3.0.
TimeRange(long, long) - 类 的构造器org.apache.hadoop.hbase.io.TimeRange
已过时。
This is made @InterfaceAudience.Private in the 2.0 line and above and may be changed to private or removed in 3.0.
TIMERANGE - 类 中的静态变量org.apache.hadoop.hbase.util.ClassSize
Overhead for timerange
timestamp - 类 中的变量org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
TIMESTAMP_SIZE - 类 中的静态变量org.apache.hadoop.hbase.KeyValue
Size of the timestamp field in bytes
TIMESTAMP_TYPE_SIZE - 类 中的静态变量org.apache.hadoop.hbase.KeyValue
 
tmpPair - 类 中的变量org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1
 
toArray(List<byte[]>) - 类 中的静态方法org.apache.hadoop.hbase.io.ImmutableBytesWritable
 
toArray(List<byte[]>) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
 
toBigDecimal(ByteBuffer, int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Reads a BigDecimal value at the given buffer's offset.
toBigDecimal(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Converts a byte array to a BigDecimal
toBigDecimal(byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Converts a byte array to a BigDecimal value
toBinaryByteArrays(String[]) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
 
toBinaryFromHex(byte) - 类 中的静态方法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[]) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
toByte(ByteBuffer, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
 
toByte(ByteBuffer, int) - 类 中的静态方法org.apache.hadoop.hbase.util.UnsafeAccess
Returns the byte at the given offset
toByte(Object, long) - 类 中的静态方法org.apache.hadoop.hbase.util.UnsafeAccess
Returns the byte at the given offset of the object
toByteArray() - 类 中的方法org.apache.hadoop.hbase.filter.ByteArrayComparable
 
toByteArray() - 类 中的方法org.apache.hadoop.hbase.io.ByteArrayOutputStream
Copies the content of this Stream into a new byte array.
toByteArray(int, int) - 类 中的方法org.apache.hadoop.hbase.io.ByteBufferListOutputStream
 
toByteArray(int, int) - 类 中的方法org.apache.hadoop.hbase.io.ByteBufferOutputStream
 
toByteArrays(String[]) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
 
toByteArrays(String) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
 
toByteArrays(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
 
toByteBufferAndRewind(Iterable<? extends KeyValue>, boolean) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueTestUtil
 
toBytes() - 类 中的方法org.apache.hadoop.hbase.nio.ByteBuff
Copy the content from this ByteBuff to a byte[].
toBytes(int, int) - 类 中的方法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) - 类 中的方法org.apache.hadoop.hbase.nio.MultiByteBuff
Copy the content from this MBB to a byte[] based on the given offset and length
toBytes(int, int) - 类 中的方法org.apache.hadoop.hbase.nio.SingleByteBuff
 
toBytes() - 类 中的方法org.apache.hadoop.hbase.TableName
 
toBytes(ByteBuffer, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Copy the bytes from position to limit into a new byte[] of the exact length and sets the position and limit back to their original values (though not thread safe).
toBytes(ByteBuffer, int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Copy the given number of bytes from specified offset into a new byte[]
toBytes(ByteBuffer) - 类 中的静态方法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) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Converts a string to a UTF-8 byte array.
toBytes(boolean) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Convert a boolean to a byte array.
toBytes(long) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Convert a long value to a byte array using big-endian.
toBytes(float) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
 
toBytes(double) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Serialize a double as the IEEE 754 double format output.
toBytes(int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Convert an int value to a byte array.
toBytes(short) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Convert a short value to a byte array of Bytes.SIZEOF_SHORT bytes long.
toBytes(BigDecimal) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Convert a BigDecimal value to a byte array
toBytesBinary(String) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
 
toByteString() - 类 中的方法org.apache.hadoop.hbase.util.Bytes
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0.
toDouble(ByteBuffer, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Reads a double value at the given buffer's offset.
toDouble(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
 
toDouble(byte[], int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
 
toFloat(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Presumes float encoded as IEEE 754 floating-point "single format"
toFloat(byte[], int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Presumes float encoded as IEEE 754 floating-point "single format"
toGroupEntry(String) - 类 中的静态方法org.apache.hadoop.hbase.AuthUtil
Returns the group entry with the group prefix for a group principal.
toHex(byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Convert a byte range into a hex string
toHex(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Convert a byte array into a hex string
toInt(ByteBuffer) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Reads an int value at the given buffer's current position.
toInt(ByteBuffer, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Reads an int value at the given buffer's offset.
toInt(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Converts a byte array to an int value
toInt(byte[], int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Converts a byte array to an int value
toInt(byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Converts a byte array to an int value
toInt(byte[], int) - 类 中的静态方法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) - 类 中的静态方法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) - 类 中的静态方法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) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0.
toLong(ByteBuffer, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Reads a long value at the given buffer's offset.
toLong(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Converts a byte array to a long value.
toLong(byte[], int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Converts a byte array to a long value.
toLong(byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Converts a byte array to a long value.
toLong(byte[], int) - 类 中的静态方法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) - 类 中的静态方法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) - 类 中的静态方法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) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0.
toNewKeyCell(Cell) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
Copies the key to a new KeyValue
TOOLS - 类 中的静态变量org.apache.hadoop.hbase.HBaseInterfaceAudience
Denotes classes used as tools (Used from cmd line).
toShort(byte, byte) - 类 中的静态方法org.apache.hadoop.hbase.io.util.StreamUtils
 
toShort(ByteBuffer, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Reads a short value at the given buffer's offset.
toShort(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Converts a byte array to a short value
toShort(byte[], int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Converts a byte array to a short value
toShort(byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Converts a byte array to a short value
toShort(byte[], int) - 类 中的静态方法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) - 类 中的静态方法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) - 类 中的静态方法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() - 类 中的方法org.apache.hadoop.hbase.ServerName
 
toShortUnsafe(byte[], int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0.
toString() - 类 中的方法org.apache.hadoop.hbase.ArrayBackedTag
 
toString() - 类 中的方法org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
 
toString() - 类 中的方法org.apache.hadoop.hbase.ByteBufferKeyValue
 
toString() - 类 中的方法org.apache.hadoop.hbase.ByteBufferTag
 
toString(Cell, boolean) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
Returns a string representation of the cell
toString() - 类 中的方法org.apache.hadoop.hbase.CompoundConfiguration
 
toString() - 类 中的方法org.apache.hadoop.hbase.IndividualBytesFieldCell
 
toString() - 类 中的方法org.apache.hadoop.hbase.io.crypto.Context
 
toString() - 类 中的方法org.apache.hadoop.hbase.io.encoding.CopyKeyDataBlockEncoder
 
toString() - 类 中的方法org.apache.hadoop.hbase.io.encoding.DiffKeyDeltaEncoder
 
toString() - 类 中的方法org.apache.hadoop.hbase.io.encoding.EncodedDataBlock
 
toString() - 类 中的方法org.apache.hadoop.hbase.io.encoding.FastDiffDeltaEncoder
 
toString() - 类 中的方法org.apache.hadoop.hbase.io.encoding.PrefixKeyDeltaEncoder
 
toString() - 类 中的方法org.apache.hadoop.hbase.io.hadoopbackport.ThrottledInputStream
toString() - 类 中的方法org.apache.hadoop.hbase.io.hfile.HFileContext
 
toString() - 类 中的方法org.apache.hadoop.hbase.io.ImmutableBytesWritable
 
toString() - 类 中的方法org.apache.hadoop.hbase.io.TimeRange
 
toString() - 类 中的方法org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
toString() - 类 中的方法org.apache.hadoop.hbase.KeyValue
 
toString() - 类 中的方法org.apache.hadoop.hbase.NamespaceDescriptor
 
toString() - 类 中的方法org.apache.hadoop.hbase.net.Address
 
toString() - 类 中的方法org.apache.hadoop.hbase.nio.ByteBuff
 
toString() - 类 中的方法org.apache.hadoop.hbase.rsgroup.RSGroupInfo
 
toString() - 类 中的方法org.apache.hadoop.hbase.ScheduledChore
A summation of this chore in human readable format.
toString() - 类 中的方法org.apache.hadoop.hbase.security.User
 
toString() - 类 中的方法org.apache.hadoop.hbase.ServerName
 
toString() - 类 中的方法org.apache.hadoop.hbase.TableName
 
toString() - 类 中的方法org.apache.hadoop.hbase.util.AbstractByteRange
 
toString() - 类 中的方法org.apache.hadoop.hbase.util.Bytes
 
toString(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
 
toString(byte[], String, byte[]) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Joins two byte arrays together using a separator.
toString(byte[], int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
This method will convert utf8 encoded bytes into a string.
toString(byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
This method will convert utf8 encoded bytes into a string.
toString() - 类 中的方法org.apache.hadoop.hbase.util.Counter
已过时。
 
toString() - 类 中的方法org.apache.hadoop.hbase.util.IdLock.Entry
 
toString() - 类 中的方法org.apache.hadoop.hbase.util.NonceKey
 
toString() - 类 中的方法org.apache.hadoop.hbase.util.ObjectIntPair
 
toString() - 类 中的方法org.apache.hadoop.hbase.util.Pair
 
toString() - 类 中的方法org.apache.hadoop.hbase.util.PairOfSameType
 
toString() - 类 中的方法org.apache.hadoop.hbase.util.Triple
 
toStringBinary(ByteBuff, int, int) - 类 中的静态方法org.apache.hadoop.hbase.nio.ByteBuff
 
toStringBinary(ByteBuffer, int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
 
toStringBinary(ByteBuffer) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
 
toStringBinary(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Write a printable representation of a byte array.
toStringBinary(ByteBuffer) - 类 中的静态方法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) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Write a printable representation of a byte array.
toStringMap() - 类 中的方法org.apache.hadoop.hbase.KeyValue
Produces a string map for this key/value pair.
toStringUtf8() - 类 中的方法org.apache.hadoop.hbase.util.ImmutableByteArray
 
toStringWithoutDomain() - 类 中的方法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) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueTestUtil
toString
toStringWithPadding(KeyValue, int, int, int, int, boolean) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueTestUtil
 
toStruct() - 类 中的方法org.apache.hadoop.hbase.types.StructBuilder
Retrieve the Struct represented by this.
totalLengthWithMvccVersion(Iterable<? extends KeyValue>, boolean) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
 
toType(byte) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
 
toTypeByte(Cell.Type) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
 
TraceUtil - org.apache.hadoop.hbase.trace中的类
This wrapper class provides functions for accessing htrace 4+ functionality in a simplified way.
transformClusterKey(String) - 类 中的静态方法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 - 类 中的静态变量org.apache.hadoop.hbase.util.ClassSize
Overhead for TreeMap
triggerNow(ScheduledChore) - 类 中的方法org.apache.hadoop.hbase.ChoreService
 
triggerNow() - 类 中的方法org.apache.hadoop.hbase.ScheduledChore
 
Triple<A,B,C> - org.apache.hadoop.hbase.util中的类
Utility class to manage a triple.
Triple() - 类 的构造器org.apache.hadoop.hbase.util.Triple
 
Triple(A, B, C) - 类 的构造器org.apache.hadoop.hbase.util.Triple
 
tryLockEntry(long, long) - 类 中的方法org.apache.hadoop.hbase.util.IdLock
Blocks until the lock corresponding to the given id is acquired.
TTL_TAG_TYPE - 类 中的静态变量org.apache.hadoop.hbase.TagType
 
type - 类 中的变量org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
TYPE_KEY - 类 中的静态变量org.apache.hadoop.hbase.util.JSONMetricUtil
 
TYPE_LENGTH_SIZE - 接口 中的静态变量org.apache.hadoop.hbase.Tag
 
TYPE_SIZE - 类 中的静态变量org.apache.hadoop.hbase.KeyValue
Size of the key type field in bytes
typeA - 类 中的变量org.apache.hadoop.hbase.types.Union2
 
typeB - 类 中的变量org.apache.hadoop.hbase.types.Union2
 
typeC - 类 中的变量org.apache.hadoop.hbase.types.Union3
 
typeD - 类 中的变量org.apache.hadoop.hbase.types.Union4
 
types - 类 中的变量org.apache.hadoop.hbase.types.StructIterator
 

U

ugi - 类 中的变量org.apache.hadoop.hbase.security.User
 
unaligned() - 类 中的静态方法org.apache.hadoop.hbase.util.UnsafeAvailChecker
 
uncompressTags(InputStream, byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.io.TagCompressionContext
Uncompress tags from the InputStream and writes to the destination array.
uncompressTags(ByteBuff, byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.io.TagCompressionContext
Uncompress tags from the input ByteBuffer and writes to the destination array.
uncompressTags(InputStream, ByteBuffer, int) - 类 中的方法org.apache.hadoop.hbase.io.TagCompressionContext
Uncompress tags from the InputStream and writes to the destination buffer.
UnexpectedStateException - org.apache.hadoop.hbase.exceptions中的异常错误
 
UnexpectedStateException() - 异常错误 的构造器org.apache.hadoop.hbase.exceptions.UnexpectedStateException
 
UnexpectedStateException(String) - 异常错误 的构造器org.apache.hadoop.hbase.exceptions.UnexpectedStateException
 
UnexpectedStateException(String, Throwable) - 异常错误 的构造器org.apache.hadoop.hbase.exceptions.UnexpectedStateException
 
UnexpectedStateException(Throwable) - 异常错误 的构造器org.apache.hadoop.hbase.exceptions.UnexpectedStateException
 
Union2<A,B> - org.apache.hadoop.hbase.types中的类
The Union family of DataTypes encode one of a fixed set of Objects.
Union2(DataType<A>, DataType<B>) - 类 的构造器org.apache.hadoop.hbase.types.Union2
Create an instance of Union2 over the set of specified types.
Union3<A,B,C> - org.apache.hadoop.hbase.types中的类
The Union family of DataTypes encode one of a fixed collection of Objects.
Union3(DataType<A>, DataType<B>, DataType<C>) - 类 的构造器org.apache.hadoop.hbase.types.Union3
Create an instance of Union3 over the set of specified types.
Union4<A,B,C,D> - org.apache.hadoop.hbase.types中的类
The Union family of DataTypes encode one of a fixed collection of Objects.
Union4(DataType<A>, DataType<B>, DataType<C>, DataType<D>) - 类 的构造器org.apache.hadoop.hbase.types.Union4
Create an instance of Union4 over the set of specified types.
UNITTEST - 类 中的静态变量org.apache.hadoop.hbase.HBaseInterfaceAudience
 
UNKNOWN_SERVERNAME - 类 中的静态变量org.apache.hadoop.hbase.ServerName
What to use if server name is unknown.
UNSAFE_STREAM_CAPABILITY_ENFORCE - 类 中的静态变量org.apache.hadoop.hbase.util.CommonFSUtils
Parameter to disable stream capability enforcement checks
UNSAFE_UNALIGNED - 类 中的静态变量org.apache.hadoop.hbase.util.ByteBufferUtils
 
UnsafeAccess - org.apache.hadoop.hbase.util中的类
 
UnsafeAvailChecker - org.apache.hadoop.hbase.util中的类
 
unset() - 类 中的方法org.apache.hadoop.hbase.util.AbstractByteRange
 
unset() - 类 中的方法org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
unset() - 接口 中的方法org.apache.hadoop.hbase.util.ByteRange
Nullifies this ByteRange.
unset() - 接口 中的方法org.apache.hadoop.hbase.util.PositionedByteRange
 
unset() - 类 中的方法org.apache.hadoop.hbase.util.SimpleByteRange
 
unset() - 类 中的方法org.apache.hadoop.hbase.util.SimpleMutableByteRange
 
unset() - 类 中的方法org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
unset() - 类 中的方法org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
UNSET_HASH_VALUE - 类 中的静态变量org.apache.hadoop.hbase.util.AbstractByteRange
 
unsignedBinarySearch(ByteBuff, int, int, byte) - 类 中的静态方法org.apache.hadoop.hbase.nio.ByteBuff
Search sorted array "a" for byte "key".
unsignedBinarySearch(byte[], int, int, byte) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Search sorted array "a" for byte "key".
unsignedCopyAndIncrement(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Treat the byte[] as an unsigned series of bytes, most significant bits first.
unwrap(byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.io.crypto.aes.CryptoAES
Decrypts input data.
unwrapCompletionException(Throwable) - 类 中的静态方法org.apache.hadoop.hbase.util.FutureUtils
Get the cause of the Throwable if it is a CompletionException.
updateLatestStamp(Cell, long) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of HBase-2.0. Will be removed in HBase-3.0
updateLatestStamp(Cell, byte[], int) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of HBase-2.0. Will be removed in HBase-3.0
updateLatestStamp(byte[]) - 类 中的方法org.apache.hadoop.hbase.KeyValue
 
updateLatestStamp(Cell, long) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
Sets the given timestamp to the cell iff current timestamp is HConstants.LATEST_TIMESTAMP.
updateLatestStamp(Cell, byte[]) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
Sets the given timestamp to the cell iff current timestamp is HConstants.LATEST_TIMESTAMP.
updateMax(AtomicLong, long) - 类 中的静态方法org.apache.hadoop.hbase.util.AtomicUtils
Updates a AtomicLong which is supposed to maintain the maximum values.
updateMin(AtomicLong, long) - 类 中的静态方法org.apache.hadoop.hbase.util.AtomicUtils
Updates a AtomicLong which is supposed to maintain the minimum values.
url - 类 中的静态变量org.apache.hadoop.hbase.Version
 
USE_META_REPLICAS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Conf key for enabling meta replication
User - org.apache.hadoop.hbase.security中的类
Wrapper to abstract out usage of user and group information in HBase.
User() - 类 的构造器org.apache.hadoop.hbase.security.User
 
user - 类 中的静态变量org.apache.hadoop.hbase.Version
 
User.SecureHadoopUser - org.apache.hadoop.hbase.security中的类
Bridges User invocations to underlying calls to UserGroupInformation for secure Hadoop 0.20 and versions 0.21 and above.
useRetry() - 类 中的方法org.apache.hadoop.hbase.util.RetryCounter
 
UserProvider - org.apache.hadoop.hbase.security中的类
Provide an instance of a user.
UserProvider() - 类 的构造器org.apache.hadoop.hbase.security.UserProvider
 
useUnsafeLayout() - 类 中的静态方法org.apache.hadoop.hbase.util.ClassSize
 
UTF8 - 类 中的静态变量org.apache.hadoop.hbase.util.OrderedBytes
 
UTF8_CHARSET - 类 中的静态变量org.apache.hadoop.hbase.HConstants
When we encode strings, we always specify UTF8 encoding
UTF8_ENCODING - 类 中的静态变量org.apache.hadoop.hbase.HConstants
When we encode strings, we always specify UTF8 encoding

V

VALID_NAMESPACE_REGEX - 类 中的静态变量org.apache.hadoop.hbase.TableName
 
VALID_PORT_REGEX - 类 中的静态变量org.apache.hadoop.hbase.util.Addressing
 
VALID_TABLE_QUALIFIER_REGEX - 类 中的静态变量org.apache.hadoop.hbase.TableName
 
VALID_USER_TABLE_REGEX - 类 中的静态变量org.apache.hadoop.hbase.TableName
 
validateClusterKey(String) - 类 中的静态方法org.apache.hadoop.hbase.zookeeper.ZKConfig
Verifies that the given key matches the expected format for a ZooKeeper cluster key.
validateRootPath(Path) - 类 中的静态方法org.apache.hadoop.hbase.util.CommonFSUtils
Verifies root directory path is a valid URI with a scheme
value - 类 中的变量org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
VALUE_MASK - 类 中的静态变量org.apache.hadoop.hbase.util.ByteBufferUtils
 
valueOf(String) - 枚举 中的静态方法org.apache.hadoop.hbase.backup.BackupType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.hadoop.hbase.Cell.Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.hadoop.hbase.CellBuilderType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.hadoop.hbase.HConstants.OperationStatusCode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.hadoop.hbase.io.compress.Compression.Algorithm
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.hadoop.hbase.io.hfile.BlockType.BlockCategory
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.hadoop.hbase.io.hfile.BlockType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.hadoop.hbase.KeyValue.Type
返回带有指定名称的该类型的枚举常量。
valueOf(String, int, long) - 类 中的静态方法org.apache.hadoop.hbase.ServerName
Retrieve an instance of ServerName.
valueOf(String) - 类 中的静态方法org.apache.hadoop.hbase.ServerName
Retrieve an instance of ServerName.
valueOf(String, long) - 类 中的静态方法org.apache.hadoop.hbase.ServerName
Retrieve an instance of ServerName.
valueOf(String, String) - 类 中的静态方法org.apache.hadoop.hbase.TableName
 
valueOf(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.TableName
 
valueOf(String) - 类 中的静态方法org.apache.hadoop.hbase.TableName
 
valueOf(byte[], byte[]) - 类 中的静态方法org.apache.hadoop.hbase.TableName
 
valueOf(ByteBuffer, ByteBuffer) - 类 中的静态方法org.apache.hadoop.hbase.TableName
 
valueOf(String) - 枚举 中的静态方法org.apache.hadoop.hbase.util.ChecksumType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.hadoop.hbase.util.Order
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.hadoop.hbase.util.PrettyPrinter.Unit
返回带有指定名称的该类型的枚举常量。
valueOf(String, PrettyPrinter.Unit) - 类 中的静态方法org.apache.hadoop.hbase.util.PrettyPrinter
Convert a human readable string to its value.
values() - 枚举 中的静态方法org.apache.hadoop.hbase.backup.BackupType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.hadoop.hbase.Cell.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.hadoop.hbase.CellBuilderType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.hadoop.hbase.HConstants.OperationStatusCode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.hadoop.hbase.io.compress.Compression.Algorithm
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.hadoop.hbase.io.hfile.BlockType.BlockCategory
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.hadoop.hbase.io.hfile.BlockType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.hadoop.hbase.KeyValue.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
values() - 枚举 中的静态方法org.apache.hadoop.hbase.util.ChecksumType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.hadoop.hbase.util.Order
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.hadoop.hbase.util.PrettyPrinter.Unit
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
Version - org.apache.hadoop.hbase中的类
 
Version() - 类 的构造器org.apache.hadoop.hbase.Version
 
version - 类 中的静态变量org.apache.hadoop.hbase.Version
 
VERSION_FILE_NAME - 类 中的静态变量org.apache.hadoop.hbase.HConstants
name of version file
VERSION_FILE_WRITE_ATTEMPTS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Parameter name for how often we should try to write a version file, before failing
VersionInfo - org.apache.hadoop.hbase.util中的类
This class finds the Version information for HBase.
VersionInfo() - 类 的构造器org.apache.hadoop.hbase.util.VersionInfo
 
VERSIONS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
vintToBytes(long) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
 
VISIBILITY_EXP_SERIALIZATION_FORMAT_TAG_TYPE - 类 中的静态变量org.apache.hadoop.hbase.TagType
 
VISIBILITY_TAG_TYPE - 类 中的静态变量org.apache.hadoop.hbase.TagType
 
visit(TNode, AvlUtil.AvlNodeVisitor<TNode>) - 类 中的静态方法org.apache.hadoop.hbase.util.AvlUtil.AvlTree
Visit each node of the tree
visitNode(TNode) - 接口 中的方法org.apache.hadoop.hbase.util.AvlUtil.AvlNodeVisitor
 
vLength - 类 中的变量org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 
vOffset - 类 中的变量org.apache.hadoop.hbase.ExtendedCellBuilderImpl
 

W

waitForWaiters(long, int) - 类 中的方法org.apache.hadoop.hbase.util.IdLock
 
WAL_STORAGE_POLICY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Configuration name of WAL storage policy Valid values are: HOT, COLD, WARM, ALL_SSD, ONE_SSD, LAZY_PERSIST See http://hadoop.apache.org/docs/r2.7.3/hadoop-project-dist/hadoop-hdfs/ArchivalStorage.html
WeakObjectPool<K,V> - org.apache.hadoop.hbase.util中的类
A WeakReference based shared object pool.
WeakObjectPool(ObjectPool.ObjectFactory<K, V>) - 类 的构造器org.apache.hadoop.hbase.util.WeakObjectPool
 
WeakObjectPool(ObjectPool.ObjectFactory<K, V>, int) - 类 的构造器org.apache.hadoop.hbase.util.WeakObjectPool
 
WeakObjectPool(ObjectPool.ObjectFactory<K, V>, int, int) - 类 的构造器org.apache.hadoop.hbase.util.WeakObjectPool
 
WEEK_IN_SECONDS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
已过时。
withBlockSize(int) - 类 中的方法org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
 
withBytesPerCheckSum(int) - 类 中的方法org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
 
withChecksumType(ChecksumType) - 类 中的方法org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
 
withCompression(Compression.Algorithm) - 类 中的方法org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
 
withCompressTags(boolean) - 类 中的方法org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
 
withCreateTime(long) - 类 中的方法org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
 
withDataBlockEncoding(DataBlockEncoding) - 类 中的方法org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
 
withEncryptionContext(Encryption.Context) - 类 中的方法org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
 
withHBaseCheckSum(boolean) - 类 中的方法org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
 
withHFileName(String) - 类 中的方法org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
 
withIncludesMvcc(boolean) - 类 中的方法org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
 
withIncludesTags(boolean) - 类 中的方法org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
 
withinOrAfterTimeRange(long) - 类 中的方法org.apache.hadoop.hbase.io.TimeRange
Check if the specified timestamp is within or after this TimeRange.
withinTimeRange(byte[], int) - 类 中的方法org.apache.hadoop.hbase.io.TimeRange
已过时。
This is made @InterfaceAudience.Private in the 2.0 line and above and may be changed to private or removed in 3.0. Use TimeRange.withinTimeRange(long) instead
withinTimeRange(long) - 类 中的方法org.apache.hadoop.hbase.io.TimeRange
Check if the specified timestamp is within this TimeRange.
wrap(byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.io.crypto.aes.CryptoAES
Encrypts input data.
wrap(Runnable, String) - 类 中的静态方法org.apache.hadoop.hbase.trace.TraceUtil
Wrap runnable with current tracer and description
wrap(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.util.ImmutableByteArray
 
wrapFuture(CompletableFuture<T>, Executor) - 类 中的静态方法org.apache.hadoop.hbase.util.FutureUtils
Return a CompletableFuture which is same with the given future, but execute all the callbacks in the given executor.
wrapped - 类 中的变量org.apache.hadoop.hbase.types.TerminatedWrapper
 
write(OutputStream, boolean) - 类 中的方法org.apache.hadoop.hbase.ByteBufferKeyValue
 
write(ByteBuffer, int) - 类 中的方法org.apache.hadoop.hbase.ByteBufferKeyValue
 
write(Cell) - 类 中的方法org.apache.hadoop.hbase.codec.BaseEncoder
 
write(Cell) - 类 中的方法org.apache.hadoop.hbase.codec.KeyValueCodec.KeyValueEncoder
 
write(Cell) - 类 中的方法org.apache.hadoop.hbase.codec.KeyValueCodecWithTags.KeyValueEncoder
 
write(DataOutput) - 类 中的方法org.apache.hadoop.hbase.CompoundConfiguration
 
write(OutputStream, boolean) - 接口 中的方法org.apache.hadoop.hbase.ExtendedCell
Write this cell to an OutputStream in a KeyValue format.
write(ByteBuffer, int) - 接口 中的方法org.apache.hadoop.hbase.ExtendedCell
Write this Cell into the given buf's offset in a KeyValue format.
write(ByteBuffer, int, int) - 类 中的方法org.apache.hadoop.hbase.io.ByteArrayOutputStream
 
write(int) - 类 中的方法org.apache.hadoop.hbase.io.ByteArrayOutputStream
 
write(byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.io.ByteArrayOutputStream
 
write(byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.io.ByteBufferListOutputStream
 
write(ByteBuffer, int, int) - 类 中的方法org.apache.hadoop.hbase.io.ByteBufferListOutputStream
 
write(int) - 类 中的方法org.apache.hadoop.hbase.io.ByteBufferOutputStream
 
write(byte[]) - 类 中的方法org.apache.hadoop.hbase.io.ByteBufferOutputStream
 
write(byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.io.ByteBufferOutputStream
 
write(ByteBuffer, int, int) - 类 中的方法org.apache.hadoop.hbase.io.ByteBufferOutputStream
 
write(ByteBuffer, int, int) - 接口 中的方法org.apache.hadoop.hbase.io.ByteBufferWriter
Writes len bytes from the specified ByteBuffer starting at offset off
write(ByteBuffer, int, int) - 类 中的方法org.apache.hadoop.hbase.io.ByteBufferWriterDataOutputStream
 
write(ByteBuffer, int, int) - 类 中的方法org.apache.hadoop.hbase.io.ByteBufferWriterOutputStream
Writes len bytes from the specified ByteBuffer starting at offset off to this OutputStream.
write(int) - 类 中的方法org.apache.hadoop.hbase.io.ByteBufferWriterOutputStream
 
write(byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.io.ByteBufferWriterOutputStream
 
write(Cell) - 接口 中的方法org.apache.hadoop.hbase.io.CellOutputStream
Implementation must copy the entire state of the Cell.
write(int) - 类 中的方法org.apache.hadoop.hbase.io.compress.ReusableStreamGzipCodec.ReusableGzipOutputStream
 
write(byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.io.compress.ReusableStreamGzipCodec.ReusableGzipOutputStream
 
write(Cell) - 类 中的方法org.apache.hadoop.hbase.io.encoding.NoneEncoder
 
write(Cell) - 类 中的方法org.apache.hadoop.hbase.io.encoding.RowIndexEncoderV1
 
write(DataOutput) - 枚举 中的方法org.apache.hadoop.hbase.io.hfile.BlockType
 
write(ByteBuffer) - 枚举 中的方法org.apache.hadoop.hbase.io.hfile.BlockType
 
write(ByteBuff) - 枚举 中的方法org.apache.hadoop.hbase.io.hfile.BlockType
 
write(DataOutput) - 类 中的方法org.apache.hadoop.hbase.io.ImmutableBytesWritable
 
write(OutputStream, byte[], int, int, Dictionary) - 接口 中的静态方法org.apache.hadoop.hbase.io.util.Dictionary
Helper methods to write the dictionary data to the OutputStream
write(OutputStream, ByteBuffer, int, int, Dictionary) - 接口 中的静态方法org.apache.hadoop.hbase.io.util.Dictionary
Helper methods to write the dictionary data to the OutputStream
write(OutputStream, boolean) - 类 中的方法org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
write(KeyValue, DataOutput) - 类 中的静态方法org.apache.hadoop.hbase.KeyValue
Write out a KeyValue in the manner in which we used to when KeyValue was a Writable.
write(OutputStream, boolean) - 类 中的方法org.apache.hadoop.hbase.KeyValue
 
write(ByteBuffer, int) - 类 中的方法org.apache.hadoop.hbase.KeyValue
 
write(KeyValue, DataOutput) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
Write out a KeyValue in the manner in which we used to when KeyValue was a Writable.
write(OutputStream, boolean) - 类 中的方法org.apache.hadoop.hbase.NoTagsKeyValue
 
write(OutputStream, boolean) - 类 中的方法org.apache.hadoop.hbase.SizeCachedNoTagsKeyValue
 
write(OutputStream, ByteRange) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteRangeUtils
 
write(OutputStream, ByteRange, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteRangeUtils
 
write(String, String) - 接口 中的方法org.apache.hadoop.hbase.util.JSONBean.Writer
 
write(MBeanServer, ObjectName, String, boolean) - 接口 中的方法org.apache.hadoop.hbase.util.JSONBean.Writer
 
writeByteArray(byte[], int, byte[], int, int, byte[], int, int, byte[], int, int, long, KeyValue.Type, byte[], int, int, Tag[]) - 类 中的静态方法org.apache.hadoop.hbase.KeyValue
Write KeyValue format into the provided byte array.
writeByteArray(DataOutput, byte[]) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Write byte-array with a WritableableUtils.vint prefix.
writeByteArray(DataOutput, byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Write byte-array to out with a vint length prefix.
writeByteArray(byte[], int, byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Write byte-array from src to tgt with a vint length prefix.
writeCell(Cell, OutputStream, boolean) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
Writes the cell to the given OutputStream
writeCellToBuffer(Cell, ByteBuffer, int) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
Writes a cell to the buffer at the given offset
writeFamily(OutputStream, Cell, byte) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
Writes the family from the given cell to the output stream
writeFlatKey(Cell, DataOutputStream) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of HBase-2.0. Will be removed in HBase-3.0
writeFlatKey(Cell, DataOutput) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
Writes the Cell's key part as it would have serialized in a KeyValue.
writeFlatKey(Cell, OutputStream) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
 
writeIdInBytes(OutputStream) - 枚举 中的方法org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
Writes id in bytes.
writeIdInBytes(byte[], int) - 枚举 中的方法org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
Writes id bytes to the given array starting from offset.
writeInt(int) - 类 中的方法org.apache.hadoop.hbase.io.ByteArrayOutputStream
 
writeInt(int) - 类 中的方法org.apache.hadoop.hbase.io.ByteBufferOutputStream
Writes an int to the underlying output stream as four bytes, high byte first.
writeInt(int) - 接口 中的方法org.apache.hadoop.hbase.io.ByteBufferWriter
Writes an int to the underlying output stream as four bytes, high byte first.
writeInt(int) - 类 中的方法org.apache.hadoop.hbase.io.ByteBufferWriterOutputStream
 
writeInt(OutputStream, int) - 类 中的静态方法org.apache.hadoop.hbase.io.util.StreamUtils
 
writeLong(OutputStream, long) - 类 中的静态方法org.apache.hadoop.hbase.io.util.StreamUtils
 
writeQualifier(OutputStream, Cell, int) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
Writes the qualifier from the given cell to the output stream
writeQualifierSkippingBytes(DataOutputStream, Cell, int, int) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
Writes the qualifier from the given cell to the output stream excluding the common prefix
writeRawVInt32(OutputStream, int) - 类 中的静态方法org.apache.hadoop.hbase.io.util.StreamUtils
 
writeRow(OutputStream, Cell, short) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
Writes the row from the given cell to the output stream
writeRowKeyExcludingCommon(Cell, short, int, DataOutputStream) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of HBase-2.0. Will be removed in HBase-3.0
writeRowKeyExcludingCommon(Cell, short, int, DataOutputStream) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
Write rowkey excluding the common part.
writeRowSkippingBytes(DataOutputStream, Cell, short, int) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
As of 2.0. Will be removed in hbase-3.0
writeRowSkippingBytes(DataOutputStream, Cell, short, int) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
Writes the row from the given cell to the output stream excluding the common prefix
writeShort(OutputStream, short) - 类 中的静态方法org.apache.hadoop.hbase.io.util.StreamUtils
 
writeStringFixedSize(DataOutput, String, int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Writes a string as a fixed-size field, padded with zeros.
writeTags(OutputStream, Cell, int) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
Writes the tag from the given cell to the output stream
writeTo(OutputStream) - 类 中的方法org.apache.hadoop.hbase.io.ByteBufferListOutputStream
 
writeTo(OutputStream) - 类 中的方法org.apache.hadoop.hbase.io.ByteBufferOutputStream
Writes the complete contents of this byte buffer output stream to the specified output stream argument.
writeTo(PrintWriter) - 类 中的静态方法org.apache.hadoop.hbase.util.VersionInfo
 
writeTo(PrintStream) - 类 中的静态方法org.apache.hadoop.hbase.util.VersionInfo
 
writeToStream(OutputStream) - 枚举 中的方法org.apache.hadoop.hbase.io.hfile.BlockType
 
writeValue(OutputStream, Cell, int) - 类 中的静态方法org.apache.hadoop.hbase.PrivateCellUtil
Writes the value from the given cell to the output stream
writeVLong(ByteBuffer, long) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Similar to WritableUtils.writeVLong(java.io.DataOutput, long), but writes to a ByteBuffer.
writeXml(OutputStream) - 类 中的方法org.apache.hadoop.hbase.CompoundConfiguration
 

Z

zero(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Fill given array with zeros.
zero(byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Fill given array with zeros at the specified position.
ZERO_L - 类 中的静态变量org.apache.hadoop.hbase.HConstants
long constant for zero
ZEROES - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
ZK_CFG_PROPERTY_PREFIX - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Common prefix of ZooKeeper configuration properties
ZK_CFG_PROPERTY_PREFIX_LEN - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
ZK_CLIENT_KERBEROS_PRINCIPAL - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
ZK_CLIENT_KEYTAB_FILE - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Configuration keys for programmatic JAAS configuration for secured ZK interaction
ZK_SERVER_KERBEROS_PRINCIPAL - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
ZK_SERVER_KEYTAB_FILE - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
ZK_SESSION_TIMEOUT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Configuration key for ZooKeeper session timeout
ZKConfig - org.apache.hadoop.hbase.zookeeper中的类
Utility methods for reading, and building the ZooKeeper configuration.
ZKConfig.ZKClusterKey - org.apache.hadoop.hbase.zookeeper中的类
 
ZOOKEEPER_CLIENT_PORT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Parameter name for the client port that the zookeeper listens on
ZOOKEEPER_DATA_DIR - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Parameter name for the ZK data directory
ZOOKEEPER_MAX_CLIENT_CNXNS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Parameter name for the limit on concurrent client-side zookeeper connections
ZOOKEEPER_QUORUM - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Name of ZooKeeper quorum configuration parameter.
ZOOKEEPER_RECOVERABLE_WAITTIME - 类 中的静态变量org.apache.hadoop.hbase.HConstants
已过时。
ZOOKEEPER_TICK_TIME - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Parameter name for the ZK tick time
ZOOKEEPER_ZNODE_PARENT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Parameter name for the root dir in ZK for this cluster
A B C D E F G H I J K L M N O P Q R S T U V W Z 
跳过导航链接

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