T
- the instance type to be passed to
call(Object)
R
- the return type from call(Object)
public static interface Batch.Call<T,R>
When used with
HTable.coprocessorExec(Class, byte[], byte[], org.apache.hadoop.hbase.client.coprocessor.Batch.Call, org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)
the implementations call(Object)
method will be invoked
with a proxy to the
CoprocessorProtocol
sub-type instance.
org.apache.hadoop.hbase.client.coprocessor
,
HTable.coprocessorExec(Class, byte[], byte[], org.apache.hadoop.hbase.client.coprocessor.Batch.Call)
,
HTable.coprocessorExec(Class, byte[], byte[], org.apache.hadoop.hbase.client.coprocessor.Batch.Call, org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)
R call(T instance) throws IOException
IOException
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.