Class MultiServerCallable

java.lang.Object
org.apache.hadoop.hbase.client.RegionServerCallable<T,org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ClientService.BlockingInterface>
All Implemented Interfaces:
Cancellable, RetryingCallable<MultiResponse>

Callable that handles the multi method call going against a single regionserver; i.e. A RegionServerCallable for the multi call (It is NOT a RegionServerCallable that goes against multiple regions).