Interface AsyncTable.CoprocessorServiceBuilder<S,R>

Type Parameters:
S - the type of the protobuf Service you want to call.
R - the type of the return value.
All Known Implementing Classes:
RawAsyncTableImpl.CoprocessorServiceBuilderImpl
Enclosing interface:
AsyncTable<C extends ScanResultConsumerBase>

public static interface AsyncTable.CoprocessorServiceBuilder<S,R>
Helper class for sending coprocessorService request that executes a coprocessor call on regions which are covered by a range.

If fromRow is not specified the selection will start with the first table region. If toRow is not specified the selection will continue through the last table region.