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)
          Deprecated. 
<T> T
HConnection.getRegionServerWithRetries(ServerCallable<T> callable)
          Deprecated. 
 



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