public class CubeVisitService extends CubeVisitProtos.CubeVisitService implements org.apache.hadoop.hbase.Coprocessor, org.apache.hadoop.hbase.coprocessor.CoprocessorService
CubeVisitProtos.CubeVisitService.BlockingInterface, CubeVisitProtos.CubeVisitService.Interface, CubeVisitProtos.CubeVisitService.Stub| Constructor and Description |
|---|
CubeVisitService() |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Service |
getService() |
void |
start(org.apache.hadoop.hbase.CoprocessorEnvironment env) |
void |
stop(org.apache.hadoop.hbase.CoprocessorEnvironment env) |
void |
visitCube(com.google.protobuf.RpcController controller,
CubeVisitProtos.CubeVisitRequest request,
com.google.protobuf.RpcCallback<CubeVisitProtos.CubeVisitResponse> done)
rpc visitCube(.CubeVisitRequest) returns (.CubeVisitResponse); |
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStubpublic void visitCube(com.google.protobuf.RpcController controller,
CubeVisitProtos.CubeVisitRequest request,
com.google.protobuf.RpcCallback<CubeVisitProtos.CubeVisitResponse> done)
CubeVisitProtos.CubeVisitServicerpc visitCube(.CubeVisitRequest) returns (.CubeVisitResponse);visitCube in class CubeVisitProtos.CubeVisitServicepublic 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–2017 Apache Software Foundation. All rights reserved.