T
- the instance type to be passed to call(Object)
R
- the return type from call(Object)
@InterfaceAudience.Public public static interface Batch.Call<T,R>
When used with
Table.coprocessorService(Class, byte[], byte[], org.apache.hadoop.hbase.client.coprocessor.Batch.Call)
the implementations call(Object)
method will be invoked with a proxy to each
region's coprocessor Service
implementation.
Modifier and Type | Method and Description |
---|---|
R |
call(T instance) |
R call(T instance) throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.