org.apache.hadoop.hbase
Class HTable.ServerCallable<T>

java.lang.Object
  extended by org.apache.hadoop.hbase.HTable.ServerCallable<T>
All Implemented Interfaces:
Callable<T>
Enclosing class:
HTable

protected abstract class HTable.ServerCallable<T>
extends Object
implements Callable<T>

Inherits from Callable, used to define the particular actions you would like to take with retry logic.


Constructor Summary
protected HTable.ServerCallable(org.apache.hadoop.io.Text row)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.concurrent.Callable
call
 

Constructor Detail

HTable.ServerCallable

protected HTable.ServerCallable(org.apache.hadoop.io.Text row)


Copyright © 2008 The Apache Software Foundation