| Name | Description | Type | Package | Framework |
| AccessDeniedException | Exception thrown by access-related methods. | Class | org.apache.hadoop.hbase.security | HBase |
|
| Admin | The administrative API for HBase. | Interface | org.apache.hadoop.hbase.client | HBase |
|
| Append | Performs Append operations on a single row. | Class | org.apache.hadoop.hbase.client | HBase |
|
| Attributes | | Interface | org.apache.hadoop.hbase.client | HBase |
|
| BadAuthException | | Class | org.apache.hadoop.hbase.ipc | HBase |
|
| Base64 | Encodes and decodes to and from Base64 notation. | Class | org.apache.hadoop.hbase.util | HBase |
|
| BinaryComparator | A binary comparator which lexicographically compares against the specified byte array using Bytes. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| BinaryPrefixComparator | A comparator which compares against a specified byte array, but only compares up to the length of this byte array. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| BitComparator | A bit comparator which performs the specified bitwise operation on each of the bytes with the specified byte array. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| BloomType | | Class | org.apache.hadoop.hbase.regionserver | HBase |
|
| BufferedMutator | Used to communicate with a single HBase table similar to Table but meant for batched, asynchronous puts. | Interface | org.apache.hadoop.hbase.client | HBase |
|
| BufferedMutatorParams | Parameters for instantiating a BufferedMutator. | Class | org.apache.hadoop.hbase.client | HBase |
|
| BypassCoprocessorException | Thrown if a coprocessor rules we should bypass an operationSee Also:Serialized Form | Class | org.apache.hadoop.hbase.coprocessor | HBase |
|
| ByteArrayComparable | | Class | org.apache.hadoop.hbase.filter | HBase |
|
| ByteBufferOutputStream | | Class | org.apache.hadoop.hbase.io | HBase |
|
| ByteBufferUtils | Utility functions for working with byte buffers, such as reading/writing variable-length long numbers. | Class | org.apache.hadoop.hbase.util | HBase |
|
| ByteRange | Lightweight, reusable class for specifying ranges of byte[]'s. | Interface | org.apache.hadoop.hbase.util | HBase |
|
| ByteRangeUtils | Utility methods for working with ByteRange. | Class | org.apache.hadoop.hbase.util | HBase |
|
| Bytes | Utility class that handles byte arrays, conversions to/from other types, comparisons, hash code generation, manufacturing keys for HashMaps or | Class | org.apache.hadoop.hbase.util | HBase |
|
| CallerDisconnectedException | Exception indicating that the remote host making this IPC lost its IPC connection. | Class | org.apache.hadoop.hbase.ipc | HBase |
|
| CallQueueTooBigException | | Class | org.apache.hadoop.hbase | HBase |
|
| CallTimeoutException | Client-side call timeoutSee Also:Serialized Form | Class | org.apache.hadoop.hbase.ipc | HBase |
|
| Cell | The unit of storage in HBase consisting of the following fields: 3) column qualifier | Interface | org.apache.hadoop.hbase | HBase |
|
| CellCounter | A job with a a map and reduce phase to count cells in a table. | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| CellCreator | Facade to create Cells for HFileOutputFormat. | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| CellUtil | Utility methods helpful slinging Cell instances. | Class | org.apache.hadoop.hbase | HBase |
|
| Cipher | A common interface for a cryptographic algorithm. | Class | org.apache.hadoop.hbase.io.crypto | HBase |
|
| CipherProvider | | Interface | org.apache.hadoop.hbase.io.crypto | HBase |
|
| Client | A wrapper around HttpClient which provides some useful function and semantics for interacting with the REST gateway. | Class | org.apache.hadoop.hbase.rest.client | HBase |
|
| ClientBackoffPolicy | Configurable policy for the amount of time a client should wait for a new request to the server when given the server load statistics. | Interface | org.apache.hadoop.hbase.client.backoff | HBase |
|
| ClockOutOfSyncException | This exception is thrown by the master when a region server clock skew isSee Also:Serialized Form | Class | org.apache.hadoop.hbase | HBase |
|
| Cluster | A list of 'host:port' addresses of HTTP servers operating as a single entity, for example multiple redundant web service gateways. | Class | org.apache.hadoop.hbase.rest.client | HBase |
|
| ClusterStatus | Status information on the HBase cluster. | Class | org.apache.hadoop.hbase | HBase |
|
| ColumnCountGetFilter | Simple filter that returns first N columns on row only. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| ColumnPaginationFilter | A filter, based on the ColumnCountGetFilter, takes two arguments: limit and offset. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| ColumnPrefixFilter | This filter is used for selecting only those keys with columns that matches a particular prefix. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| ColumnRangeFilter | This filter is used for selecting only those keys with columns that are between minColumn to maxColumn. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| CompareFilter | This is a generic filter to be used to filter by comparison. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| ConfigurationUtil | Utilities for storing more complex collection types in Configuration instances. | Class | org.apache.hadoop.hbase.util | HBase |
|
| Connection | A cluster connection encapsulating lower level individual connections to actual servers and a connection to zookeeper. | Interface | org.apache.hadoop.hbase.client | HBase |
|
| ConnectionClosingException | Thrown when the client believes that we are trying to communicate to has been repeatedly unresponsive for a while. | Class | org.apache.hadoop.hbase.exceptions | HBase |
|
| ConnectionFactory | A non-instantiable class that manages creation of Connections. | Class | org.apache.hadoop.hbase.client | HBase |
|
| Consistency | Consistency defines the expected consistency level for an operation. | Class | org.apache.hadoop.hbase.client | HBase |
|
| Constants | Common constants for org. | Interface | org.apache.hadoop.hbase.rest | HBase |
|
| Context | Crypto context. | Class | org.apache.hadoop.hbase.io.crypto | HBase |
|
| CoprocessorException | Thrown if a coprocessor encounters any exception. | Class | org.apache.hadoop.hbase.coprocessor | HBase |
|
| CoprocessorRpcChannel | Base class which provides clients with an RPC connection to call coprocessor endpoint Services. | Class | org.apache.hadoop.hbase.ipc | HBase |
|
| CopyTable | Tool used to copy a table to another one which can be on a different setup. | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| CorruptedSnapshotException | Exception thrown when the found snapshot info from the filesystem is not validSee Also:Serialized Form | Class | org.apache.hadoop.hbase.snapshot | HBase |
|
| Counter | High scalable counter. | Class | org.apache.hadoop.hbase.util | HBase |
|
| DataBlockEncoding | enum DataBlockEncodingProvide access to all data block encoding algorithms. | Class | org.apache.hadoop.hbase.io.encoding | HBase |
|
| DataType | DataType is the base class for all HBase data types. | Interface | org.apache.hadoop.hbase.types | HBase |
|
| Decryptor | Decryptors apply a cipher to an InputStream to recover plaintext. | Interface | org.apache.hadoop.hbase.io.crypto | HBase |
|
| DefaultCipherProvider | The default cipher provider. | Class | org.apache.hadoop.hbase.io.crypto | HBase |
|
| Delete | Used to perform Delete operations on a single row. | Class | org.apache.hadoop.hbase.client | HBase |
|
| DependentColumnFilter | A filter for adding inter-column timestamp matching Only cells with a correspondingly timestamped entry in | Class | org.apache.hadoop.hbase.filter | HBase |
|
| DoNotRetryIOException | Subclass if exception is not meant to be retried: e. | Class | org.apache.hadoop.hbase | HBase |
|
| DoNotRetryRegionException | Similar to RegionException, but disables retries. | Class | org.apache.hadoop.hbase.client | HBase |
|
| DroppedSnapshotException | Thrown during flush if the possibility snapshot content was not properly persisted into store files. | Class | org.apache.hadoop.hbase | HBase |
|
| Durability | Enum describing the durability guarantees for tables and Mutations Note that the items must be sorted in order of increasing durability | Class | org.apache.hadoop.hbase.client | HBase |
|
| Encryption | A facade for encryption algorithms and related support. | Class | org.apache.hadoop.hbase.io.crypto | HBase |
|
| EncryptionTest | | Class | org.apache.hadoop.hbase.util | HBase |
|
| Encryptor | Encryptors apply a cipher to an OutputStream to produce ciphertext. | Interface | org.apache.hadoop.hbase.io.crypto | HBase |
|
| ExponentialClientBackoffPolicy | Simple exponential backoff policy on for the client that uses a percent^4 times the max backoff to generate the backoff time. | Class | org.apache.hadoop.hbase.client.backoff | HBase |
|
| Export | Export an HBase table. | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| ExportSnapshot | Export the specified snapshot to a given FileSystem. | Class | org.apache.hadoop.hbase.snapshot | HBase |
|
| ExportSnapshotException | Thrown when a snapshot could not be exported due to an error during the operation. | Class | org.apache.hadoop.hbase.snapshot | HBase |
|
| FailedLogCloseException | Thrown when we fail close of the write-ahead-log file. | Class | org.apache.hadoop.hbase.regionserver.wal | HBase |
|
| FailedSanityCheckException | Exception thrown if a mutation fails sanity checks. | Class | org.apache.hadoop.hbase.exceptions | HBase |
|
| FailedServerException | Indicates that we're trying to connect to a already known as dead server. | Class | org.apache.hadoop.hbase.ipc | HBase |
|
| FailedSyncBeforeLogCloseException | Thrown when we fail close of the write-ahead-log file. | Class | org.apache.hadoop.hbase.regionserver.wal | HBase |
|
| FamilyFilter | This filter is used to filter based on the column family. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| FastLongHistogram | | Class | org.apache.hadoop.hbase.util | HBase |
|
| FatalConnectionException | Thrown when server finds fatal issue w/ connection setup: e. | Class | org.apache.hadoop.hbase.ipc | HBase |
|
| FileSystemVersionException | Thrown when the file system needs to be upgradedSee Also:Serialized Form | Class | org.apache.hadoop.hbase.util | HBase |
|
| Filter | Interface for row and column filters directly applied within the regionserver. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| FilterList | which will be evaluated with a specified boolean operator FilterList. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| FirstKeyOnlyFilter | A filter that will only return the first KV from each row. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| FirstKeyValueMatchingQualifiersFilter | The filter looks for the given columns in KeyValue. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| FixedLengthWrapper | Wraps an existing DataType implementation as a fixed-length version of itself. | Class | org.apache.hadoop.hbase.types | HBase |
|
| ForeignException | A ForeignException is an exception from another thread or process. | Class | org.apache.hadoop.hbase.errorhandling | HBase |
|
| FuzzyRowFilter | This is optimized version of a standard FuzzyRowFilter Filters data based on fuzzy row key. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| Get | Used to perform Get operations on a single row. | Class | org.apache.hadoop.hbase.client | HBase |
|
| GroupingTableMap | | Class | org.apache.hadoop.hbase.mapred | HBase |
|
| GroupingTableMapper | Extract grouping columns from input record. | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| HBaseConfiguration | | Class | org.apache.hadoop.hbase | HBase |
|
| HBaseInterfaceAudience | | Class | org.apache.hadoop.hbase | HBase |
|
| HBaseIOException | All hbase specific IOExceptions should be subclasses of HBaseIOExceptionSee Also:Serialized Form | Class | org.apache.hadoop.hbase | HBase |
|
| HBaseSnapshotException | General exception base class for when a snapshot failsSee Also:Serialized Form | Class | org.apache.hadoop.hbase.snapshot | HBase |
|
| HColumnDescriptor | An HColumnDescriptor contains information about a column family such as the number of versions, compression settings, etc. | Class | org.apache.hadoop.hbase | HBase |
|
| HConnection | A cluster connection. | Interface | org.apache.hadoop.hbase.client | HBase |
|
| HConstants | | Class | org.apache.hadoop.hbase | HBase |
|
| HFileOutputFormat2 | Writes HFiles. | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| HLogInputFormat | | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| HRegionInfo | Information about a region. | Class | org.apache.hadoop.hbase | HBase |
|
| HRegionLocation | Data structure to hold HRegionInfo and the address for the hosting HRegionServer. | Class | org.apache.hadoop.hbase | HBase |
|
| HRegionPartitioner | This is used to partition the output keys into groups of keys. | Class | org.apache.hadoop.hbase.mapred | HBase |
|
| HRegionPartitioner | This is used to partition the output keys into groups of keys. | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| HTableDescriptor | HTableDescriptor contains the details about an HBase table such as the descriptors of all the column families, is the table a catalog table, -ROOT- or | Class | org.apache.hadoop.hbase | HBase |
|
| HTableMultiplexer | HTableMultiplexer provides a thread-safe non blocking PUT API across all the tables. | Class | org.apache.hadoop.hbase.client | HBase |
|
| IdentityTableMap | | Class | org.apache.hadoop.hbase.mapred | HBase |
|
| IdentityTableMapper | Pass the given key and record as-is to the reduce phase. | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| IdentityTableReduce | | Class | org.apache.hadoop.hbase.mapred | HBase |
|
| IdentityTableReducer | Convenience class that simply writes all values (which must be passed to it out to the configured HBase table. | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| ImmutableBytesWritable | A byte sequence that is usable as a key or value. | Class | org.apache.hadoop.hbase.io | HBase |
|
| Import | Import data written by Export. | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| ImportTsv | Tool to import data from a TSV file. | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| InclusiveStopFilter | A Filter that stops after the given row. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| IncompatibleFilterException | Used to indicate a filter incompatibilitySee Also:Serialized Form | Class | org.apache.hadoop.hbase.filter | HBase |
|
| Increment | Used to perform Increment operations on a single row. | Class | org.apache.hadoop.hbase.client | HBase |
|
| InterfaceAudience | Annotation to inform users of a package, class or method's intended audience. | Class | org.apache.hadoop.hbase.classification | HBase |
|
| InterfaceStability | Annotation to inform users of how much to rely on a particular package, class or method not changing over time. | Class | org.apache.hadoop.hbase.classification | HBase |
|
| InvalidFamilyOperationException | Thrown if a request is table schema modification is requested but made for an invalid family name. | Class | org.apache.hadoop.hbase | HBase |
|
| InvalidRowFilterException | Used to indicate an invalid RowFilter. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| IsolationLevel | Specify Isolation levels in Scan operations. | Class | org.apache.hadoop.hbase.client | HBase |
|
| JsonMapper | | Class | org.apache.hadoop.hbase.util | HBase |
|
| KeepDeletedCells | enum KeepDeletedCellsWays to keep cells marked for delete around. | Class | org.apache.hadoop.hbase | HBase |
|
| KeyOnlyFilter | A filter that will only return the key component of each KV (the value will be rewritten as empty). | Class | org.apache.hadoop.hbase.filter | HBase |
|
| KeyProvider | KeyProvider is a interface to abstract the different methods of retrieving key material from key storage such as Java key store. | Interface | org.apache.hadoop.hbase.io.crypto | HBase |
|
| KeyStoreKeyProvider | A basic KeyProvider that can resolve keys from a protected KeyStore file on the local filesystem. | Class | org.apache.hadoop.hbase.io.crypto | HBase |
|
| KeyValueSortReducer | Emits sorted KeyValues. | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| LeaseException | Reports a problem with a leaseSee Also:Serialized Form | Class | org.apache.hadoop.hbase.regionserver | HBase |
|
| LeaseNotRecoveredException | Thrown when the lease was expected to be recovered, but the file can't be opened. | Class | org.apache.hadoop.hbase.util | HBase |
|
| LoadIncrementalHFiles | Tool to load the output of HFileOutputFormat into an existing table. | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| LocalHBaseCluster | This class creates a single process HBase cluster. | Class | org.apache.hadoop.hbase | HBase |
|
| LockTimeoutException | Thrown when there is a timeout when trying to acquire a lockSee Also:Serialized Form | Class | org.apache.hadoop.hbase.exceptions | HBase |
|
| LongComparator | | Class | org.apache.hadoop.hbase.filter | HBase |
|
| MasterNotRunningException | Thrown if the master is not runningSee Also:Serialized Form | Class | org.apache.hadoop.hbase | HBase |
|
| MD5Hash | Utility class for MD5 MD5 hash produces a 128-bit digest. | Class | org.apache.hadoop.hbase.util | HBase |
|
| MergeRegionException | Thrown when something is wrong in trying to merge two regions. | Class | org.apache.hadoop.hbase.exceptions | HBase |
|
| MiniZooKeeperCluster | TODO: Most of the code in this class is ripped from ZooKeeper tests. | Class | org.apache.hadoop.hbase.zookeeper | HBase |
|
| MobConstants | The constants used in mob. | Class | org.apache.hadoop.hbase.mob | HBase |
|
| MultiActionResultTooLarge | Exception thrown when the result needs to be chunked on the server side. | Class | org.apache.hadoop.hbase | HBase |
|
| MultipleColumnPrefixFilter | This filter is used for selecting only those keys with columns that matches a particular prefix. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| MultiRowRangeFilter | Filter to support scan multiple row key ranges. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| MultiTableInputFormat | Convert HBase tabular data from multiple scanners into a format that is consumable by Map/Reduce. | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| MultiTableInputFormatBase | A base for MultiTableInputFormats. | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| MultiTableOutputFormat | Hadoop output format that writes to one or more HBase tables. | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| MultiTableSnapshotInputFormat | MultiTableSnapshotInputFormat generalizes . | Class | org.apache.hadoop.hbase.mapred | HBase |
|
| MultiTableSnapshotInputFormat | MultiTableSnapshotInputFormat generalizes TableSnapshotInputFormat | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| Mutation | | Class | org.apache.hadoop.hbase.client | HBase |
|
| NamespaceDescriptor | Namespace POJO class. | Class | org.apache.hadoop.hbase | HBase |
|
| NamespaceExistException | Thrown when a namespace exists but should notSee Also:Serialized Form | Class | org.apache.hadoop.hbase | HBase |
|
| NamespaceNotFoundException | Thrown when a namespace can not be locatedSee Also:Serialized Form | Class | org.apache.hadoop.hbase | HBase |
|
| NoServerForRegionException | Thrown when no region server can be found for a regionSee Also:Serialized Form | Class | org.apache.hadoop.hbase.client | HBase |
|
| NoSuchColumnFamilyException | Thrown if request for nonexistent column family. | Class | org.apache.hadoop.hbase.regionserver | HBase |
|
| NotAllMetaRegionsOnlineException | Thrown when an operation requires the root and all meta regions to be onlineSee Also:Serialized Form | Class | org.apache.hadoop.hbase | HBase |
|
| NotServingRegionException | Thrown by a region server if it is sent a request for a region it is notSee Also:Serialized Form | Class | org.apache.hadoop.hbase | HBase |
|
| NullComparator | A binary comparator which lexicographically compares against the specified byte array using Bytes. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| Operation | Superclass for any type that maps to a potentially application-level query. | Class | org.apache.hadoop.hbase.client | HBase |
|
| OperationConflictException | The exception that is thrown if there's duplicate execution of non-idempotent operation. | Class | org.apache.hadoop.hbase.exceptions | HBase |
|
| OperationWithAttributes | | Class | org.apache.hadoop.hbase.client | HBase |
|
| Order | Used to describe or modify the lexicographical sort order of a byte[]. | Class | org.apache.hadoop.hbase.util | HBase |
|
| OrderedBlob | A byte[] of variable-length. | Class | org.apache.hadoop.hbase.types | HBase |
|
| OrderedBlobVar | An alternative to OrderedBlob for use by Struct fields that do not terminate the fields list. | Class | org.apache.hadoop.hbase.types | HBase |
|
| OrderedBytes | Utility class that handles ordered byte arrays. | Class | org.apache.hadoop.hbase.util | HBase |
|
| OrderedBytesBase | | Class | org.apache.hadoop.hbase.types | HBase |
|
| OrderedFloat32 | A float of 32-bits using a fixed-length encoding. | Class | org.apache.hadoop.hbase.types | HBase |
|
| OrderedFloat64 | A double of 64-bits using a fixed-length encoding. | Class | org.apache.hadoop.hbase.types | HBase |
|
| OrderedInt16 | A short of 16-bits using a fixed-length encoding. | Class | org.apache.hadoop.hbase.types | HBase |
|
| OrderedInt32 | An int of 32-bits using a fixed-length encoding. | Class | org.apache.hadoop.hbase.types | HBase |
|
| OrderedInt64 | A long of 64-bits using a fixed-length encoding. | Class | org.apache.hadoop.hbase.types | HBase |
|
| OrderedInt8 | A byte of 8-bits using a fixed-length encoding. | Class | org.apache.hadoop.hbase.types | HBase |
|
| OrderedNumeric | An Number of arbitrary precision and variable-length encoding. | Class | org.apache.hadoop.hbase.types | HBase |
|
| OrderedString | A String of variable-length. | Class | org.apache.hadoop.hbase.types | HBase |
|
| PageFilter | size. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| Pair | A generic class for pairs. | Class | org.apache.hadoop.hbase.util | HBase |
|
| PairOfSameType | A generic, immutable class for pairs of objects both of type T. | Class | org.apache.hadoop.hbase.util | HBase |
|
| ParseConstants | ParseConstants holds a bunch of constants related to parsing Filter Strings Used by ParseFilter | Class | org.apache.hadoop.hbase.filter | HBase |
|
| ParseFilter | This class allows a user to specify a filter via a string The string is parsed using the methods of this class and | Class | org.apache.hadoop.hbase.filter | HBase |
|
| PBType | A base-class for DataType implementations backed by protobuf. | Class | org.apache.hadoop.hbase.types | HBase |
|
| PleaseHoldException | This exception is thrown by the master when a region server was shut down and restarted so fast that the master still hasn't processed the server shutdown | Class | org.apache.hadoop.hbase | HBase |
|
| PositionedByteRange | Extends ByteRange with additional methods to support tracking a consumers position within the viewport. | Interface | org.apache.hadoop.hbase.util | HBase |
|
| PreemptiveFastFailException | Thrown when the client believes that we are trying to communicate to has been repeatedly unresponsive for a while. | Class | org.apache.hadoop.hbase.exceptions | HBase |
|
| PrefixFilter | Pass results that have same row prefix. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| ProcedureInfo | | Class | org.apache.hadoop.hbase | HBase |
|
| Put | Used to perform Put operations for a single row. | Class | org.apache.hadoop.hbase.client | HBase |
|
| PutCombiner | Combine Puts. | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| PutSortReducer | Reads in all Puts from passed Iterator, sorts them, then emits Puts in sorted order. | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| QualifierFilter | This filter is used to filter based on the column qualifier. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| Query | | Class | org.apache.hadoop.hbase.client | HBase |
|
| QuotaExceededException | Generic quota exceeded exceptionSee Also:Serialized Form | Class | org.apache.hadoop.hbase.quotas | HBase |
|
| QuotaFilter | Filter to use to filter the QuotaRetriever results. | Class | org.apache.hadoop.hbase.quotas | HBase |
|
| QuotaRetriever | Scanner to iterate over the quota settings. | Class | org.apache.hadoop.hbase.quotas | HBase |
|
| QuotaScope | Describe the Scope of the quota rules. | Class | org.apache.hadoop.hbase.quotas | HBase |
|
| QuotaSettings | | Class | org.apache.hadoop.hbase.quotas | HBase |
|
| QuotaSettingsFactory | | Class | org.apache.hadoop.hbase.quotas | HBase |
|
| QuotaType | Describe the Quota Type. | Class | org.apache.hadoop.hbase.quotas | HBase |
|
| RandomRowFilter | A filter that includes rows based on a chance. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| RawByte | An DataType for interacting with values encoded using Bytes. | Class | org.apache.hadoop.hbase.types | HBase |
|
| RawBytes | An DataType for interacting with variable-length values encoded using Bytes. | Class | org.apache.hadoop.hbase.types | HBase |
|
| RawBytesFixedLength | An DataType that encodes fixed-length values encoded using byte[], int, byte[], int, int). | Class | org.apache.hadoop.hbase.types | HBase |
|
| RawBytesTerminated | An DataType that encodes variable-length values encoded using Bytes. | Class | org.apache.hadoop.hbase.types | HBase |
|
| RawDouble | An DataType for interacting with values encoded using Bytes. | Class | org.apache.hadoop.hbase.types | HBase |
|
| RawFloat | An DataType for interacting with values encoded using Bytes. | Class | org.apache.hadoop.hbase.types | HBase |
|
| RawInteger | An DataType for interacting with values encoded using Bytes. | Class | org.apache.hadoop.hbase.types | HBase |
|
| RawLong | An DataType for interacting with values encoded using Bytes. | Class | org.apache.hadoop.hbase.types | HBase |
|
| RawShort | An DataType for interacting with values encoded using Bytes. | Class | org.apache.hadoop.hbase.types | HBase |
|
| RawString | An DataType for interacting with values encoded using Bytes. | Class | org.apache.hadoop.hbase.types | HBase |
|
| RawStringFixedLength | An DataType that encodes fixed-length values encoded using Bytes. | Class | org.apache.hadoop.hbase.types | HBase |
|
| RawStringTerminated | An DataType that encodes variable-length values encoded using Bytes. | Class | org.apache.hadoop.hbase.types | HBase |
|
| ReadOnlyByteRangeException | Exception thrown when a read only byte range is modifiedSee Also:Serialized Form | Class | org.apache.hadoop.hbase.util | HBase |
|
| RegexStringComparator | This comparator is for use with CompareFilter implementations, such as RowFilter, QualifierFilter, and ValueFilter, for | Class | org.apache.hadoop.hbase.filter | HBase |
|
| RegionException | Thrown when something happens related to region handling. | Class | org.apache.hadoop.hbase | HBase |
|
| RegionInRecoveryException | Thrown when a read request issued against a region which is in recovering state. | Class | org.apache.hadoop.hbase.exceptions | HBase |
|
| RegionLoad | Encapsulates per-region load metrics. | Class | org.apache.hadoop.hbase | HBase |
|
| RegionLocator | Used to view region location information for a single HBase table. | Interface | org.apache.hadoop.hbase.client | HBase |
|
| RegionMover | Tool for loading/unloading regions to/from given regionserver This tool can be run from Command line directly as a utility. | Class | org.apache.hadoop.hbase.util | HBase |
|
| RegionOfflineException | Thrown when a table can not be locatedSee Also:Serialized Form | Class | org.apache.hadoop.hbase.client | HBase |
|
| RegionServerAbortedException | Thrown by the region server when it is aborting. | Class | org.apache.hadoop.hbase.regionserver | HBase |
|
| RegionServerRunningException | Thrown if the region server log directory exists (which indicates another region server is running at the same address) | Class | org.apache.hadoop.hbase.regionserver | HBase |
|
| RegionServerStoppedException | Thrown by the region server when it is in shutting down state. | Class | org.apache.hadoop.hbase.regionserver | HBase |
|
| RegionTooBusyException | Thrown by a region server if it will block and wait to serve a request. | Class | org.apache.hadoop.hbase | HBase |
|
| RemoteAdmin | | Class | org.apache.hadoop.hbase.rest.client | HBase |
|
| RemoteHTable | | Class | org.apache.hadoop.hbase.rest.client | HBase |
|
| RemoteWithExtrasException | A RemoteException with some extra information. | Class | org.apache.hadoop.hbase.ipc | HBase |
|
| ReplicationAdmin | This class provides the administrative interface to HBase cluster replication. | Class | org.apache.hadoop.hbase.client.replication | HBase |
|
| ReplicationException | An HBase Replication exception. | Class | org.apache.hadoop.hbase.replication | HBase |
|
| ReplicationPeerConfig | A configuration for the replication peer cluster. | Class | org.apache.hadoop.hbase.replication | HBase |
|
| Response | The HTTP result code, response headers, and body of a HTTP response. | Class | org.apache.hadoop.hbase.rest.client | HBase |
|
| RestoreSnapshotException | Thrown when a snapshot could not be restored due to a server-side error when restoring it. | Class | org.apache.hadoop.hbase.snapshot | HBase |
|
| Result | Single row result of a Get or Scan query. | Class | org.apache.hadoop.hbase.client | HBase |
|
| ResultScanner | Interface for client-side scanning. | Interface | org.apache.hadoop.hbase.client | HBase |
|
| RetriesExhaustedException | Exception thrown by HTable methods when an attempt to do something (like commit changes) fails after a bunch of retries. | Class | org.apache.hadoop.hbase.client | HBase |
|
| RetriesExhaustedWithDetailsException | This subclass of RetriesExhaustedException is thrown when we have more information about which rows were causing which | Class | org.apache.hadoop.hbase.client | HBase |
|
| RetryImmediatelyException | | Class | org.apache.hadoop.hbase | HBase |
|
| Row | | Interface | org.apache.hadoop.hbase.client | HBase |
|
| RowCounter | A job with a map to count rows. | Class | org.apache.hadoop.hbase.mapred | HBase |
|
| RowCounter | A job with a just a map phase to count rows. | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| RowFilter | This filter is used to filter based on the key. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| RowMutations | Performs multiple mutations atomically on a single row. | Class | org.apache.hadoop.hbase.client | HBase |
|
| RowTooBigException | Gets or Scans throw this exception if running without in-row scan flag set and row size appears to exceed max configured size (configurable via | Class | org.apache.hadoop.hbase.client | HBase |
|
| RowTooBigException | Gets or Scans throw this exception if running without in-row scan flag set and row size appears to exceed max configured size (configurable via | Class | org.apache.hadoop.hbase.regionserver | HBase |
|
| RpcRetryingCaller | | Interface | org.apache.hadoop.hbase.client | HBase |
|
| Scan | Used to perform Scan operations. | Class | org.apache.hadoop.hbase.client | HBase |
|
| ScannerTimeoutException | Thrown when a scanner has timed out. | Class | org.apache.hadoop.hbase.client | HBase |
|
| SecurityCapability | enum SecurityCapabilityAvailable security capabilities | Class | org.apache.hadoop.hbase.client.security | HBase |
|
| ServerLoad | This class is used for exporting current state of load on a RegionServer. | Class | org.apache.hadoop.hbase | HBase |
|
| ServerName | Instance of an HBase ServerName. | Class | org.apache.hadoop.hbase | HBase |
|
| ServerNotRunningYetException | | Class | org.apache.hadoop.hbase.ipc | HBase |
|
| SimpleByteRange | A read only version of the ByteRange. | Class | org.apache.hadoop.hbase.util | HBase |
|
| SimpleMutableByteRange | A basic mutable ByteRange implementation. | Class | org.apache.hadoop.hbase.util | HBase |
|
| SimplePositionedByteRange | support and it is a readonly version. | Class | org.apache.hadoop.hbase.util | HBase |
|
| SimplePositionedMutableByteRange | position support and it is a mutable version. | Class | org.apache.hadoop.hbase.util | HBase |
|
| SimpleTotalOrderPartitioner | A partitioner that takes start and end keys and uses bigdecimal to figure which reduce a key belongs to. | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| SingleColumnValueExcludeFilter | A Filter that checks a single column value, but does not emit the tested column. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| SingleColumnValueFilter | This filter is used to filter cells based on value. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| SkipFilter | A wrapper filter that filters an entire row if any of the Cell checks do For example, if all columns in a row represent weights of different things, | Class | org.apache.hadoop.hbase.filter | HBase |
|
| SnapshotCreationException | Thrown when a snapshot could not be created due to a server-side error when taking the snapshot. | Class | org.apache.hadoop.hbase.snapshot | HBase |
|
| SnapshotDoesNotExistException | Thrown when the server is looking for a snapshot but can't find the snapshot on the filesystemSee Also:Serialized Form | Class | org.apache.hadoop.hbase.snapshot | HBase |
|
| SnapshotExistsException | Thrown when a snapshot exists but should notSee Also:Serialized Form | Class | org.apache.hadoop.hbase.snapshot | HBase |
|
| SnapshotInfo | Tool for dumping snapshot information. | Class | org.apache.hadoop.hbase.snapshot | HBase |
|
| StoppedRpcClientException | | Class | org.apache.hadoop.hbase.ipc | HBase |
|
| Struct | Struct is a simple DataType for implementing "compound rowkey" and "compound qualifier" schema design strategies. | Class | org.apache.hadoop.hbase.types | HBase |
|
| StructBuilder | A helper for building Struct instances. | Class | org.apache.hadoop.hbase.types | HBase |
|
| StructIterator | An Iterator over encoded Struct members. | Class | org.apache.hadoop.hbase.types | HBase |
|
| SubstringComparator | This comparator is for use with SingleColumnValueFilter, for filtering based on the value of a given column. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| Sweeper | The sweep tool. | Class | org.apache.hadoop.hbase.mob.mapreduce | HBase |
|
| Table | Used to communicate with a single HBase table. | Interface | org.apache.hadoop.hbase.client | HBase |
|
| TableExistsException | Thrown when a table exists but should notSee Also:Serialized Form | Class | org.apache.hadoop.hbase | HBase |
|
| TableInfoMissingException | Failed to find . | Class | org.apache.hadoop.hbase | HBase |
|
| TableInputFormat | Convert HBase tabular data into a format that is consumable by Map/Reduce. | Class | org.apache.hadoop.hbase.mapred | HBase |
|
| TableInputFormat | Convert HBase tabular data into a format that is consumable by Map/Reduce. | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| TableInputFormatBase | A Base for TableInputFormats. | Class | org.apache.hadoop.hbase.mapred | HBase |
|
| TableInputFormatBase | A base for TableInputFormats. | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| TableMap | Scan an HBase table to sort by a specified sort column. | Interface | org.apache.hadoop.hbase.mapred | HBase |
|
| TableMapper | | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| TableMapReduceUtil | | Class | org.apache.hadoop.hbase.mapred | HBase |
|
| TableMapReduceUtil | | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| TableName | Immutable POJO class for representing a table name. | Class | org.apache.hadoop.hbase | HBase |
|
| TableNotDisabledException | Thrown if a table should be offline but is notSee Also:Serialized Form | Class | org.apache.hadoop.hbase | HBase |
|
| TableNotEnabledException | Thrown if a table should be enabled but is notSee Also:Serialized Form | Class | org.apache.hadoop.hbase | HBase |
|
| TableNotFoundException | Thrown when a table can not be locatedSee Also:Serialized Form | Class | org.apache.hadoop.hbase | HBase |
|
| TableOutputCommitter | Small committer class that does not do anything. | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| TableOutputFormat | | Class | org.apache.hadoop.hbase.mapred | HBase |
|
| TableOutputFormat | Convert Map/Reduce output and write it to an HBase table. | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| TablePartiallyOpenException | Thrown if a table should be online/offline but is partially openSee Also:Serialized Form | Class | org.apache.hadoop.hbase.snapshot | HBase |
|
| TableRecordReader | | Class | org.apache.hadoop.hbase.mapred | HBase |
|
| TableRecordReader | | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| TableRecordReaderImpl | | Class | org.apache.hadoop.hbase.mapred | HBase |
|
| TableRecordReaderImpl | | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| TableReduce | | Interface | org.apache.hadoop.hbase.mapred | HBase |
|
| TableReducer | value input/output classes. | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| TableSnapshotInputFormat | TableSnapshotInputFormat allows a MapReduce job to run over a table snapshot. | Class | org.apache.hadoop.hbase.mapred | HBase |
|
| TableSnapshotInputFormat | TableSnapshotInputFormat allows a MapReduce job to run over a table snapshot. | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| TableSnapshotScanner | A Scanner which performs a scan over snapshot files. | Class | org.apache.hadoop.hbase.client | HBase |
|
| TableSplit | | Class | org.apache.hadoop.hbase.mapred | HBase |
|
| TableSplit | A table split corresponds to a key range (low, high) and an optional scanner. | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| TerminatedWrapper | Wraps an existing DataType implementation as a terminated version of itself. | Class | org.apache.hadoop.hbase.types | HBase |
|
| TextSortReducer | Emits Sorted KeyValues. | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| ThrottleType | Describe the Throttle Type. | Class | org.apache.hadoop.hbase.quotas | HBase |
|
| ThrottlingException | Describe the throttling result. | Class | org.apache.hadoop.hbase.quotas | HBase |
|
| TimeoutException | Exception for timeout of a task. | Class | org.apache.hadoop.hbase.errorhandling | HBase |
|
| TimeRange | Represents an interval of version timestamps. | Class | org.apache.hadoop.hbase.io | HBase |
|
| TimestampsFilter | Filter that returns only cells whose timestamp (version) is in the specified list of timestamps (versions). | Class | org.apache.hadoop.hbase.filter | HBase |
|
| TsvImporterMapper | Write table content out to files in hdfs. | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| TsvImporterTextMapper | Write table content out to map output files. | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| Union2 | The Union family of DataTypes encode one of a fixed set of Objects. | Class | org.apache.hadoop.hbase.types | HBase |
|
| Union3 | The Union family of DataTypes encode one of a fixed collection of Objects. | Class | org.apache.hadoop.hbase.types | HBase |
|
| Union4 | The Union family of DataTypes encode one of a fixed collection of Objects. | Class | org.apache.hadoop.hbase.types | HBase |
|
| UnknownProtocolException | An error requesting an RPC protocol that the server is not serving. | Class | org.apache.hadoop.hbase.exceptions | HBase |
|
| UnknownRegionException | Thrown when we are asked to operate on a region we know nothing about. | Class | org.apache.hadoop.hbase | HBase |
|
| UnknownScannerException | Thrown if a region server is passed an unknown scanner id. | Class | org.apache.hadoop.hbase | HBase |
|
| UnknownSnapshotException | Exception thrown when we get a request for a snapshot we don't recognize. | Class | org.apache.hadoop.hbase.snapshot | HBase |
|
| UnmodifyableHTableDescriptor | Read-only table descriptor. | Class | org.apache.hadoop.hbase.client | HBase |
|
| UnsupportedCellCodecException | | Class | org.apache.hadoop.hbase.ipc | HBase |
|
| UnsupportedCompressionCodecException | | Class | org.apache.hadoop.hbase.ipc | HBase |
|
| User | Wrapper to abstract out usage of user and group information in HBase. | Class | org.apache.hadoop.hbase.security | HBase |
|
| ValueFilter | This filter is used to filter based on column value. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| VersionInfo | This class finds the package info for hbase and the VersionAnnotation information. | Class | org.apache.hadoop.hbase.util | HBase |
|
| VisibilityExpressionResolver | Interface to convert visibility expressions into Tags for storing along with Cells in HFiles. | Interface | org.apache.hadoop.hbase.mapreduce | HBase |
|
| WALInputFormat | Simple InputFormat for WAL files. | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| WALPlayer | A tool to replay WAL files as a M/R job. | Class | org.apache.hadoop.hbase.mapreduce | HBase |
|
| WhileMatchFilter | A wrapper filter that returns true from filterAllRemaining() as soon as the wrapped filters Filter. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| WrongRegionException | Thrown when a request contains a key which is not part of this regionSee Also:Serialized Form | Class | org.apache.hadoop.hbase.regionserver | HBase |
|
| WrongRowIOException | | Class | org.apache.hadoop.hbase.client | HBase |
|
| WrongVersionException | | Class | org.apache.hadoop.hbase.ipc | HBase |
|
| ZooKeeperConnectionException | Thrown if the client can't connect to zookeeperSee Also:Serialized Form | Class | org.apache.hadoop.hbase | HBase |