|
||||||||||
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 | Table of Contents |
org.apache.hadoop.hbase.io.hfile | Provides the hbase data+index+metadata file. |
org.apache.hadoop.hbase.ipc | Tools to help define network clients and servers. |
org.apache.hadoop.hbase.regionserver |
Uses of DoNotRetryIOException in org.apache.hadoop.hbase |
---|
Subclasses of DoNotRetryIOException in org.apache.hadoop.hbase | |
---|---|
class |
NotAllMetaRegionsOnlineException
Thrown when an operation requires the root and all meta regions to be online |
class |
UnknownRowLockException
Thrown if a region server is passed an unknown row lock id |
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.io.hfile |
---|
Subclasses of DoNotRetryIOException in org.apache.hadoop.hbase.io.hfile | |
---|---|
class |
CorruptHFileException
This exception is thrown when attempts to read an HFile fail due to corruption or truncation issues. |
Uses of DoNotRetryIOException in org.apache.hadoop.hbase.ipc |
---|
Subclasses of DoNotRetryIOException in org.apache.hadoop.hbase.ipc | |
---|---|
static class |
HBaseRPC.UnknownProtocolException
An error requesting an RPC protocol that the server is not serving. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |