Uses of Package
org.hbase.async

Packages that use org.hbase.async
org.hbase.async   
 

Classes in org.hbase.async used by org.hbase.async
AtomicIncrementRequest
          Atomically increments a value in HBase.
ClientStats
          HBaseClient usage statistics.
DeleteRequest
          Deletes some data into HBase.
GetRequest
          Reads something from HBase.
HasFailedRpcException
          Interface implemented by HBaseExceptions that can tell you which RPC failed.
HBaseException
          The parent class of all RuntimeException created by this package.
HBaseRpc
          Abstract base class for all RPC requests going out to HBase.
HBaseRpc.HasFamily
          An RPC from which you can get a family name.
HBaseRpc.HasKey
          An RPC from which you can get a row key name.
HBaseRpc.HasQualifier
          An RPC from which you can get a column qualifier name.
HBaseRpc.HasQualifiers
          An RPC from which you can get multiple column qualifier names.
HBaseRpc.HasTable
          An RPC from which you can get a table name.
HBaseRpc.HasTimestamp
          An RPC from which you can get a timestamp.
HBaseRpc.HasValue
          An RPC from which you can get a value.
HBaseRpc.HasValues
          An RPC from which you can get multiple values.
KeyValue
          A "cell" in an HBase table.
MapRTableMappingRules.ClusterType
          Describe the type of cluster based on the running services.
MapRThreadPool
           
NonRecoverableException
          An exception for which it's typically pointless to retry (such as TableNotFoundException).
PutRequest
          Puts some data into HBase.
RecoverableException
          An exception for which it's typically useful to retry (such as RegionOfflineException).
RowLock
          An explicit row lock.
RowLockRequest
          Acquires an explicit row lock.
Scanner
          Creates a scanner to read data sequentially from HBase.
 



Copyright © 2010-2014, The Async HBase Authors