Uses of Class
org.apache.hadoop.hbase.client.ServerCallable

Packages that use ServerCallable
org.apache.hadoop.hbase.client Provides HBase Client 
 

Uses of ServerCallable in org.apache.hadoop.hbase.client
 

Subclasses of ServerCallable in org.apache.hadoop.hbase.client
 class ScannerCallable
          Retries scanner operations such as create, next, etc.
 

Methods in org.apache.hadoop.hbase.client with parameters of type ServerCallable
<T> T
HConnection.getRegionServerWithoutRetries(ServerCallable<T> callable)
          Pass in a ServerCallable with your particular bit of logic defined and this method will pass it to the defined region server.
<T> T
HConnection.getRegionServerWithRetries(ServerCallable<T> callable)
          Pass in a ServerCallable with your particular bit of logic defined and this method will manage the process of doing retries with timed waits and refinds of missing regions.
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.