Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.coprocessor |
Table of Contents
|
org.apache.hadoop.hbase.exceptions | |
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
org.apache.hadoop.hbase.quotas | |
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.security | |
org.apache.hadoop.hbase.snapshot | |
org.apache.hadoop.hbase.util |
Modifier and Type | Class and Description |
---|---|
class |
CallDroppedException
Returned to the clients when their request was discarded due to server being overloaded.
|
class |
CallQueueTooBigException
Returned to clients when their request was dropped because the call queue was too big to accept a
new call.
|
class |
ConcurrentTableModificationException
Thrown when a table has been modified concurrently
|
class |
DoNotRetryIOException
Subclass if exception is not meant to be retried: e.g.
|
class |
HBaseServerException
Base class for exceptions thrown by an HBase server.
|
class |
InvalidFamilyOperationException
Thrown if a request is table schema modification is requested but made for an invalid family
name.
|
class |
MasterNotRunningException
Thrown if the master is not running
|
class |
NamespaceExistException
Thrown when a namespace exists but should not
|
class |
NamespaceNotFoundException
Thrown when a namespace can not be located
|
class |
NotAllMetaRegionsOnlineException
Thrown when an operation requires the root and all meta regions to be online
|
class |
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 of the first instance, or when master
is initializing and client call admin operations, or when an operation is performed on a region
server that is still starting.
|
class |
PleaseRestartMasterException
Thrown if the master requires restart.
|
class |
RegionException
Thrown when something happens related to region handling.
|
class |
ReplicationPeerNotFoundException
Thrown when a replication peer can not be found
|
class |
TableExistsException
Thrown when a table exists but should not.
|
class |
TableInfoMissingException
Failed to find
.tableinfo file under the table directory. |
class |
TableNotDisabledException
Thrown if a table should be offline but is not.
|
class |
TableNotEnabledException
Thrown if a table should be enabled but is not.
|
class |
TableNotFoundException
Thrown when a table cannot be located.
|
class |
UnknownRegionException
Thrown when we are asked to operate on a region we know nothing about.
|
class |
UnknownScannerException
Thrown if a region server is passed an unknown scanner ID.
|
Modifier and Type | Class and Description |
---|---|
class |
DoNotRetryRegionException
Similar to RegionException, but disables retries.
|
class |
LockTimeoutException |
class |
NoServerForRegionException
Thrown when no region server can be found for a region
|
class |
RegionOfflineException
Thrown when a table can not be located
|
class |
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 hbase.table.max.rowsize).
|
class |
WrongRowIOException |
Modifier and Type | Class and Description |
---|---|
class |
CoprocessorException
Thrown if a coprocessor encounters any exception.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionClosedException
Thrown when the connection is closed
|
class |
FailedSanityCheckException
Exception thrown if a mutation fails sanity checks.
|
class |
MergeRegionException
Thrown when something is wrong in trying to merge two regions.
|
class |
RequestTooBigException
Thrown when the size of the rpc request received by the server is too large.
|
class |
ScannerResetException
Thrown when the server side has received an Exception, and asks the Client to reset the scanner
state by closing the current region scanner, and reopening from the start of last seen row.
|
class |
UnknownProtocolException
An error requesting an RPC protocol that the server is not serving.
|
Modifier and Type | Class and Description |
---|---|
class |
BadAuthException |
class |
CallCancelledException
Client side call cancelled.
|
class |
CallTimeoutException
Client-side call timeout
|
class |
CellScannerButNoCodecException
Thrown if a cellscanner but no codec to encode it with.
|
class |
FailedServerException
Indicates that we're trying to connect to a already known as dead server.
|
class |
FallbackDisallowedException
Indicate that the rpc server tells client to fallback to simple auth but client is disabled to do
so.
|
class |
FatalConnectionException
Thrown when server finds fatal issue w/ connection setup: e.g.
|
class |
ServerTooBusyException
Throw this in RPC call if there are too many pending requests for one region server
|
class |
StoppedRpcClientException |
class |
UnsupportedCellCodecException |
class |
UnsupportedCompressionCodecException |
class |
UnsupportedCryptoException |
class |
WrongVersionException |
Modifier and Type | Class and Description |
---|---|
class |
QuotaExceededException
Generic quota exceeded exception
|
class |
RpcThrottlingException
Describe the throttling result.
|
class |
SpaceLimitingException
An Exception that is thrown when a space quota is in violation.
|
class |
ThrottlingException
Deprecated.
replaced by
RpcThrottlingException since hbase-2.0.0. |
Modifier and Type | Class and Description |
---|---|
class |
LeaseException
Reports a problem with a lease
|
class |
NoSuchColumnFamilyException
Thrown if request for nonexistent column family.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessDeniedException
Exception thrown by access-related methods.
|
Modifier and Type | Class and Description |
---|---|
class |
CorruptedSnapshotException
Exception thrown when the found snapshot info from the filesystem is not valid.
|
class |
ExportSnapshotException
Thrown when a snapshot could not be exported due to an error during the operation.
|
class |
HBaseSnapshotException
General exception base class for when a snapshot fails.
|
class |
RestoreSnapshotException
Thrown when a snapshot could not be restored due to a server-side error when restoring it.
|
class |
SnapshotCreationException
Thrown when a snapshot could not be created due to a server-side error when taking the snapshot.
|
class |
SnapshotDoesNotExistException
Thrown when the server is looking for a snapshot, but can't find the snapshot on the filesystem.
|
class |
SnapshotExistsException
Thrown when a snapshot exists, but should not.
|
class |
UnknownSnapshotException
Exception thrown when we get a request for a snapshot we don't recognize.
|
Modifier and Type | Class and Description |
---|---|
class |
LeaseNotRecoveredException
Thrown when the lease was expected to be recovered, but the file can't be opened.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.