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

Packages that use HTable.ServerCallable
org.apache.hadoop.hbase   
 

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

Methods in org.apache.hadoop.hbase with parameters of type HTable.ServerCallable
protected
<T> T
HTable.getRegionServerWithRetries(HTable.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 © 2008 The Apache Software Foundation