|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DoNotRetryIOException | |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.client | Provides HBase Client |
org.apache.hadoop.hbase.coprocessor | |
org.apache.hadoop.hbase.exceptions | |
org.apache.hadoop.hbase.ipc | |
org.apache.hadoop.hbase.protobuf | Holds classes generated from protobuf
src/main/protobuf definition files. |
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.security | |
org.apache.hadoop.hbase.security.visibility | |
org.apache.hadoop.hbase.snapshot |
Uses of DoNotRetryIOException in org.apache.hadoop.hbase |
---|
Subclasses of DoNotRetryIOException in org.apache.hadoop.hbase | |
---|---|
class |
InvalidFamilyOperationException
Thrown if a request is table schema modification is requested but made for an invalid family name. |
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 |
TableExistsException
Thrown when a table exists but should not |
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 can not be located |
class |
UnknownScannerException
Thrown if a region server is passed an unknown scanner id. |
Uses of DoNotRetryIOException in org.apache.hadoop.hbase.client |
---|
Subclasses of DoNotRetryIOException in org.apache.hadoop.hbase.client | |
---|---|
class |
ScannerTimeoutException
Thrown when a scanner has timed out. |
Uses of DoNotRetryIOException in org.apache.hadoop.hbase.coprocessor |
---|
Subclasses of DoNotRetryIOException in org.apache.hadoop.hbase.coprocessor | |
---|---|
class |
CoprocessorException
Thrown if a coprocessor encounters any exception. |
Uses of DoNotRetryIOException in org.apache.hadoop.hbase.exceptions |
---|
Subclasses of DoNotRetryIOException in org.apache.hadoop.hbase.exceptions | |
---|---|
class |
FailedSanityCheckException
Exception thrown if a mutation fails sanity checks. |
class |
LockTimeoutException
|
class |
OperationConflictException
The exception that is thrown if there's duplicate execution of non-idempotent operation. |
class |
OutOfOrderScannerNextException
Thrown by a RegionServer while doing next() calls on a ResultScanner. |
class |
UnknownProtocolException
An error requesting an RPC protocol that the server is not serving. |
Uses of DoNotRetryIOException in org.apache.hadoop.hbase.ipc |
---|
Subclasses of DoNotRetryIOException in org.apache.hadoop.hbase.ipc | |
---|---|
class |
BadAuthException
|
class |
FatalConnectionException
Thrown when server finds fatal issue w/ connection setup: e.g. |
class |
UnsupportedCellCodecException
|
class |
UnsupportedCompressionCodecException
|
class |
WrongVersionException
|
Uses of DoNotRetryIOException in org.apache.hadoop.hbase.protobuf |
---|
Methods in org.apache.hadoop.hbase.protobuf that throw DoNotRetryIOException | |
---|---|
static String |
ProtobufUtil.getRegionEncodedName(HBaseProtos.RegionSpecifier regionSpecifier)
Find the HRegion encoded name based on a region specifier |
Uses of DoNotRetryIOException in org.apache.hadoop.hbase.regionserver |
---|
Subclasses of DoNotRetryIOException in org.apache.hadoop.hbase.regionserver | |
---|---|
class |
LeaseException
Reports a problem with a lease |
class |
NoSuchColumnFamilyException
Thrown if request for nonexistent column family. |
Uses of DoNotRetryIOException in org.apache.hadoop.hbase.security |
---|
Subclasses of DoNotRetryIOException in org.apache.hadoop.hbase.security | |
---|---|
class |
AccessDeniedException
Exception thrown by access-related methods. |
Uses of DoNotRetryIOException in org.apache.hadoop.hbase.security.visibility |
---|
Subclasses of DoNotRetryIOException in org.apache.hadoop.hbase.security.visibility | |
---|---|
class |
InvalidLabelException
|
class |
LabelAlreadyExistsException
|
Uses of DoNotRetryIOException in org.apache.hadoop.hbase.snapshot |
---|
Subclasses of DoNotRetryIOException in org.apache.hadoop.hbase.snapshot | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |