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 NotServingRegionException.getFailedRpc()
           
 HBaseRpc VersionMismatchException.getFailedRpc()
           
 HBaseRpc UnknownScannerException.getFailedRpc()
           
 HBaseRpc UnknownRowLockException.getFailedRpc()
           
 HBaseRpc HasFailedRpcException.getFailedRpc()
          Returns the RPC that caused this exception.
 HBaseRpc NoSuchColumnFamilyException.getFailedRpc()
           
 HBaseRpc PleaseThrottleException.getFailedRpc()
          The RPC that was made to fail with this exception.
 

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-2015, The Async HBase Authors