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中的类
 
AbstractDataBlockEncoder.AbstractEncodedSeeker(KeyValue.KVComparator, 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
 
add(long, long) - 类 中的方法org.apache.hadoop.hbase.util.FastLongHistogram
已过时。
Adds a value to the histogram.
add(long) - 类 中的方法org.apache.hadoop.hbase.util.LongAdder
Adds the given value.
addAllSublists(List<? extends List<T>>) - 类 中的方法org.apache.hadoop.hbase.util.ConcatenatedLists
 
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
 
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
 
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
addStringMap(Map<String, String>) - 类 中的方法org.apache.hadoop.hbase.CompoundConfiguration
Add String map to config list.
addSublist(List<T>) - 类 中的方法org.apache.hadoop.hbase.util.ConcatenatedLists
 
addToken(Token<? extends TokenIdentifier>) - 类 中的方法org.apache.hadoop.hbase.security.User
Adds the given Token to the user's credentials.
addWritableMap(Map<ImmutableBytesWritable, ImmutableBytesWritable>) - 类 中的方法org.apache.hadoop.hbase.CompoundConfiguration
Add ImmutableBytesWritable map to config list.
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
 
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'.
appendKeyTo(Cell, byte[], 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.
appendToByteArray(Cell, byte[], int) - 类 中的静态方法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.
areKeyLengthsEqual(Cell, Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellComparator
lengths
arePartsEqual(ByteBuffer, int, int, int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Check whether two parts in the same buffer are equal.
areRowLengthsEqual(Cell, Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellComparator
 
ARRAY - 类 中的静态变量org.apache.hadoop.hbase.util.ClassSize
Array overhead
ARRAYLIST - 类 中的静态变量org.apache.hadoop.hbase.util.ClassSize
Overhead for ArrayList(0)
ArrayUtils - org.apache.hadoop.hbase.util中的类
A set of array utility functions that return reasonable values in cases where an array is allocated or if it is null
ArrayUtils() - 类 的构造器org.apache.hadoop.hbase.util.ArrayUtils
 
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.Tag
Creates the list of tags from the byte array b.
AsyncConsoleAppender - org.apache.hadoop.hbase中的类
Logger class that buffers before trying to log to the specified console.
AsyncConsoleAppender() - 类 的构造器org.apache.hadoop.hbase.AsyncConsoleAppender
 
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
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.LimitInputStream
 

B

base - 类 中的变量org.apache.hadoop.hbase.types.FixedLengthWrapper
 
Base64 - org.apache.hadoop.hbase.util中的类
Encodes and decodes to and from Base64 notation.
Base64.Base64InputStream - org.apache.hadoop.hbase.util中的类
A Base64.Base64InputStream will read data from another InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.Base64InputStream(InputStream, int) - 类 的构造器org.apache.hadoop.hbase.util.Base64.Base64InputStream
Constructs a Base64.Base64InputStream in either ENCODE or DECODE mode.
Base64.Base64OutputStream - org.apache.hadoop.hbase.util中的类
A Base64.Base64OutputStream will write data to another OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.Base64OutputStream(OutputStream, int) - 类 的构造器org.apache.hadoop.hbase.util.Base64.Base64OutputStream
Constructs a Base64.Base64OutputStream in either ENCODE or DECODE mode.
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中的类
 
BaseDecoder.PBIS(InputStream, int) - 类 的构造器org.apache.hadoop.hbase.codec.BaseDecoder.PBIS
 
BaseEncoder - org.apache.hadoop.hbase.codec中的类
TODO javadoc
BaseEncoder(OutputStream) - 类 的构造器org.apache.hadoop.hbase.codec.BaseEncoder
 
beginOp() - 类 中的方法org.apache.hadoop.hbase.util.DrainBarrier
Tries to start an operation.
binarySearch(byte[][], byte[], int, int, RawComparator<?>) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Binary search for keys in indexes.
binarySearch(byte[][], Cell, RawComparator<Cell>) - 类 中的静态方法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.aes.AES
 
BlockType - org.apache.hadoop.hbase.io.hfile中的枚举
Various types of HFile blocks.
BlockType.BlockCategory - org.apache.hadoop.hbase.io.hfile中的枚举
 
BoundedArrayQueue<E> - org.apache.hadoop.hbase.util中的类
A bounded non-thread safe implementation of Queue.
BoundedArrayQueue(int) - 类 的构造器org.apache.hadoop.hbase.util.BoundedArrayQueue
 
BoundedByteBufferPool - org.apache.hadoop.hbase.io中的类
Like Hadoops' ByteBufferPool only you do not specify desired size when getting a ByteBuffer.
BoundedByteBufferPool(int, int, int, boolean) - 类 的构造器org.apache.hadoop.hbase.io.BoundedByteBufferPool
 
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.io.ByteBufferOutputStream
 
build() - 类 中的方法org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
 
build() - 类 中的方法org.apache.hadoop.hbase.NamespaceDescriptor.Builder
 
buildZKQuorumServerString(String[], String) - 类 中的静态方法org.apache.hadoop.hbase.zookeeper.ZKConfig
Build the ZK quorum server string with "server:clientport" list, separated by ','
BULKLOAD_MAX_RETRIES_NUMBER - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Maximum time to retry for a failed bulk load request
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
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
 
ByteBufferArray - org.apache.hadoop.hbase.util中的类
This class manages an array of ByteBuffers with a default size 4MB.
ByteBufferArray(long, boolean) - 类 的构造器org.apache.hadoop.hbase.util.ByteBufferArray
We allocate a number of byte buffers as the capacity.
ByteBufferInputStream - org.apache.hadoop.hbase.io中的类
Not thread safe!
ByteBufferInputStream(ByteBuffer) - 类 的构造器org.apache.hadoop.hbase.io.ByteBufferInputStream
 
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
 
ByteBufferUtils - org.apache.hadoop.hbase.util中的类
Utility functions for working with byte buffers, such as reading/writing variable-length long numbers.
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, etc.
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.ByteArrayComparator - org.apache.hadoop.hbase.util中的类
Byte array comparator class.
Bytes.ByteArrayComparator() - 类 的构造器org.apache.hadoop.hbase.util.Bytes.ByteArrayComparator
Constructor
Bytes.RowEndKeyComparator - org.apache.hadoop.hbase.util中的类
A Bytes.ByteArrayComparator that treats the empty array as the largest value.
Bytes.RowEndKeyComparator() - 类 的构造器org.apache.hadoop.hbase.util.Bytes.RowEndKeyComparator
 
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
 
calcIndexKey(byte[], byte[]) - 类 中的方法org.apache.hadoop.hbase.KeyValue.RawBytesComparator
 
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
 
carryForwardTags(Cell) - 类 中的静态方法org.apache.hadoop.hbase.Tag
 
carryForwardTags(List<Tag>, Cell) - 类 中的静态方法org.apache.hadoop.hbase.Tag
 
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_SKIPLIST_SET - 类 中的静态变量org.apache.hadoop.hbase.util.ClassSize
Overhead for CellSkipListSet
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中的类
Compare two HBase cells.
CellComparator() - 类 的构造器org.apache.hadoop.hbase.CellComparator
 
CellComparator.RowComparator - org.apache.hadoop.hbase中的类
Counter part for the KeyValue.RowOnlyComparator
CellComparator.RowComparator() - 类 的构造器org.apache.hadoop.hbase.CellComparator.RowComparator
 
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 slinging Cell instances.
CellUtil() - 类 的构造器org.apache.hadoop.hbase.CellUtil
 
checkFlushed() - 类 中的方法org.apache.hadoop.hbase.codec.BaseEncoder
 
checkForClusterFreeMemoryLimit(Configuration) - 类 中的静态方法org.apache.hadoop.hbase.io.util.HeapMemorySizeUtil
Checks whether we have enough heap memory left out after portion for Memstore and Block cache.
checkRow(Cell) - 类 中的方法org.apache.hadoop.hbase.io.encoding.RowIndexEncoderV1
 
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.
ChecksumFactory - org.apache.hadoop.hbase.util中的类
Utility class that is used to generate a Checksum object.
ChecksumFactory() - 类 的构造器org.apache.hadoop.hbase.util.ChecksumFactory
 
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_MODE_KEY - 类 中的静态变量org.apache.hadoop.hbase.io.crypto.aes.AES
 
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.CompoundConfiguration
These methods are unsupported, and no code using CompoundConfiguration depend upon them.
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.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.
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
 
clone() - 类 中的方法org.apache.hadoop.hbase.ProcedureInfo
 
cloneAndAddTags(Cell, List<Tag>) - 类 中的静态方法org.apache.hadoop.hbase.KeyValue
Create a new KeyValue by copying existing cell and adding new tags
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
cloneValue(Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
close() - 类 中的方法org.apache.hadoop.hbase.io.ByteBufferOutputStream
 
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
 
close() - 类 中的方法org.apache.hadoop.hbase.util.Base64.Base64OutputStream
Flushes and closes (I think, in the superclass) the stream.
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 fully-distributed
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
 
COLUMN_FAMILY_DELIM_ARRAY - 类 中的静态变量org.apache.hadoop.hbase.KeyValue
 
COLUMN_FAMILY_DELIMITER - 类 中的静态变量org.apache.hadoop.hbase.KeyValue
Colon character in UTF-8
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.io.encoding.AbstractDataBlockEncoder.AbstractEncodedSeeker
 
COMPARATOR - 类 中的静态变量org.apache.hadoop.hbase.KeyValue
Comparator for plain key/values; i.e. non-catalog table key/values.
comparator() - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
compare(Cell, Cell) - 类 中的方法org.apache.hadoop.hbase.CellComparator
 
compare(Cell, Cell, boolean) - 类 中的静态方法org.apache.hadoop.hbase.CellComparator
Compare cells.
compare(Cell, Cell) - 类 中的方法org.apache.hadoop.hbase.CellComparator.RowComparator
 
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(Cell, Cell) - 类 中的方法org.apache.hadoop.hbase.KeyValue.RawBytesComparator
 
compare(KeyValue, KeyValue) - 类 中的方法org.apache.hadoop.hbase.KeyValue.RowOnlyComparator
 
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.CellComparator
 
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
 
compareCommonFamilyPrefix(Cell, Cell, int) - 类 中的静态方法org.apache.hadoop.hbase.CellComparator
 
compareCommonQualifierPrefix(Cell, Cell, int) - 类 中的静态方法org.apache.hadoop.hbase.CellComparator
 
compareCommonRowPrefix(Cell, Cell, int) - 类 中的静态方法org.apache.hadoop.hbase.CellComparator
 
compareFamilies(Cell, Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellComparator
 
compareFamilies(byte[], int, int, byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.KeyValue.KVComparator
 
compareFlatKey(Cell, Cell) - 类 中的方法org.apache.hadoop.hbase.CellComparator
 
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
 
compareFlatKey(byte[], int, int, byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.KeyValue.RawBytesComparator
已过时。
Since 0.99.2.
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(KeyValue.KVComparator, byte[], int, int) - 接口 中的方法org.apache.hadoop.hbase.io.encoding.DataBlockEncoder.EncodedSeeker
Compare the given key against the current key
compareKey(KeyValue.KVComparator, Cell) - 接口 中的方法org.apache.hadoop.hbase.io.encoding.DataBlockEncoder.EncodedSeeker
 
compareKey(KeyValue.KVComparator, byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1
 
compareKey(KeyValue.KVComparator, 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
 
compareOnlyKeyPortion(Cell, Cell) - 类 中的方法org.apache.hadoop.hbase.KeyValue.KVComparator
 
compareOnlyKeyPortion(Cell, Cell) - 类 中的方法org.apache.hadoop.hbase.KeyValue.MetaComparator
 
compareOnlyKeyPortion(Cell, Cell) - 类 中的方法org.apache.hadoop.hbase.KeyValue.RawBytesComparator
 
compareQualifiers(Cell, Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellComparator
 
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
Do not use comparing rows from hbase:meta.
compareRows(byte[], int, int, byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.CellComparator
Do not use comparing rows from hbase:meta.
compareRows(Cell, Cell) - 类 中的方法org.apache.hadoop.hbase.KeyValue.KVComparator
 
compareRows(Cell, byte[], int, int) - 类 中的方法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(Cell, Cell) - 类 中的方法org.apache.hadoop.hbase.KeyValue.KVComparator
 
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(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(ByteBuffer, int, int, ByteBuffer, 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.
compareVersion(String, String) - 类 中的静态方法org.apache.hadoop.hbase.util.VersionInfo
 
compareWithoutRow(Cell, Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellComparator
 
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
 
Compression - org.apache.hadoop.hbase.io.compress中的类
Compression related stuff.
Compression.Algorithm - org.apache.hadoop.hbase.io.compress中的枚举
Compression algorithms.
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) - 类 中的方法org.apache.hadoop.hbase.io.TagCompressionContext
Compress tags one by one and writes to the OutputStream.
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中的类
 
ConcatenatedLists.Iterator() - 类 的构造器org.apache.hadoop.hbase.util.ConcatenatedLists.Iterator
 
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.
configs - 类 中的变量org.apache.hadoop.hbase.CompoundConfiguration
 
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
 
Context - org.apache.hadoop.hbase.io.crypto中的类
Crypto context.
convert(ProcedureProtos.Procedure) - 类 中的静态方法org.apache.hadoop.hbase.ProcedureInfo
已过时。
convertToProcedureProto(ProcedureInfo) - 类 中的静态方法org.apache.hadoop.hbase.ProcedureInfo
已过时。
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.
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
 
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, int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Copy from one buffer to another from given offset.
copyFromBufferToBuffer(ByteBuffer, ByteBuffer, int, 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
 
copyFromNext(RowIndexSeekerV1.SeekerState) - 类 中的方法org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1.SeekerState
Copy the state from the next one into this instance (the previous state placeholder).
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
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
 
copyRowTo(Cell, byte[], int) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
copyTo
copyTagTo(Cell, byte[], int) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
Copies the tags info into the tag portion of the cell
copyToNewArrays(Collection<ByteRange>) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteRangeUtils
 
copyToNewByteArray(Cell) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
 
copyToNewByteBuffer(Cell) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
The position will be set to the beginning of the new ByteBuffer
copyToNewKeyValue(Cell) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
copy key only
copyValueTo(Cell, byte[], int) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
CORRUPT_DIR_NAME - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
Counter - org.apache.hadoop.hbase.util中的类
High scalable counter.
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
 
CP_HTD_ATTR_VALUE_PARAM_KEY_PATTERN - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
CP_HTD_ATTR_VALUE_PARAM_PATTERN - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
CP_HTD_ATTR_VALUE_PARAM_VALUE_PATTERN - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
CP_HTD_ATTR_VALUE_PATTERN - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Pattern that matches a coprocessor specification.
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(String) - 类 中的静态方法org.apache.hadoop.hbase.NamespaceDescriptor
 
create(NamespaceDescriptor) - 类 中的静态方法org.apache.hadoop.hbase.NamespaceDescriptor
 
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() - 类 中的方法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
 
createCell(byte[], int, int, byte[], int, int, byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
createCell(byte[], byte[], byte[], long, byte, byte[], long) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
Marked as audience Private as of 1.2.0.
createCell(byte[], byte[], byte[], long, byte, byte[], byte[], long) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
Marked as audience Private as of 1.2.0.
createCell(byte[], byte[], byte[], long, KeyValue.Type, byte[], byte[]) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
Marked as audience Private as of 1.2.0.
createCell(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
Create a Cell with specific row.
createCell(byte[], byte[]) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
Create a Cell with specific row and value.
createCell(byte[], byte[], byte[]) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
Create a Cell with specific row.
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.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.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
createFirstDeleteFamilyOnRow(byte[], byte[]) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
Create a Delete Family KeyValue for the specified row and family that would be smaller than all other possible Delete Family KeyValues that have the same row and family.
createFirstKeyInIncrementedRow(Cell) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
Increment the row bytes and clear the other fields
createFirstKeyInNextRow(Cell) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
Append single byte 0x00 to the end of the input row key
createFirstOnRow(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.KeyValue
已过时。
Since 0.99.2. Use KeyValueUtil.createFirstOnRow(byte []) instead
createFirstOnRow(byte[], byte[], byte[]) - 类 中的静态方法org.apache.hadoop.hbase.KeyValue
已过时。
createFirstOnRow(byte[], int, int, byte[], int, int, byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.KeyValue
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.
createFirstOnRowColTS(Cell, long) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
Creates the first KV with the row/family/qualifier of this KV and the given timestamp.
createFirstOnRowColTS(KeyValue, long) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
Creates the first KV with the row/family/qualifier of this KV and the given timestamp.
createGson() - 类 中的静态方法org.apache.hadoop.hbase.util.GsonUtil
Create a builder which is used to create a Gson instance.
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).
createKeyValueFromKey(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.KeyValue
 
createKeyValueFromKey(ByteBuffer) - 类 中的静态方法org.apache.hadoop.hbase.KeyValue
 
createKeyValueFromKey(byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.KeyValue
 
createKVBuffer() - 类 中的方法org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1
 
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(Cell) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
Creates a keyValue for the specified keyvalue larger than or equal to all other possible KeyValues that have the same row, family, qualifer.
createLastOnRow(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
Creates a KeyValue that is last on the specified row id.
createLastOnRowCol(Cell) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
Similar to KeyValueUtil.createLastOnRow(byte[], int, int, byte[], int, int, byte[], int, int) but creates the last key on the row/column of this KV (the value part of the returned KV is always empty).
createMaxByteArray(int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Create a max byte array with the specified max byte count
createObject(K) - 接口 中的方法org.apache.hadoop.hbase.util.WeakObjectPool.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.
createSeeker(KeyValue.KVComparator, HFileBlockDecodingContext) - 类 中的方法org.apache.hadoop.hbase.io.encoding.CopyKeyDataBlockEncoder
 
createSeeker(KeyValue.KVComparator, HFileBlockDecodingContext) - 接口 中的方法org.apache.hadoop.hbase.io.encoding.DataBlockEncoder
Create a HFileBlock seeker which find KeyValues within a block.
createSeeker(KeyValue.KVComparator, HFileBlockDecodingContext) - 类 中的方法org.apache.hadoop.hbase.io.encoding.DiffKeyDeltaEncoder
 
createSeeker(KeyValue.KVComparator, HFileBlockDecodingContext) - 类 中的方法org.apache.hadoop.hbase.io.encoding.FastDiffDeltaEncoder
 
createSeeker(KeyValue.KVComparator, HFileBlockDecodingContext) - 类 中的方法org.apache.hadoop.hbase.io.encoding.PrefixKeyDeltaEncoder
 
createSeeker(KeyValue.KVComparator, HFileBlockDecodingContext) - 类 中的方法org.apache.hadoop.hbase.io.encoding.RowIndexCodecV1
 
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
current() - 接口 中的方法org.apache.hadoop.hbase.CellScanner
 
current() - 类 中的方法org.apache.hadoop.hbase.codec.BaseDecoder
 
currentBuffer - 类 中的变量org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1.SeekerState
 
currentComponent - 类 中的变量org.apache.hadoop.hbase.util.ConcatenatedLists.Iterator
 
currentKey - 类 中的变量org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1.SeekerState
 
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.

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
 
DECODE - 类 中的静态变量org.apache.hadoop.hbase.util.Base64
Specify decoding.
decode(byte[], int, int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.Base64
Very low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - 类 中的静态方法org.apache.hadoop.hbase.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String, int) - 类 中的静态方法org.apache.hadoop.hbase.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode4to3(byte[], int, byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.Base64
Decodes four bytes from array source and writes the resulting bytes (up to three of them) to destination.
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.
decodeFromFile(String) - 类 中的静态方法org.apache.hadoop.hbase.util.Base64
Convenience method for reading a base64-encoded file and decoding it.
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
 
decrement() - 类 中的方法org.apache.hadoop.hbase.util.LongAdder
Equivalent to add(-1).
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
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_BYTES_PER_CHECKSUM - 类 中的静态变量org.apache.hadoop.hbase.io.hfile.HFileContext
 
DEFAULT_BYTES_PER_CHECKSUM - 类 中的静态变量org.apache.hadoop.hbase.io.hfile.HFileContextBuilder
 
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.WeakObjectPool
The default concurrency level, used when not otherwise specified in a constructor.
DEFAULT_DISALLOW_WRITES_IN_RECOVERING_CONFIG - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
DEFAULT_DISTRIBUTED_LOG_REPLAY_CONFIG - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
DEFAULT_ENABLE_CLIENT_BACKPRESSURE - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
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_CONFIG_READ_ZOOKEEPER_CONFIG - 类 中的静态变量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.WeakObjectPool
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_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_MEMSTORE_SIZE - 类 中的静态变量org.apache.hadoop.hbase.io.util.HeapMemorySizeUtil
 
DEFAULT_MEMSTORE_SIZE_LOWER_LIMIT - 类 中的静态变量org.apache.hadoop.hbase.io.util.HeapMemorySizeUtil
 
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_NBINS - 类 中的静态变量org.apache.hadoop.hbase.util.FastLongHistogram
已过时。
Default number of bins.
DEFAULT_QUANTILES - 类 中的静态变量org.apache.hadoop.hbase.util.FastLongHistogram
已过时。
 
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_TTL - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
DEFAULT_SNAPSHOT_TTL_CONFIG_KEY - 类 中的静态变量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_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
 
DEFAULT_ZK_SESSION_TIMEOUT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Default value for ZooKeeper session timeout
DEFAULT_ZOOKEEPER_ZNODE_PARENT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
DEFAULT_ZOOKEPER_CLIENT_PORT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Default client port that the zookeeper listens on
DEFAULT_ZOOKEPER_MAX_CLIENT_CNXNS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Default limit on concurrent client-side zookeeper connections
DEFAULT_ZOOKEPER_RECOVERABLE_WAITIME - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Default wait time for the recoverable zookeeper
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
 
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
 
Dictionary - org.apache.hadoop.hbase.io.util中的接口
Dictionary interface Dictionary indexes should be either bytes or shorts, only positive.
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.DiffCompressionState() - 类 的构造器org.apache.hadoop.hbase.io.encoding.DiffKeyDeltaEncoder.DiffCompressionState
 
DiffKeyDeltaEncoder.DiffSeekerState - org.apache.hadoop.hbase.io.encoding中的类
 
DiffKeyDeltaEncoder.DiffSeekerState() - 类 的构造器org.apache.hadoop.hbase.io.encoding.DiffKeyDeltaEncoder.DiffSeekerState
 
DISALLOW_WRITES_IN_RECOVERING - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
DISTRIBUTED_LOG_REPLAY_KEY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Conf key that enables unflushed WAL edits directly being replayed to region servers
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.
DONT_BREAK_LINES - 类 中的静态变量org.apache.hadoop.hbase.util.Base64
Don't break lines when encoding (violates strict Base64 specification)
doStaticMain(String[]) - 类 中的方法org.apache.hadoop.hbase.util.AbstractHBaseTool
Call this from the concrete tool class's main function.
doubleValue() - 类 中的方法org.apache.hadoop.hbase.util.LongAdder
Returns the LongAdder.sum() as a double after a widening primitive conversion.
doWork() - 类 中的方法org.apache.hadoop.hbase.util.AbstractHBaseTool
The "main function" of the tool
DrainBarrier - org.apache.hadoop.hbase.util中的类
A simple barrier that can be used by classes that need to wait for some operations to finish before stopping/closing/etc. forever.
DrainBarrier() - 类 的构造器org.apache.hadoop.hbase.util.DrainBarrier
 
drainInputStreamToBuffer(InputStream) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Copy from the InputStream to a new heap ByteBuffer until the InputStream is exhausted.
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_END_ROW - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Last row in a table.
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.
ENCODE - 类 中的静态变量org.apache.hadoop.hbase.util.Base64
Specify encoding.
encode3to4(byte[], byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.Base64
Encodes up to the first three bytes of array threeBytes and returns a four-byte array in Base64 notation.
encode3to4(byte[], int, int, byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.Base64
Encodes up to three bytes of the array source and writes the resulting four Base64 bytes to destination.
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.
encodeBytes(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - 类 中的静态方法org.apache.hadoop.hbase.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.Base64
Encodes a byte array into Base64 notation.
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.
encodeFromFile(String) - 类 中的静态方法org.apache.hadoop.hbase.util.Base64
Convenience method for reading a binary file and base64-encoding it.
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
 
endOp() - 类 中的方法org.apache.hadoop.hbase.util.DrainBarrier
Ends the operation.
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
已过时。
ensureKeyValueTypeForMR(Cell) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
已过时。
without any replacement.
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(Cell, Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellComparator
equals
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.security.User
 
equals(Object) - 类 中的方法org.apache.hadoop.hbase.TableName
 
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.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
 
equalsFamily(Cell, Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellComparator
 
equalsIgnoreMvccVersion(Cell, Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellComparator
special case for KeyValue.equals
equalsQualifier(Cell, Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellComparator
 
equalsRow(Cell, Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellComparator
 
equalsTimestamp(Cell, Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellComparator
 
equalsType(Cell, Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellComparator
 
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
This is an estimate of the heap space occupied by a cell.
estimatedHeapSizeOfWithoutTags(Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
estimatedSerializedSizeOf(Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
estimatedSerializedSizeOfKey(Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
Calculates the serialized key size.
estimatedSizeOf(Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
已过时。
please use estimatedSerializedSizeOf(Cell)
ExceptionUtil - org.apache.hadoop.hbase.util中的类
This class handles the different interruption classes.
executionTime() - 类 中的方法org.apache.hadoop.hbase.ProcedureInfo
 
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".
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_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中的类
 
FastDiffDeltaEncoder.FastDiffSeekerState() - 类 的构造器org.apache.hadoop.hbase.io.encoding.FastDiffDeltaEncoder.FastDiffSeekerState
 
FastLongHistogram - org.apache.hadoop.hbase.util中的类
已过时。
FastLongHistogram() - 类 的构造器org.apache.hadoop.hbase.util.FastLongHistogram
已过时。
Constructor.
FastLongHistogram(int) - 类 的构造器org.apache.hadoop.hbase.util.FastLongHistogram
已过时。
Constructor.
FastLongHistogram(int, long, long) - 类 的构造器org.apache.hadoop.hbase.util.FastLongHistogram
已过时。
Constructor setting the bins assuming a uniform distribution within a range.
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
 
fillQualifierRange(Cell, ByteRange) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
fillRowRange(Cell, ByteRange) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
ByteRange
fillTagRange(Cell, ByteRange) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
fillValueRange(Cell, ByteRange) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
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.
findCommonPrefixInFamilyPart(Cell, Cell, int) - 类 中的静态方法org.apache.hadoop.hbase.CellComparator
 
findCommonPrefixInFlatKey(Cell, Cell, boolean, boolean) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
Find length of common prefix in keys of the cells, considering key as byte[] if serialized in KeyValue.
findCommonPrefixInQualifierPart(Cell, Cell, int) - 类 中的静态方法org.apache.hadoop.hbase.CellComparator
 
findCommonPrefixInRowPart(Cell, Cell, int) - 类 中的静态方法org.apache.hadoop.hbase.CellComparator
 
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(byte[], 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
 
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.
floatValue() - 类 中的方法org.apache.hadoop.hbase.util.LongAdder
Returns the LongAdder.sum() as a float after a widening primitive conversion.
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.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
 
flushBase64() - 类 中的方法org.apache.hadoop.hbase.util.Base64.Base64OutputStream
Method added by PHIL.
flushed - 类 中的变量org.apache.hadoop.hbase.codec.BaseEncoder
 
ForeignExceptionUtil - org.apache.hadoop.hbase.util中的类
Helper to convert Exceptions and StackTraces from/to protobuf.
FOREVER - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Unlimited time-to-live.
format(String, PrettyPrinter.Unit) - 类 中的静态方法org.apache.hadoop.hbase.util.PrettyPrinter
 
formNoTagsKeyValue() - 类 中的方法org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1.SeekerState
 
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.Tag
Write a list of tags into a byte array
fromParts(String, int) - 类 中的静态方法org.apache.hadoop.hbase.net.Address
 
fromString(String) - 类 中的静态方法org.apache.hadoop.hbase.net.Address
 

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(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(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.Counter
 
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, 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
 
get(K) - 类 中的方法org.apache.hadoop.hbase.util.WeakObjectPool
Returns a shared object associated with the given key, which is identified by the equals method.
getAliasPassword(String) - 类 中的方法org.apache.hadoop.hbase.io.crypto.KeyStoreKeyProvider
 
getAllCached() - 类 中的静态方法org.apache.hadoop.hbase.util.CoprocessorClassLoader
 
getAlphabet(int) - 类 中的静态方法org.apache.hadoop.hbase.util.Base64
Returns one of the _SOMETHING_ALPHABET byte arrays depending on the options specified.
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
 
getBlockCacheHeapPercent(Configuration) - 类 中的静态方法org.apache.hadoop.hbase.io.util.HeapMemorySizeUtil
Retrieve configured size for on heap block cache as percentage of total heap.
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.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.
getBucketCacheSize(Configuration) - 类 中的静态方法org.apache.hadoop.hbase.io.util.HeapMemorySizeUtil
 
getBuffer() - 类 中的方法org.apache.hadoop.hbase.io.BoundedByteBufferPool
 
getBuffer() - 类 中的方法org.apache.hadoop.hbase.io.ByteArrayOutputStream
 
getBuffer() - 类 中的方法org.apache.hadoop.hbase.KeyValue
已过时。
Since 0.98.0. Use Cell Interface instead. Do not presume single backing buffer.
getBuffer() - 类 中的方法org.apache.hadoop.hbase.Tag
 
getByteBuffer() - 类 中的方法org.apache.hadoop.hbase.io.ByteBufferOutputStream
This flips the underlying BB so be sure to use it _last_!
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
 
getCellBufSize() - 类 中的方法org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1.SeekerState
 
getCellKeyAsString(Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
getCellKeySerializedAsKeyValueKey(Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
This method exists just to encapsulate how we serialize keys.
getChecksumType() - 类 中的方法org.apache.hadoop.hbase.io.hfile.HFileContext
 
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.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.
getClassLoadingLock(String) - 类 中的方法org.apache.hadoop.hbase.util.ClassLoaderBase
Returns the lock object for class loading operations.
getClientAckTime() - 类 中的方法org.apache.hadoop.hbase.ProcedureInfo
 
getClientPort() - 类 中的方法org.apache.hadoop.hbase.zookeeper.ZKConfig.ZKClusterKey
 
getCode() - 枚举 中的方法org.apache.hadoop.hbase.KeyValue.Type
 
getCode() - 枚举 中的方法org.apache.hadoop.hbase.util.ChecksumType
 
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.DefaultCipherProvider
 
getConf() - 类 中的方法org.apache.hadoop.hbase.util.AbstractHBaseTool
 
getConfiguration() - 类 中的方法org.apache.hadoop.hbase.NamespaceDescriptor
Getter for fetching an unmodifiable NamespaceDescriptor.configuration map.
getConfigurationValue(String) - 类 中的方法org.apache.hadoop.hbase.NamespaceDescriptor
Getter for accessing the configuration value by key
getCount() - 类 中的方法org.apache.hadoop.hbase.util.FastLongHistogram
已过时。
 
getCurrent() - 类 中的静态方法org.apache.hadoop.hbase.security.User
Returns the User instance within current execution context.
getCurrent() - 类 中的方法org.apache.hadoop.hbase.security.UserProvider
 
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.
getDecodabet(int) - 类 中的静态方法org.apache.hadoop.hbase.util.Base64
Returns one of the _SOMETHING_DECODABET byte arrays depending on the options specified.
getDecoder(InputStream) - 类 中的方法org.apache.hadoop.hbase.codec.CellCodec
 
getDecoder(InputStream) - 类 中的方法org.apache.hadoop.hbase.codec.CellCodecWithTags
 
getDecoder(InputStream) - 接口 中的方法org.apache.hadoop.hbase.codec.Codec
 
getDecoder(InputStream) - 类 中的方法org.apache.hadoop.hbase.codec.KeyValueCodec
Implementation depends on InputStream.available()
getDecoder(InputStream) - 类 中的方法org.apache.hadoop.hbase.codec.KeyValueCodecWithTags
Implementation depends on InputStream.available()
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.Cipher
Return a decryptor for decrypting data.
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.
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.
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.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
 
getException() - 类 中的方法org.apache.hadoop.hbase.ProcedureInfo
 
getExceptionCause() - 类 中的方法org.apache.hadoop.hbase.ProcedureInfo
 
getExceptionFullMessage() - 类 中的方法org.apache.hadoop.hbase.ProcedureInfo
 
getExceptionMessage() - 类 中的方法org.apache.hadoop.hbase.ProcedureInfo
 
getFamily() - 接口 中的方法org.apache.hadoop.hbase.Cell
已过时。
getFamily() - 类 中的方法org.apache.hadoop.hbase.KeyValue
已过时。
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.KeyValue
 
getFamilyArray() - 类 中的方法org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
getFamilyLength() - 接口 中的方法org.apache.hadoop.hbase.Cell
 
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.Cell
 
getFamilyOffset() - 类 中的方法org.apache.hadoop.hbase.KeyValue
 
getFamilyOffset() - 类 中的方法org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
getFamilyString(KeyValue) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueTestUtil
 
getFileCreateTime() - 类 中的方法org.apache.hadoop.hbase.io.hfile.HFileContext
 
getFirst(long[]) - 类 中的静态方法org.apache.hadoop.hbase.util.ArrayUtils
 
getFirst(Collection<T>) - 类 中的静态方法org.apache.hadoop.hbase.util.CollectionUtils
first/last
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
 
getFirstKeyInBlock(ByteBuffer) - 类 中的方法org.apache.hadoop.hbase.io.encoding.CopyKeyDataBlockEncoder
 
getFirstKeyInBlock(ByteBuffer) - 接口 中的方法org.apache.hadoop.hbase.io.encoding.DataBlockEncoder
Return first key in block.
getFirstKeyInBlock(ByteBuffer) - 类 中的方法org.apache.hadoop.hbase.io.encoding.DiffKeyDeltaEncoder
 
getFirstKeyInBlock(ByteBuffer) - 类 中的方法org.apache.hadoop.hbase.io.encoding.FastDiffDeltaEncoder
 
getFirstKeyInBlock(ByteBuffer) - 类 中的方法org.apache.hadoop.hbase.io.encoding.PrefixKeyDeltaEncoder
 
getFirstKeyInBlock(ByteBuffer) - 类 中的方法org.apache.hadoop.hbase.io.encoding.RowIndexCodecV1
 
getForeignExceptionMessage() - 类 中的方法org.apache.hadoop.hbase.ProcedureInfo
已过时。
getFreeMemory() - 类 中的方法org.apache.hadoop.hbase.util.JVM
 
getGlobalMemStoreLowerMark(Configuration, float) - 类 中的静态方法org.apache.hadoop.hbase.io.util.HeapMemorySizeUtil
Retrieve configured size for global memstore lower water mark as fraction of global memstore size.
getGlobalMemStorePercent(Configuration, boolean) - 类 中的静态方法org.apache.hadoop.hbase.io.util.HeapMemorySizeUtil
Retrieve global memstore configured size as percentage of total heap.
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
 
getHostname() - 类 中的方法org.apache.hadoop.hbase.net.Address
 
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.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
Get the value of the name property as an int, possibly referring to the deprecated name of the configuration property.
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.
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.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.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.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.
getKeyDeepCopy() - 接口 中的方法org.apache.hadoop.hbase.io.encoding.DataBlockEncoder.EncodedSeeker
Does a deep copy of the key at the current position.
getKeyDeepCopy() - 类 中的方法org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1
 
getKeyFormat() - 类 中的方法org.apache.hadoop.hbase.io.crypto.Context
 
getKeyLength() - 类 中的方法org.apache.hadoop.hbase.io.crypto.aes.AES
 
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
 
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
 
getKeyValue() - 接口 中的方法org.apache.hadoop.hbase.io.encoding.DataBlockEncoder.EncodedSeeker
 
getKeyValue() - 类 中的方法org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1
 
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.
getL2BlockCacheHeapPercent(Configuration) - 类 中的静态方法org.apache.hadoop.hbase.io.util.HeapMemorySizeUtil
 
getLast(long[]) - 类 中的静态方法org.apache.hadoop.hbase.util.ArrayUtils
 
getLast(List<T>) - 类 中的静态方法org.apache.hadoop.hbase.util.CollectionUtils
 
getLastIndex(List<?>) - 类 中的静态方法org.apache.hadoop.hbase.util.CollectionUtils
 
getLastUpdate() - 类 中的方法org.apache.hadoop.hbase.ProcedureInfo
 
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.
getLegacyKeyComparatorName() - 类 中的方法org.apache.hadoop.hbase.KeyValue.RawBytesComparator
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
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.
getLruCacheSize(Configuration) - 类 中的静态方法org.apache.hadoop.hbase.io.util.HeapMemorySizeUtil
 
getMax() - 类 中的方法org.apache.hadoop.hbase.io.TimeRange
 
getMax() - 类 中的方法org.apache.hadoop.hbase.util.FastLongHistogram
已过时。
 
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
 
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.
getMean() - 类 中的方法org.apache.hadoop.hbase.util.FastLongHistogram
已过时。
 
getMidpoint(KeyValue.KVComparator, Cell, Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellComparator
Try to return a Cell that falls between left and right but that is shorter; i.e. takes up less space.
getMin() - 类 中的方法org.apache.hadoop.hbase.io.TimeRange
 
getMin() - 类 中的方法org.apache.hadoop.hbase.util.FastLongHistogram
已过时。
 
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
getMvccVersion() - 接口 中的方法org.apache.hadoop.hbase.Cell
已过时。
as of 1.0, use Cell.getSequenceId() Internal use only. A region-specific sequence ID given to each operation. It always exists for cells in the memstore but is not retained forever. It may survive several flushes, but generally becomes irrelevant after the cell's row is no longer involved in any operations that require strict consistency.
getMvccVersion() - 类 中的方法org.apache.hadoop.hbase.KeyValue
Here be dragons
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.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.DefaultCipherProvider
 
getName() - 类 中的方法org.apache.hadoop.hbase.NamespaceDescriptor
 
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
 
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
 
getNonceKey() - 类 中的方法org.apache.hadoop.hbase.ProcedureInfo
 
getNumAtOrBelow(long) - 类 中的方法org.apache.hadoop.hbase.util.FastLongHistogram
已过时。
 
getNumberOfRunningProcess() - 类 中的方法org.apache.hadoop.hbase.util.JVM
Workaround to get the current number of process running.
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
 
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
 
getParentId() - 类 中的方法org.apache.hadoop.hbase.ProcedureInfo
 
getPassword(Configuration, String, String) - 类 中的静态方法org.apache.hadoop.hbase.HBaseConfiguration
Get the password from the Configuration instance using the getPassword method if it exists.
getPeriod() - 类 中的方法org.apache.hadoop.hbase.ScheduledChore
 
getPeriod() - 类 中的方法org.apache.hadoop.hbase.util.Sleeper
 
getPort() - 类 中的方法org.apache.hadoop.hbase.net.Address
 
getPosition() - 类 中的方法org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
getPosition() - 接口 中的方法org.apache.hadoop.hbase.util.PositionedByteRange
The current position marker.
getProcId() - 类 中的方法org.apache.hadoop.hbase.ProcedureInfo
 
getProcName() - 类 中的方法org.apache.hadoop.hbase.ProcedureInfo
 
getProcOwner() - 类 中的方法org.apache.hadoop.hbase.ProcedureInfo
 
getProcState() - 类 中的方法org.apache.hadoop.hbase.ProcedureInfo
 
getProvider() - 类 中的方法org.apache.hadoop.hbase.io.crypto.Cipher
Return the provider for this Cipher
getQualifier() - 接口 中的方法org.apache.hadoop.hbase.Cell
已过时。
getQualifier() - 类 中的方法org.apache.hadoop.hbase.KeyValue
已过时。
getQualifier() - 类 中的方法org.apache.hadoop.hbase.TableName
 
getQualifierArray() - 接口 中的方法org.apache.hadoop.hbase.Cell
Contiguous raw bytes that may start at any index in the containing array.
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
 
getQualifierLength() - 接口 中的方法org.apache.hadoop.hbase.Cell
 
getQualifierLength() - 类 中的方法org.apache.hadoop.hbase.KeyValue
 
getQualifierLength() - 类 中的方法org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
getQualifierOffset() - 接口 中的方法org.apache.hadoop.hbase.Cell
 
getQualifierOffset() - 类 中的方法org.apache.hadoop.hbase.KeyValue
 
getQualifierOffset() - 类 中的方法org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
getQualifierString(KeyValue) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueTestUtil
 
getQuantiles(double[]) - 类 中的方法org.apache.hadoop.hbase.util.FastLongHistogram
已过时。
Computes the quantiles give the ratios.
getQuantiles() - 类 中的方法org.apache.hadoop.hbase.util.FastLongHistogram
已过时。
 
getQuorumString() - 类 中的方法org.apache.hadoop.hbase.zookeeper.ZKConfig.ZKClusterKey
 
getRandomKey() - 类 中的方法org.apache.hadoop.hbase.io.crypto.aes.AES
 
getRandomKey() - 类 中的方法org.apache.hadoop.hbase.io.crypto.Cipher
Create a random symmetric key
getRaw(String) - 类 中的方法org.apache.hadoop.hbase.CompoundConfiguration
 
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
 
getResult() - 类 中的方法org.apache.hadoop.hbase.ProcedureInfo
 
getRevision() - 类 中的静态方法org.apache.hadoop.hbase.util.VersionInfo
Get the subversion revision number for the root directory
getRow() - 接口 中的方法org.apache.hadoop.hbase.Cell
已过时。
getRow() - 类 中的方法org.apache.hadoop.hbase.KeyValue
已过时。
getRowArray() - 接口 中的方法org.apache.hadoop.hbase.Cell
Contiguous raw bytes that may start at any index in the containing array.
getRowArray() - 类 中的方法org.apache.hadoop.hbase.KeyValue
 
getRowArray() - 类 中的方法org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
getRowByte(Cell, int) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
misc
getRowComparator() - 类 中的方法org.apache.hadoop.hbase.TableName
已过时。
The comparator is an internal property of the table. Should not have been exposed here
getRowLength() - 接口 中的方法org.apache.hadoop.hbase.Cell
 
getRowLength() - 类 中的方法org.apache.hadoop.hbase.KeyValue
 
getRowLength() - 类 中的方法org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
getRowOffset() - 接口 中的方法org.apache.hadoop.hbase.Cell
 
getRowOffset() - 类 中的方法org.apache.hadoop.hbase.KeyValue
 
getRowOffset() - 类 中的方法org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
getRowString(KeyValue) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueTestUtil
 
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.Cell
A region-specific unique monotonically increasing sequence ID given to each Cell.
getSequenceId() - 类 中的方法org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1.SeekerState
 
getSequenceId() - 类 中的方法org.apache.hadoop.hbase.KeyValue
used to achieve atomic operations in the memstore.
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.
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
 
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
已过时。
since 0.98.5. Use ImmutableBytesWritable.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.
getStartTime() - 类 中的方法org.apache.hadoop.hbase.ProcedureInfo
 
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.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
 
getTag(byte[], int, int, byte) - 类 中的静态方法org.apache.hadoop.hbase.Tag
Retrieve the first tag from the tags byte array matching the passed in tag type
getTagArray(Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
Returns tag value in a new byte array.
getTagCompressionContext() - 类 中的方法org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultDecodingContext
 
getTagCompressionContext() - 类 中的方法org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultEncodingContext
 
getTagLength() - 类 中的方法org.apache.hadoop.hbase.Tag
 
getTagOffset() - 类 中的方法org.apache.hadoop.hbase.Tag
 
getTags() - 类 中的方法org.apache.hadoop.hbase.KeyValue
Returns any tags embedded in the KeyValue.
getTagsArray() - 接口 中的方法org.apache.hadoop.hbase.Cell
 
getTagsArray() - 类 中的方法org.apache.hadoop.hbase.KeyValue
 
getTagsArray() - 类 中的方法org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
getTagsLength() - 接口 中的方法org.apache.hadoop.hbase.Cell
 
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.NoTagsKeyValue
 
getTagsOffset() - 接口 中的方法org.apache.hadoop.hbase.Cell
 
getTagsOffset() - 类 中的方法org.apache.hadoop.hbase.KeyValue
This returns the offset where the tag actually starts.
getTagsOffset() - 类 中的方法org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
getThird() - 类 中的方法org.apache.hadoop.hbase.util.Triple
 
getThread() - 类 中的方法org.apache.hadoop.hbase.util.HasThread
 
getTimestamp() - 接口 中的方法org.apache.hadoop.hbase.Cell
 
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.
getTotalLengthOfArrays(Iterable<byte[]>) - 类 中的静态方法org.apache.hadoop.hbase.util.ArrayUtils
 
getTotalSleepTime() - 类 中的方法org.apache.hadoop.hbase.io.hadoopbackport.ThrottledInputStream
Getter the total time spent in sleep.
getType() - 类 中的方法org.apache.hadoop.hbase.KeyValue
已过时。
getType() - 类 中的方法org.apache.hadoop.hbase.Tag
 
getTypeByte() - 接口 中的方法org.apache.hadoop.hbase.Cell
 
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.Cell
已过时。
getValue() - 类 中的方法org.apache.hadoop.hbase.KeyValue
已过时。
getValue() - 类 中的方法org.apache.hadoop.hbase.Tag
Returns tag value in a new byte array.
getValueArray() - 接口 中的方法org.apache.hadoop.hbase.Cell
Contiguous raw bytes that may start at any index in the containing array.
getValueArray() - 类 中的方法org.apache.hadoop.hbase.KeyValue
 
getValueArray() - 类 中的方法org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
getValueBufferShallowCopy(Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
getValueLength() - 接口 中的方法org.apache.hadoop.hbase.Cell
 
getValueLength() - 类 中的方法org.apache.hadoop.hbase.KeyValue
 
getValueLength() - 类 中的方法org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
getValueOffset() - 接口 中的方法org.apache.hadoop.hbase.Cell
 
getValueOffset() - 类 中的方法org.apache.hadoop.hbase.KeyValue
 
getValueOffset() - 类 中的方法org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
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.
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
 
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
growIfNecessary(byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ArrayUtils
 
growIfNecessary(int[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ArrayUtils
 
growIfNecessary(long[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ArrayUtils
 
GsonUtil - org.apache.hadoop.hbase.util中的类
Helper class for gson.
GZIP - 类 中的静态变量org.apache.hadoop.hbase.util.Base64
Specify that data should be gzip-compressed.

H

hasClientAckTime() - 类 中的方法org.apache.hadoop.hbase.ProcedureInfo
 
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(byte[]) - 类 中的方法org.apache.hadoop.hbase.util.Hash
Calculate a hash using all bytes from the input argument, and a seed of -1.
hash(byte[], int) - 类 中的方法org.apache.hadoop.hbase.util.Hash
Calculate a hash using all bytes from the input argument, and a provided seed value.
hash(byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.util.Hash
Calculate a hash using bytes from 0 to length, and the provided seed value
hash(byte[], int, int, int) - 类 中的方法org.apache.hadoop.hbase.util.Hash
Calculate a hash using bytes from offset to offset + length, and the provided seed value.
hash(byte[], int, int, int) - 类 中的方法org.apache.hadoop.hbase.util.JenkinsHash
taken from hashlittle() -- hash a variable-length key into a 32-bit value
hash(byte[], int, int, int) - 类 中的方法org.apache.hadoop.hbase.util.MurmurHash
 
hash(byte[], int, int, 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(Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellComparator
Returns a hash code that is always the same for two Cells having a matching equals(..) result.
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.security.User
 
hashCode() - 类 中的方法org.apache.hadoop.hbase.TableName
 
hashCode() - 类 中的方法org.apache.hadoop.hbase.util.AbstractByteRange
 
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.Pair
 
hashCode() - 类 中的方法org.apache.hadoop.hbase.util.PairOfSameType
 
hashCode() - 类 中的方法org.apache.hadoop.hbase.util.Triple
 
hashCodeIgnoreMvcc(Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellComparator
Returns a hash code that is always the same for two Cells having a matching equals(..) result.
hasNext() - 类 中的方法org.apache.hadoop.hbase.types.StructIterator
 
hasNext() - 类 中的方法org.apache.hadoop.hbase.util.ConcatenatedLists.Iterator
 
hasParentId() - 类 中的方法org.apache.hadoop.hbase.ProcedureInfo
 
hasResultData() - 类 中的方法org.apache.hadoop.hbase.ProcedureInfo
 
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 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
 
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_CLUSTER_MINIMUM_MEMORY_THRESHOLD - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
HBASE_CONFIG_READ_ZOOKEEPER_CONFIG - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
HBASE_COORDINATED_STATE_MANAGER_CLASS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Config for pluggable consensus provider
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
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
HBASECLIENT_IMPL - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Parameter name for what hbase client implementation to use.
HBaseConfiguration - org.apache.hadoop.hbase中的类
Adds HBase configuration files to a Configuration
HBaseConfiguration() - 类 的构造器org.apache.hadoop.hbase.HBaseConfiguration
已过时。
since 0.90.0. Please use HBaseConfiguration.create() instead.
HBaseConfiguration(Configuration) - 类 的构造器org.apache.hadoop.hbase.HBaseConfiguration
已过时。
since 0.90.0. Please use HBaseConfiguration.create(Configuration) instead.
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
HBaseInterfaceAudience() - 类 的构造器org.apache.hadoop.hbase.HBaseInterfaceAudience
 
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
 
HBCK_CODE_NAME - 类 中的静态变量org.apache.hadoop.hbase.HConstants
HBCK special code name used as server name when manipulating ZK nodes
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.Modify - org.apache.hadoop.hbase中的枚举
modifyTable op for replacing the table descriptor
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
 
HeapMemorySizeUtil - org.apache.hadoop.hbase.io.util中的类
 
HeapMemorySizeUtil() - 类 的构造器org.apache.hadoop.hbase.io.util.HeapMemorySizeUtil
 
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.
heapSizeWithoutTags() - 类 中的方法org.apache.hadoop.hbase.KeyValue
已过时。
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
HFileContext(boolean, boolean, boolean, Compression.Algorithm, boolean, ChecksumType, int, int, DataBlockEncoding, Encryption.Context, long, String) - 类 的构造器org.apache.hadoop.hbase.io.hfile.HFileContext
 
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
 
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.
ImmutableBytesWritable.Comparator() - 类 的构造器org.apache.hadoop.hbase.io.ImmutableBytesWritable.Comparator
constructor
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
 
increment() - 类 中的方法org.apache.hadoop.hbase.util.LongAdder
Equivalent to add(1).
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
 
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.
injectEdge(EnvironmentEdge) - 类 中的静态方法org.apache.hadoop.hbase.util.EnvironmentEdgeManager
Injects the given edge such that it becomes the managed entity.
inputStreamFromByteRange(PositionedByteRange) - 类 中的静态方法org.apache.hadoop.hbase.types.PBType
Create a CodedInputStream from a PositionedByteRange.
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.
intValue() - 类 中的方法org.apache.hadoop.hbase.util.LongAdder
Returns the LongAdder.sum() as an int after a narrowing primitive conversion.
INVALID_HASH - 类 中的静态变量org.apache.hadoop.hbase.util.Hash
Constant to denote invalid hash type.
invalidate() - 类 中的方法org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1.SeekerState
 
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.
iscreate(InputStream) - 类 中的静态方法org.apache.hadoop.hbase.KeyValue
iscreate(InputStream, boolean) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
Create a KeyValue reading from the raw InputStream.
isData() - 枚举 中的方法org.apache.hadoop.hbase.io.hfile.BlockType
 
isDelete(Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
isDelete(byte) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
isDelete(byte) - 类 中的静态方法org.apache.hadoop.hbase.KeyValue
 
isDelete() - 类 中的方法org.apache.hadoop.hbase.KeyValue
已过时。
isDeleteColumnOrFamily(Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
isDeleteColumns(Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
isDeleteColumnVersion(Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
isDeleteFamily(Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
isDeleteFamilyVersion(Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
isDeleteType(Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
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(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.util.ArrayUtils
 
isEmpty(long[]) - 类 中的静态方法org.apache.hadoop.hbase.util.ArrayUtils
 
isEmpty(Object[]) - 类 中的静态方法org.apache.hadoop.hbase.util.ArrayUtils
 
isEmpty() - 接口 中的方法org.apache.hadoop.hbase.util.ByteRange
 
isEmpty(Collection<T>) - 类 中的静态方法org.apache.hadoop.hbase.util.CollectionUtils
empty
isEmpty(String) - 类 中的静态方法org.apache.hadoop.hbase.util.Strings
Null-safe length check.
isEncodedValue(PositionedByteRange) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Returns true when src appears to be positioned an encoded value, false otherwise.
isFailed() - 类 中的方法org.apache.hadoop.hbase.ProcedureInfo
 
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.
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
 
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
 
isLastIndex(List<?>, int) - 类 中的静态方法org.apache.hadoop.hbase.util.CollectionUtils
 
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 [a-zA-Z_0-9]
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 [a-zA-Z_0-9] or '_', '.' or '-'.
isLegalTableQualifierName(byte[], int, int, boolean) - 类 中的静态方法org.apache.hadoop.hbase.TableName
 
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.
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
 
isProcedureOwner(ProcedureInfo, User) - 类 中的静态方法org.apache.hadoop.hbase.ProcedureInfo
Check if the user is this procedure's owner
isRetry() - 类 中的方法org.apache.hadoop.hbase.util.RetryCounter
 
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
 
isStopped() - 接口 中的方法org.apache.hadoop.hbase.Stoppable
 
isSuperUser(User) - 类 中的静态方法org.apache.hadoop.hbase.security.Superusers
 
isSuperUser(String) - 类 中的静态方法org.apache.hadoop.hbase.security.Superusers
已过时。
this method is for backward compatibility, use Superusers.isSuperUser(User) instead
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
 
isValid() - 类 中的方法org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1.SeekerState
 
IterableUtils - org.apache.hadoop.hbase.util中的类
Utility methods for Iterable including null-safe handlers.
IterableUtils() - 类 的构造器org.apache.hadoop.hbase.util.IterableUtils
 
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.BoundedArrayQueue
Not implemented and will throw UnsupportedOperationException
iterator() - 类 中的方法org.apache.hadoop.hbase.util.ConcatenatedLists
 
iterator() - 类 中的方法org.apache.hadoop.hbase.util.PairOfSameType
 
IV_LENGTH - 类 中的静态变量org.apache.hadoop.hbase.io.crypto.aes.AES
 

J

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
 
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.aes.AES
 
KEY_LENGTH_BITS - 类 中的静态变量org.apache.hadoop.hbase.io.crypto.aes.AES
 
KEY_LENGTH_SIZE - 类 中的静态变量org.apache.hadoop.hbase.KeyValue
Size of the key length field in bytes
KEY_PREFIX - 类 中的静态变量org.apache.hadoop.hbase.trace.HBaseHTraceConfiguration
 
KEY_VALUE_LEN_SIZE - 类 中的静态变量org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1.SeekerState
The size of a (key length, value length) tuple that prefixes each entry in a data block.
keyBuffer - 类 中的变量org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1.SeekerState
 
keyLength - 类 中的变量org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1.SeekerState
 
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
 
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.KeyOnlyKeyValue() - 类 的构造器org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
KeyValue.KeyOnlyKeyValue(byte[]) - 类 的构造器org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
KeyValue.KeyOnlyKeyValue(byte[], int, int) - 类 的构造器org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
 
KeyValue.KVComparator - org.apache.hadoop.hbase中的类
Compare KeyValues.
KeyValue.KVComparator() - 类 的构造器org.apache.hadoop.hbase.KeyValue.KVComparator
 
KeyValue.MetaComparator - org.apache.hadoop.hbase中的类
A KeyValue.KVComparator for hbase:meta catalog table KeyValues.
KeyValue.MetaComparator() - 类 的构造器org.apache.hadoop.hbase.KeyValue.MetaComparator
 
KeyValue.RawBytesComparator - org.apache.hadoop.hbase中的类
This is a TEST only Comparator used in TestSeekTo and TestReseekTo.
KeyValue.RawBytesComparator() - 类 的构造器org.apache.hadoop.hbase.KeyValue.RawBytesComparator
 
KeyValue.RowOnlyComparator - org.apache.hadoop.hbase中的类
Comparator that compares row component only of a KeyValue.
KeyValue.RowOnlyComparator(KeyValue.KVComparator) - 类 的构造器org.apache.hadoop.hbase.KeyValue.RowOnlyComparator
 
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.KeyValueDecoder - org.apache.hadoop.hbase.codec中的类
 
KeyValueCodec.KeyValueDecoder(InputStream) - 类 的构造器org.apache.hadoop.hbase.codec.KeyValueCodec.KeyValueDecoder
 
KeyValueCodec.KeyValueEncoder - org.apache.hadoop.hbase.codec中的类
 
KeyValueCodec.KeyValueEncoder(OutputStream) - 类 的构造器org.apache.hadoop.hbase.codec.KeyValueCodec.KeyValueEncoder
 
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.KeyValueDecoder - org.apache.hadoop.hbase.codec中的类
 
KeyValueCodecWithTags.KeyValueDecoder(InputStream) - 类 的构造器org.apache.hadoop.hbase.codec.KeyValueCodecWithTags.KeyValueDecoder
 
KeyValueCodecWithTags.KeyValueEncoder - org.apache.hadoop.hbase.codec中的类
 
KeyValueCodecWithTags.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
 

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
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.KeyValue
 
length(Cell) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
Returns number of bytes this cell would have been used if serialized as in KeyValue
length - 类 中的变量org.apache.hadoop.hbase.types.FixedLengthWrapper
 
length - 类 中的变量org.apache.hadoop.hbase.util.AbstractByteRange
The number of bytes in the range.
length(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.util.ArrayUtils
 
length(long[]) - 类 中的静态方法org.apache.hadoop.hbase.util.ArrayUtils
 
length(Object[]) - 类 中的静态方法org.apache.hadoop.hbase.util.ArrayUtils
 
length(PositionedByteRange) - 类 中的静态方法org.apache.hadoop.hbase.util.OrderedBytes
Return the number of encoded entries remaining in buff.
lengthWithMvccVersion(KeyValue, boolean) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueUtil
 
LIB_DIR - 类 中的静态变量org.apache.hadoop.hbase.HConstants
The directory from which co-processor/custom filter jars can be loaded dynamically by the region servers.
limit - 类 中的变量org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
LimitInputStream - org.apache.hadoop.hbase.io中的类
Copied from guava source code v15 (LimitedInputStream) Guava deprecated LimitInputStream in v14 and removed it in v15.
LimitInputStream(InputStream, long) - 类 的构造器org.apache.hadoop.hbase.io.LimitInputStream
 
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.codec.BaseDecoder
 
LOG_REPLAY_WAIT_REGION_TIMEOUT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Conf key that specifies timeout value to wait for a region ready
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(Log, String, long) - 类 中的静态方法org.apache.hadoop.hbase.util.ReflectionUtils
Log the current thread stacks at INFO level.
logVersion() - 类 中的静态方法org.apache.hadoop.hbase.util.VersionInfo
 
LongAdder - org.apache.hadoop.hbase.util中的类
One or more variables that together maintain an initially zero long sum.
LongAdder() - 类 的构造器org.apache.hadoop.hbase.util.LongAdder
Creates a new adder with initial sum of zero.
longFitsIn(long) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Check how many bytes are required to store value.
longValue() - 类 中的方法org.apache.hadoop.hbase.util.LongAdder
Equivalent to LongAdder.sum().
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.Random64
Random64 is a pseudorandom algorithm(LCG).
main(String[]) - 类 中的静态方法org.apache.hadoop.hbase.util.VersionInfo
 
MAJOR_COMPACTION_PERIOD - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Parameter name for how often a region should should perform a major compaction
makeColumn(byte[], byte[]) - 类 中的静态方法org.apache.hadoop.hbase.KeyValue
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
 
mark(int) - 类 中的方法org.apache.hadoop.hbase.io.LimitInputStream
 
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_CLOSE_REGION_THREADS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
MASTER_CLOSE_REGION_THREADS_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_LOG_REPLAY_OPS_THREADS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
MASTER_LOG_REPLAY_OPS_THREADS_DEFAULT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
MASTER_META_SERVER_OPERATIONS_THREADS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
MASTER_META_SERVER_OPERATIONS_THREADS_DEFAULT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
MASTER_OPEN_REGION_THREADS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Configurations for master executor services.
MASTER_OPEN_REGION_THREADS_DEFAULT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
MASTER_PORT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Parameter name for port master listens on.
MASTER_SERVER_OPERATIONS_THREADS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
MASTER_SERVER_OPERATIONS_THREADS_DEFAULT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
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
 
matchingColumn(Cell, Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
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
 
matchingQualifier(Cell, Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
matchingQualifier(Cell, byte[]) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
matchingQualifier(Cell, byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
matchingRow(Cell, Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
matchingRow(Cell, byte[]) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
matchingRow(Cell, byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
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
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.
matchingTimestamp(Cell, Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
matchingType(Cell, Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
matchingValue(Cell, Cell) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
matchingValue(Cell, byte[]) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
 
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
 
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
 
MEMSTORE_SIZE_KEY - 类 中的静态变量org.apache.hadoop.hbase.io.util.HeapMemorySizeUtil
 
MEMSTORE_SIZE_LOWER_LIMIT_KEY - 类 中的静态变量org.apache.hadoop.hbase.io.util.HeapMemorySizeUtil
 
MEMSTORE_SIZE_LOWER_LIMIT_OLD_KEY - 类 中的静态变量org.apache.hadoop.hbase.io.util.HeapMemorySizeUtil
 
MEMSTORE_SIZE_OLD_KEY - 类 中的静态变量org.apache.hadoop.hbase.io.util.HeapMemorySizeUtil
 
memstoreTS - 类 中的变量org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1.SeekerState
 
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.KeyValue
A KeyValue.KVComparator for hbase:meta catalog table KeyValues.
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.HConstants
已过时。
For upgrades of 0.94 to 0.96
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.
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
 
moveBufferToStream(OutputStream, ByteBuffer, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteBufferUtils
Copy the data to the output stream and update position in buffer.
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
 
NAMESPACE_DELIM - 类 中的静态变量org.apache.hadoop.hbase.TableName
Namespace delimiter
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
 
newConstructor(String) - 类 中的静态方法org.apache.hadoop.hbase.util.ChecksumFactory
Returns a Constructor that can be used to create a Checksum object.
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(String) - 类 中的静态方法org.apache.hadoop.hbase.util.ChecksumFactory
Create a new instance of a Checksum object.
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
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.ConcatenatedLists.Iterator
 
nextBytes(byte[]) - 类 中的方法org.apache.hadoop.hbase.util.Random64
 
nextKvOffset - 类 中的变量org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1.SeekerState
 
nextLong() - 类 中的方法org.apache.hadoop.hbase.util.Random64
 
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_OPTIONS - 类 中的静态变量org.apache.hadoop.hbase.util.Base64
No options specified.
NO_SEQNUM - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Value indicating the server name was saved with no sequence number.
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_IN_DICTIONARY - 接口 中的静态变量org.apache.hadoop.hbase.io.util.Dictionary
 
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
 
notEmpty(Collection<T>) - 类 中的静态方法org.apache.hadoop.hbase.util.CollectionUtils
 
nullSafe(Collection<T>) - 类 中的静态方法org.apache.hadoop.hbase.util.CollectionUtils
 
nullSafe(Iterable<T>) - 类 中的静态方法org.apache.hadoop.hbase.util.IterableUtils
 
nullSafeSameSize(Collection<A>, Collection<B>) - 类 中的静态方法org.apache.hadoop.hbase.util.CollectionUtils
 
nullSafeSize(Collection<T>) - 类 中的静态方法org.apache.hadoop.hbase.util.CollectionUtils
size
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)
obtainAuthTokenForJob(Configuration, Job) - 类 中的方法org.apache.hadoop.hbase.security.User
已过时。
Use TokenUtil.obtainAuthTokenForJob(Connection,User,Job) instead.
obtainAuthTokenForJob(JobConf) - 类 中的方法org.apache.hadoop.hbase.security.User
已过时。
Use TokenUtil.obtainAuthTokenForJob(Connection,JobConf,User) instead.
obtainAuthTokenForJob(Configuration, Job) - 类 中的方法org.apache.hadoop.hbase.security.User.SecureHadoopUser
 
obtainAuthTokenForJob(JobConf) - 类 中的方法org.apache.hadoop.hbase.security.User.SecureHadoopUser
 
offer(E) - 类 中的方法org.apache.hadoop.hbase.util.BoundedArrayQueue
 
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
 
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[].
ORDERED - 类 中的静态变量org.apache.hadoop.hbase.util.Base64
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/rfcc-1940.html.
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.codec - 程序包 org.apache.hadoop.hbase.codec
 
org.apache.hadoop.hbase.exceptions - 程序包 org.apache.hadoop.hbase.exceptions
 
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.net - 程序包 org.apache.hadoop.hbase.net
 
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) - 类 中的静态方法org.apache.hadoop.hbase.KeyValue
oswrite(KeyValue, OutputStream, boolean) - 类 中的静态方法org.apache.hadoop.hbase.KeyValue
Write out a KeyValue in the manner in which we used to when KeyValue was a Writable but do not require a DataOutput, just take plain OutputStream Named oswrite so does not clash with KeyValue.write(KeyValue, DataOutput)
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
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
 
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.KeyValue
Splits a column in family:qualifier form into separate byte arrays.
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.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.util.Addressing
 
parseZooCfg(Configuration, InputStream) - 类 中的静态方法org.apache.hadoop.hbase.zookeeper.ZKConfig
已过时。
in 0.96 onwards. HBase will no longer rely on zoo.cfg availability.
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
 
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.BoundedArrayQueue
 
peek() - 接口 中的方法org.apache.hadoop.hbase.util.PositionedByteRange
Retrieve the next byte from this range without incrementing position.
PHOENIX - 类 中的静态变量org.apache.hadoop.hbase.HBaseInterfaceAudience
 
poll() - 类 中的方法org.apache.hadoop.hbase.util.BoundedArrayQueue
 
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.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, ByteBuffer, ByteBuffer) - 接口 中的方法org.apache.hadoop.hbase.io.encoding.HFileBlockDecodingContext
Perform all actions that need to be done before the encoder's real decoding process.
prepareDecoding(int, int, ByteBuffer, ByteBuffer) - 类 中的方法org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultDecodingContext
 
prepareEncoding(DataOutputStream) - 类 中的方法org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultEncodingContext
prepare to start a new encoding.
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.
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.
ProcedureInfo - org.apache.hadoop.hbase中的类
Procedure information
ProcedureInfo(long, String, String, ProcedureProtos.ProcedureState, long, NonceKey, ErrorHandlingProtos.ForeignExceptionMessage, long, long, byte[]) - 类 的构造器org.apache.hadoop.hbase.ProcedureInfo
 
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.WeakObjectPool
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(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(byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Put an int value as short out to the specified byte array position.
putBigDecimal(byte[], int, BigDecimal) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Put a BigDecimal value out to the specified byte array position.
putBuffer(ByteBuffer) - 类 中的方法org.apache.hadoop.hbase.io.BoundedByteBufferPool
 
putByte(byte[], int, byte) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Write a single byte out to the specified byte array position.
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, 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(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
 
putIntUnsafe(byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Put an int value out to the specified byte array position (Unsafe).
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(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
 
putLongUnsafe(byte[], int, long) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Put a long value out to the specified byte array position (Unsafe).
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(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
 
putShortUnsafe(byte[], int, short) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Put a short value out to the specified byte array position (Unsafe).
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

QOS_THRESHOLD - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 

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.
Random64 - org.apache.hadoop.hbase.util中的类
An instance of this class is used to generate a stream of pseudorandom numbers.
Random64() - 类 的构造器org.apache.hadoop.hbase.util.Random64
 
Random64(long) - 类 的构造器org.apache.hadoop.hbase.util.Random64
 
RAW_COMPARATOR - 类 中的静态变量org.apache.hadoop.hbase.KeyValue
Needed for Bloom Filters.
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.
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.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(ByteBuffer) - 枚举 中的静态方法org.apache.hadoop.hbase.io.hfile.BlockType
 
read() - 类 中的方法org.apache.hadoop.hbase.io.LimitInputStream
 
read(byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.io.LimitInputStream
 
read() - 类 中的方法org.apache.hadoop.hbase.util.Base64.Base64InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.util.Base64.Base64InputStream
Calls Base64.Base64InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
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(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(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(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.
ReadOnlyByteRangeException - org.apache.hadoop.hbase.util中的异常错误
Exception thrown when a read only byte range is modified
ReadOnlyByteRangeException() - 异常错误 的构造器org.apache.hadoop.hbase.util.ReadOnlyByteRangeException
 
readRawVarint32(InputStream) - 类 中的静态方法org.apache.hadoop.hbase.io.util.StreamUtils
 
readRawVarint32(ByteBuffer) - 类 中的静态方法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.
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
 
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
已过时。
since 0.98.12. Use Bytes.readAsVLong(byte[],int) instead.
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
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.
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() - 类 中的方法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
repeat(char, int) - 类 中的静态方法org.apache.hadoop.hbase.util.Strings
 
replace(K, V, V) - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
replace(K, V) - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
REPLAY_QOS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
REPLICATION - 类 中的静态变量org.apache.hadoop.hbase.HBaseInterfaceAudience
 
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_ENABLE_DEFAULT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
REPLICATION_ENABLE_KEY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
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
 
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.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.io.LimitInputStream
 
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.
reset() - 类 中的方法org.apache.hadoop.hbase.util.FastLongHistogram
已过时。
Resets the histogram for new counting.
reset() - 类 中的方法org.apache.hadoop.hbase.util.LongAdder
Resets variables maintaining the sum to zero.
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.
RetryCounter - org.apache.hadoop.hbase.util中的类
 
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.BackoffPolicy() - 类 的构造器org.apache.hadoop.hbase.util.RetryCounter.BackoffPolicy
 
RetryCounter.ExponentialBackoffPolicy - org.apache.hadoop.hbase.util中的类
 
RetryCounter.ExponentialBackoffPolicy() - 类 的构造器org.apache.hadoop.hbase.util.RetryCounter.ExponentialBackoffPolicy
 
RetryCounter.ExponentialBackoffPolicyWithLimit - org.apache.hadoop.hbase.util中的类
 
RetryCounter.ExponentialBackoffPolicyWithLimit() - 类 的构造器org.apache.hadoop.hbase.util.RetryCounter.ExponentialBackoffPolicyWithLimit
 
RetryCounter.RetryConfig - org.apache.hadoop.hbase.util中的类
Configuration for a retry counter
RetryCounter.RetryConfig() - 类 的构造器org.apache.hadoop.hbase.util.RetryCounter.RetryConfig
 
RetryCounter.RetryConfig(int, long, long, TimeUnit, RetryCounter.BackoffPolicy) - 类 的构造器org.apache.hadoop.hbase.util.RetryCounter.RetryConfig
 
RetryCounterFactory - org.apache.hadoop.hbase.util中的类
 
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
 
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.
ReusableStreamGzipCodec.ReusableGzipOutputStream(OutputStream) - 类 的构造器org.apache.hadoop.hbase.io.compress.ReusableStreamGzipCodec.ReusableGzipOutputStream
 
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
 
rewindThenToList(ByteBuffer, boolean, boolean) - 类 中的静态方法org.apache.hadoop.hbase.KeyValueTestUtil
 
RNG_ALGORITHM_KEY - 类 中的静态变量org.apache.hadoop.hbase.io.crypto.aes.AES
 
RNG_PROVIDER_KEY - 类 中的静态变量org.apache.hadoop.hbase.io.crypto.aes.AES
 
ROW_LENGTH_SIZE - 类 中的静态变量org.apache.hadoop.hbase.KeyValue
Size of the row length field in bytes
ROW_OFFSET - 类 中的静态变量org.apache.hadoop.hbase.KeyValue
 
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(KeyValue.KVComparator, HFileBlockDecodingContext) - 类 的构造器org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1
 
RowIndexSeekerV1.SeekerState - org.apache.hadoop.hbase.io.encoding中的类
 
RowIndexSeekerV1.SeekerState() - 类 的构造器org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1.SeekerState
 
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
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

safeGetHeapMemoryUsage() - 类 中的静态方法org.apache.hadoop.hbase.io.util.HeapMemorySizeUtil
Return JVM memory statistics while properly handling runtime exceptions from the JVM.
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
 
second - 类 中的变量org.apache.hadoop.hbase.util.Pair
 
seekToKeyInBlock(byte[], int, int, boolean) - 接口 中的方法org.apache.hadoop.hbase.io.encoding.DataBlockEncoder.EncodedSeeker
已过时。
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(byte[], int, int, boolean) - 类 中的方法org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1
 
seekToKeyInBlock(Cell, boolean) - 类 中的方法org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1
 
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_QUALIFIER - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
SERVERNAME_QUALIFIER_STR - 类 中的静态变量org.apache.hadoop.hbase.HConstants
The serverName column qualifier.
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(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
 
setClientAckTime(long) - 类 中的方法org.apache.hadoop.hbase.ProcedureInfo
 
setCompression(Compression.Algorithm) - 类 中的方法org.apache.hadoop.hbase.io.hfile.HFileContext
 
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.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(ByteBuffer) - 接口 中的方法org.apache.hadoop.hbase.io.encoding.DataBlockEncoder.EncodedSeeker
Set on which buffer there will be done seeking.
setCurrentBuffer(ByteBuffer) - 类 中的方法org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1
 
setDaemon(boolean) - 类 中的方法org.apache.hadoop.hbase.util.HasThread
 
setDaemonThreadRunning(Thread) - 类 中的静态方法org.apache.hadoop.hbase.util.Threads
Utility method that sets name, daemon status and starts passed thread.
setDaemonThreadRunning(Thread, String) - 类 中的静态方法org.apache.hadoop.hbase.util.Threads
Utility method that sets name, daemon status and starts passed thread.
setDaemonThreadRunning(Thread, String, Thread.UncaughtExceptionHandler) - 类 中的静态方法org.apache.hadoop.hbase.util.Threads
Utility method that sets name, daemon status and starts passed thread.
setDataBlockEncoding(DataBlockEncoding) - 类 中的方法org.apache.hadoop.hbase.io.hfile.HFileContext
 
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
 
setFileCreateTime(long) - 类 中的方法org.apache.hadoop.hbase.io.hfile.HFileContext
 
setFirst(T1) - 类 中的方法org.apache.hadoop.hbase.util.Pair
Replace the first element of the pair.
setFirst(A) - 类 中的方法org.apache.hadoop.hbase.util.Triple
 
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.Decryptor
Set the initialization vector
setIv(byte[]) - 接口 中的方法org.apache.hadoop.hbase.io.crypto.Encryptor
Set the initialization vector
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.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.io.encoding.RowIndexSeekerV1.SeekerState
 
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
 
setSecond(T2) - 类 中的方法org.apache.hadoop.hbase.util.Pair
Replace the second element of the pair.
setSecond(B) - 类 中的方法org.apache.hadoop.hbase.util.Triple
 
setSequenceId(Cell, long) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
Sets the given seqId to the cell.
setSequenceId(long) - 类 中的方法org.apache.hadoop.hbase.KeyValue
 
setSequenceId(long) - 接口 中的方法org.apache.hadoop.hbase.SettableSequenceId
Sets with the given seqId.
setSleepInterval(long) - 类 中的方法org.apache.hadoop.hbase.util.RetryCounter.RetryConfig
 
SettableSequenceId - org.apache.hadoop.hbase中的接口
Using this Interface one can mark a Cell as Sequence stampable.
SettableTimestamp - org.apache.hadoop.hbase中的接口
Using this Interface one can mark a Cell as timestamp changeable.
setTagCompressionContext(TagCompressionContext) - 类 中的方法org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultDecodingContext
 
setTagCompressionContext(TagCompressionContext) - 类 中的方法org.apache.hadoop.hbase.io.encoding.HFileBlockDefaultEncodingContext
 
setTarget(String) - 类 中的方法org.apache.hadoop.hbase.AsyncConsoleAppender
 
setThird(C) - 类 中的方法org.apache.hadoop.hbase.util.Triple
 
setTimestamp(Cell, long) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
Sets the given timestamp to the cell.
setTimestamp(Cell, byte[], int) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
Sets the given timestamp to the cell.
setTimestamp(long) - 类 中的方法org.apache.hadoop.hbase.KeyValue
 
setTimestamp(byte[], int) - 类 中的方法org.apache.hadoop.hbase.KeyValue
 
setTimestamp(long) - 接口 中的方法org.apache.hadoop.hbase.SettableTimestamp
Sets with the given timestamp.
setTimestamp(byte[], int) - 接口 中的方法org.apache.hadoop.hbase.SettableTimestamp
Sets with the given timestamp.
setTimeUnit(TimeUnit) - 类 中的方法org.apache.hadoop.hbase.util.RetryCounter.RetryConfig
 
setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - 类 中的方法org.apache.hadoop.hbase.util.HasThread
 
setUserProviderForTesting(Configuration, Class<? extends UserProvider>) - 类 中的静态方法org.apache.hadoop.hbase.security.UserProvider
Set the UserProvider in the given configuration that should be instantiated
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
 
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.
size() - 类 中的方法org.apache.hadoop.hbase.CompoundConfiguration
 
size() - 类 中的方法org.apache.hadoop.hbase.io.ByteArrayOutputStream
 
size() - 类 中的方法org.apache.hadoop.hbase.io.ByteBufferOutputStream
 
size() - 类 中的方法org.apache.hadoop.hbase.types.CopyOnWriteArrayMap
 
size() - 类 中的方法org.apache.hadoop.hbase.util.BoundedArrayQueue
 
size - 类 中的变量org.apache.hadoop.hbase.util.ConcatenatedLists
 
size() - 类 中的方法org.apache.hadoop.hbase.util.ConcatenatedLists
 
size() - 类 中的方法org.apache.hadoop.hbase.util.WeakObjectPool
Returns an estimated count of objects kept in the pool.
SizedCellScanner - org.apache.hadoop.hbase.io中的接口
A CellScanner that knows its size in memory in bytes.
sizeOf(byte[], int) - 类 中的静态方法org.apache.hadoop.hbase.util.ClassSize
 
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
skip(long) - 类 中的方法org.apache.hadoop.hbase.io.ByteBufferInputStream
Skips n bytes of input from this input stream.
skip(long) - 类 中的方法org.apache.hadoop.hbase.io.LimitInputStream
 
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 for period adjusted by passed startTime
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.
SNAPSHOT_CLEANER_DISABLE - 类 中的静态变量org.apache.hadoop.hbase.HConstants
 
SNAPSHOT_DIR_NAME - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Name of the directory to store all snapshots.
SOCKET_RETRY_WAIT_MS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
The delay when re-trying a socket operation in a loop (HBASE-4712)
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.
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
 
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
startOffset - 类 中的变量org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1.SeekerState
 
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_PORT - 类 中的静态变量org.apache.hadoop.hbase.HConstants
The port to use for the multicast messages.
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.
stopAndDrainOps() - 类 中的方法org.apache.hadoop.hbase.util.DrainBarrier
Blocks new operations from starting, waits for the current ones to drain.
stopAndDrainOpsOnce() - 类 中的方法org.apache.hadoop.hbase.util.DrainBarrier
Blocks new operations from starting, waits for the current ones to drain.
Stoppable - org.apache.hadoop.hbase中的接口
Implementers are Stoppable.
store - 类 中的变量org.apache.hadoop.hbase.io.crypto.KeyStoreKeyProvider
 
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.
sum() - 类 中的方法org.apache.hadoop.hbase.util.LongAdder
Returns the current sum.
sumThenReset() - 类 中的方法org.apache.hadoop.hbase.util.LongAdder
Equivalent in effect to LongAdder.sum() followed by LongAdder.reset().
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.
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

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.
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 the KVs.
Tag(byte, String) - 类 的构造器org.apache.hadoop.hbase.Tag
 
Tag(byte, byte[]) - 类 的构造器org.apache.hadoop.hbase.Tag
 
Tag(byte[], int) - 类 的构造器org.apache.hadoop.hbase.Tag
Creates a Tag from the specified byte array and offset.
Tag(byte[], int, int) - 类 的构造器org.apache.hadoop.hbase.Tag
Creates a Tag from the specified byte array, starting at offset, and for length length.
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_LENGTH_SIZE - 类 中的静态变量org.apache.hadoop.hbase.KeyValue
Size of the tags length field in bytes
tagsIterator(byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
Util method to iterate through the tags
tagsLength - 类 中的变量org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1.SeekerState
 
tagsOffset - 类 中的变量org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1.SeekerState
 
TagType - org.apache.hadoop.hbase中的类
 
TagType() - 类 的构造器org.apache.hadoop.hbase.TagType
 
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
TimeRange(long) - 类 的构造器org.apache.hadoop.hbase.io.TimeRange
已过时。
This is made @InterfaceAudience.Private in the 2.0 line and above
TimeRange(byte[]) - 类 的构造器org.apache.hadoop.hbase.io.TimeRange
已过时。
This is removed in the 2.0 line and above
TimeRange(byte[], byte[]) - 类 的构造器org.apache.hadoop.hbase.io.TimeRange
已过时。
This is removed in the 2.0 line and above
TimeRange(long, long) - 类 的构造器org.apache.hadoop.hbase.io.TimeRange
已过时。
This is made @InterfaceAudience.Private in the 2.0 line and above
TIMERANGE - 类 中的静态变量org.apache.hadoop.hbase.util.ClassSize
Overhead for timerange
TIMERANGE_TRACKER - 类 中的静态变量org.apache.hadoop.hbase.util.ClassSize
Overhead for TimeRangeTracker
TIMESTAMP_SIZE - 类 中的静态变量org.apache.hadoop.hbase.KeyValue
Size of the timestamp field in bytes
TIMESTAMP_TYPE_SIZE - 类 中的静态变量org.apache.hadoop.hbase.KeyValue
 
toArray(List<byte[]>) - 类 中的静态方法org.apache.hadoop.hbase.io.ImmutableBytesWritable
 
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
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.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.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
 
toCell() - 类 中的方法org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1.SeekerState
 
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(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
toIntUnsafe(byte[], int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Converts a byte array to an int value (Unsafe version)
toIOException(ErrorHandlingProtos.ForeignExceptionMessage) - 类 中的静态方法org.apache.hadoop.hbase.util.ForeignExceptionUtil
 
toList(long[]) - 类 中的静态方法org.apache.hadoop.hbase.util.ArrayUtils
 
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.
toLongUnsafe(byte[], int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Converts a byte array to an long value (Unsafe version)
TOOLS - 类 中的静态变量org.apache.hadoop.hbase.HBaseInterfaceAudience
Denotes classes used as tools (Used from cmd line).
toProtoForeignException(String, Throwable) - 类 中的静态方法org.apache.hadoop.hbase.util.ForeignExceptionUtil
 
toProtoStackTraceElement(StackTraceElement[]) - 类 中的静态方法org.apache.hadoop.hbase.util.ForeignExceptionUtil
Convert a stack trace to list of StackTraceElement.
toShort(byte, byte) - 类 中的静态方法org.apache.hadoop.hbase.io.util.StreamUtils
 
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
toShortUnsafe(byte[], int) - 类 中的静态方法org.apache.hadoop.hbase.util.Bytes
Converts a byte array to an short value (Unsafe version)
toStackTrace(List<ErrorHandlingProtos.StackTraceElementMessage>) - 类 中的静态方法org.apache.hadoop.hbase.util.ForeignExceptionUtil
Unwind a serialized array of ErrorHandlingProtos.StackTraceElementMessages to a StackTraceElements.
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.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.encoding.RowIndexSeekerV1.SeekerState
 
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.ProcedureInfo
 
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.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.LongAdder
Returns the String representation of the LongAdder.sum().
toString() - 类 中的方法org.apache.hadoop.hbase.util.NonceKey
 
toString() - 类 中的方法org.apache.hadoop.hbase.util.Pair
 
toString() - 类 中的方法org.apache.hadoop.hbase.util.PairOfSameType
 
toString() - 类 中的方法org.apache.hadoop.hbase.util.Triple
 
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
 
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
 
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(A, B, C) - 类 的构造器org.apache.hadoop.hbase.util.Triple
 
TTL_TAG_TYPE - 类 中的静态变量org.apache.hadoop.hbase.TagType
 
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(ByteBuffer, 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.
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(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.
updateLatestStamp(Cell, long) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
Sets the given timestamp to the cell iff current timestamp is HConstants.LATEST_TIMESTAMP.
updateLatestStamp(Cell, byte[], int) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
Sets the given timestamp to the cell iff current timestamp is HConstants.LATEST_TIMESTAMP.
updateLatestStamp(byte[]) - 类 中的方法org.apache.hadoop.hbase.KeyValue
 
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
 
URL_SAFE - 类 中的静态变量org.apache.hadoop.hbase.util.Base64
Encode using Base64-like encoding that is URL and Filename safe as described in Section 4 of RFC3548: http://www.faqs.org/rfcs/rfc3548.html.
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.
User.SecureHadoopUser() - 类 的构造器org.apache.hadoop.hbase.security.User.SecureHadoopUser
 
User.SecureHadoopUser(UserGroupInformation) - 类 的构造器org.apache.hadoop.hbase.security.User.SecureHadoopUser
 
User.SecureHadoopUser(UserGroupInformation, LoadingCache<String, String[]>) - 类 的构造器org.apache.hadoop.hbase.security.User.SecureHadoopUser
 
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
 
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.
valueLength - 类 中的变量org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1.SeekerState
 
valueOf(String) - 枚举 中的静态方法org.apache.hadoop.hbase.HConstants.Modify
返回带有指定名称的该类型的枚举常量。
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, 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
返回带有指定名称的该类型的枚举常量。
valueOffset - 类 中的变量org.apache.hadoop.hbase.io.encoding.RowIndexSeekerV1.SeekerState
 
values() - 枚举 中的静态方法org.apache.hadoop.hbase.HConstants.Modify
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
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
 

W

WAL_STORAGE_POLICY - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Configuration name of WAL storage policy Valid values are: NONE: no preference in destination of block replicas ONE_SSD: place only one block replica in SSD and the remaining in default storage and ALL_SSD: place all block replicas on SSD See http://hadoop.apache.org/docs/r2.6.0/hadoop-project-dist/hadoop-hdfs/ArchivalStorage.html
WeakObjectPool<K,V> - org.apache.hadoop.hbase.util中的类
A WeakReference based shared object pool.
WeakObjectPool(WeakObjectPool.ObjectFactory<K, V>) - 类 的构造器org.apache.hadoop.hbase.util.WeakObjectPool
Creates a new pool with the default initial capacity (16) and the default concurrency level (16).
WeakObjectPool(WeakObjectPool.ObjectFactory<K, V>, int) - 类 的构造器org.apache.hadoop.hbase.util.WeakObjectPool
Creates a new pool with the given initial capacity and the default concurrency level (16).
WeakObjectPool(WeakObjectPool.ObjectFactory<K, V>, int, int) - 类 的构造器org.apache.hadoop.hbase.util.WeakObjectPool
Creates a new pool with the given initial capacity and the given concurrency level.
WeakObjectPool.ObjectFactory<K,V> - org.apache.hadoop.hbase.util中的接口
An ObjectFactory object is used to create new shared objects on demand.
WEEK_IN_SECONDS - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Seconds in a week
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
Check if the specified timestamp is within this TimeRange.
withinTimeRange(long) - 类 中的方法org.apache.hadoop.hbase.io.TimeRange
Check if the specified timestamp is within this TimeRange.
wrap(byte[]) - 类 中的静态方法org.apache.hadoop.hbase.util.ImmutableByteArray
 
wrapped - 类 中的变量org.apache.hadoop.hbase.types.TerminatedWrapper
 
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(int) - 类 中的方法org.apache.hadoop.hbase.io.ByteArrayOutputStream
 
write(byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.io.ByteArrayOutputStream
 
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(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(DataOutput) - 类 中的方法org.apache.hadoop.hbase.io.ImmutableBytesWritable
 
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(int) - 类 中的方法org.apache.hadoop.hbase.util.Base64.Base64OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - 类 中的方法org.apache.hadoop.hbase.util.Base64.Base64OutputStream
Calls Base64.Base64OutputStream.write(int) repeatedly until len bytes are written.
write(OutputStream, ByteRange) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteRangeUtils
 
write(OutputStream, ByteRange, int) - 类 中的静态方法org.apache.hadoop.hbase.util.ByteRangeUtils
 
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.
writeFlatKey(Cell, DataOutputStream) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
Writes the Cell's key part as it would have serialized in a KeyValue.
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
Writes an int to the underlying output stream as four bytes, high byte first.
writeInt(OutputStream, int) - 类 中的静态方法org.apache.hadoop.hbase.io.util.StreamUtils
 
writeLong(OutputStream, long) - 类 中的静态方法org.apache.hadoop.hbase.io.util.StreamUtils
 
writeRawVInt32(OutputStream, int) - 类 中的静态方法org.apache.hadoop.hbase.io.util.StreamUtils
 
writeRowKeyExcludingCommon(Cell, short, int, DataOutputStream) - 类 中的静态方法org.apache.hadoop.hbase.CellUtil
Write rowkey excluding the common part.
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.
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
 
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_CONFIG_NAME - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Name of ZooKeeper config file in conf/ directory.
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
Parameter name for the wait time for the recoverable zookeeper
ZOOKEEPER_TICK_TIME - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Parameter name for the ZK tick time
ZOOKEEPER_USEMULTI - 类 中的静态变量org.apache.hadoop.hbase.HConstants
Configuration key for whether to use ZK.multi
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–2021 The Apache Software Foundation. All rights reserved.