Uses of Class
org.hbase.async.HBaseRpc

Packages that use HBaseRpc
org.hbase.async   
 

Uses of HBaseRpc in org.hbase.async
 

Subclasses of HBaseRpc in org.hbase.async
 class AtomicIncrementRequest
          Atomically increments a value in HBase.
 class DeleteRequest
          Deletes some data into HBase.
 class GetRequest
          Reads something from HBase.
 class PutRequest
          Puts some data into HBase.
 class RowLockRequest
          Acquires an explicit row lock.
 

Methods in org.hbase.async that return HBaseRpc
 HBaseRpc PleaseThrottleException.getFailedRpc()
          The RPC that was made to fail with this exception.
 HBaseRpc VersionMismatchException.getFailedRpc()
           
 HBaseRpc NoSuchColumnFamilyException.getFailedRpc()
           
 HBaseRpc UnknownScannerException.getFailedRpc()
           
 HBaseRpc HasFailedRpcException.getFailedRpc()
          Returns the RPC that caused this exception.
 HBaseRpc NotServingRegionException.getFailedRpc()
           
 HBaseRpc UnknownRowLockException.getFailedRpc()
           
 

Methods in org.hbase.async with parameters of type HBaseRpc
 void MapRThreadPool.addRequest(HBaseRpc dummyRpc, Scanner scan, MapRThreadPool mpool)
           
 void MapRThreadPool.sendRpc(HBaseRpc rpc, com.mapr.fs.MapRHTable mTable)
           
 



Copyright © 2010-2014, The Async HBase Authors