public class IIEndpoint extends IIProtos.RowsService implements org.apache.hadoop.hbase.Coprocessor, org.apache.hadoop.hbase.coprocessor.CoprocessorService
IIProtos.RowsService.BlockingInterface, IIProtos.RowsService.Interface, IIProtos.RowsService.Stub| Constructor and Description |
|---|
IIEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
IIProtos.IIResponseInternal |
getResponse(org.apache.hadoop.hbase.regionserver.RegionScanner innerScanner,
CoprocessorRowType type,
CoprocessorProjector projector,
EndpointAggregators aggregators,
CoprocessorFilter filter) |
void |
getRows(com.google.protobuf.RpcController controller,
IIProtos.IIRequest request,
com.google.protobuf.RpcCallback<IIProtos.IIResponse> done)
rpc getRows(.IIRequest) returns (.IIResponse); |
com.google.protobuf.Service |
getService() |
void |
start(org.apache.hadoop.hbase.CoprocessorEnvironment env) |
void |
stop(org.apache.hadoop.hbase.CoprocessorEnvironment env) |
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStubpublic void getRows(com.google.protobuf.RpcController controller,
IIProtos.IIRequest request,
com.google.protobuf.RpcCallback<IIProtos.IIResponse> done)
IIProtos.RowsServicerpc getRows(.IIRequest) returns (.IIResponse);getRows in class IIProtos.RowsServicepublic IIProtos.IIResponseInternal getResponse(org.apache.hadoop.hbase.regionserver.RegionScanner innerScanner, CoprocessorRowType type, CoprocessorProjector projector, EndpointAggregators aggregators, CoprocessorFilter filter)
public void start(org.apache.hadoop.hbase.CoprocessorEnvironment env)
throws IOException
start in interface org.apache.hadoop.hbase.CoprocessorIOExceptionpublic void stop(org.apache.hadoop.hbase.CoprocessorEnvironment env)
throws IOException
stop in interface org.apache.hadoop.hbase.CoprocessorIOExceptionpublic com.google.protobuf.Service getService()
getService in interface org.apache.hadoop.hbase.coprocessor.CoprocessorServiceCopyright © 2014–2016 Apache Software Foundation. All rights reserved.