Serialized Form


Package org.hbase.async

Class org.hbase.async.BrokenMetaException extends NonRecoverableException implements Serializable

serialVersionUID: 1280222742L

Serialized Fields

table

byte[] table

Class org.hbase.async.Bytes.ByteMap extends TreeMap<byte[],V> implements Serializable

serialVersionUID: 1280744742L

Class org.hbase.async.ConnectionResetException extends RecoverableException implements Serializable

serialVersionUID: 1280644142L

Serialized Fields

chan

Channel chan

Class org.hbase.async.Counter extends LongAdder implements Serializable

serialVersionUID: 1333661542L

Class org.hbase.async.HBaseException extends RuntimeException implements Serializable

serialVersionUID: 1280638842L

Class org.hbase.async.InvalidResponseException extends NonRecoverableException implements Serializable

serialVersionUID: 1280883942L

Serialized Fields

response

Object response

Class org.hbase.async.NonRecoverableException extends HBaseException implements Serializable

serialVersionUID: 1280638547L

Class org.hbase.async.NoSuchColumnFamilyException extends NonRecoverableException implements Serializable

serialVersionUID: 1280993542L

Serialized Fields

failed_rpc

HBaseRpc failed_rpc

Class org.hbase.async.NotServingRegionException extends RecoverableException implements Serializable

serialVersionUID: 1281000942L

Serialized Fields

failed_rpc

HBaseRpc failed_rpc

Class org.hbase.async.PleaseThrottleException extends NonRecoverableException implements Serializable

serialVersionUID: 1286782542L

Serialized Fields

rpc

HBaseRpc rpc
The RPC that was failed with this exception.


deferred

Deferred<T> deferred
A deferred one can wait on before retrying the failed RPC.

Class org.hbase.async.RecoverableException extends HBaseException implements Serializable

serialVersionUID: 1280641142L

Class org.hbase.async.RegionOfflineException extends RecoverableException implements Serializable

serialVersionUID: 1280641842L

Serialized Fields

region

byte[] region

Class org.hbase.async.RemoteException extends NonRecoverableException implements Serializable

serialVersionUID: 1279775242L

Serialized Fields

type

String type

Class org.hbase.async.TableNotFoundException extends NonRecoverableException implements Serializable

serialVersionUID: 1280638742L

Serialized Fields

table

byte[] table

Class org.hbase.async.UnknownRowLockException extends NonRecoverableException implements Serializable

serialVersionUID: 1281540942L

Serialized Fields

failed_rpc

HBaseRpc failed_rpc

Class org.hbase.async.UnknownScannerException extends RecoverableException implements Serializable

serialVersionUID: 1281457342L

Serialized Fields

failed_rpc

HBaseRpc failed_rpc

Class org.hbase.async.VersionMismatchException extends NonRecoverableException implements Serializable

serialVersionUID: 1324486442L

Serialized Fields

failed_rpc

HBaseRpc failed_rpc

Package org.hbase.async.jsr166e

Class org.hbase.async.jsr166e.LongAdder extends org.hbase.async.jsr166e.Striped64 implements Serializable

serialVersionUID: 7249069246863182397L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException