Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Method and Description |
---|---|
<S,R> void |
RawAsyncTable.coprocessorService(Function<com.google.protobuf.RpcChannel,S> stubMaker,
RawAsyncTable.CoprocessorCallable<S,R> callable,
byte[] startKey,
boolean startKeyInclusive,
byte[] endKey,
boolean endKeyInclusive,
RawAsyncTable.CoprocessorCallback<R> callback)
Execute the given coprocessor call on the regions which are covered by the range from
startKey and endKey . |
default <S,R> void |
RawAsyncTable.coprocessorService(Function<com.google.protobuf.RpcChannel,S> stubMaker,
RawAsyncTable.CoprocessorCallable<S,R> callable,
byte[] startKey,
byte[] endKey,
RawAsyncTable.CoprocessorCallback<R> callback)
Execute the given coprocessor call on the regions which are covered by the range from
startKey inclusive and endKey exclusive. |
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.