public static final class ExampleProtos.RowCountService.Stub extends ExampleProtos.RowCountService implements ExampleProtos.RowCountService.Interface
ExampleProtos.RowCountService.BlockingInterface, ExampleProtos.RowCountService.Interface, ExampleProtos.RowCountService.Stub| Modifier and Type | Method and Description |
|---|---|
RpcChannel |
getChannel() |
void |
getKeyValueCount(RpcController controller,
ExampleProtos.CountRequest request,
RpcCallback<ExampleProtos.CountResponse> done)
rpc getKeyValueCount(.CountRequest) returns (.CountResponse); |
void |
getRowCount(RpcController controller,
ExampleProtos.CountRequest request,
RpcCallback<ExampleProtos.CountResponse> done)
rpc getRowCount(.CountRequest) returns (.CountResponse); |
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStubpublic RpcChannel getChannel()
public void getRowCount(RpcController controller, ExampleProtos.CountRequest request, RpcCallback<ExampleProtos.CountResponse> done)
ExampleProtos.RowCountServicerpc getRowCount(.CountRequest) returns (.CountResponse);getRowCount in interface ExampleProtos.RowCountService.InterfacegetRowCount in class ExampleProtos.RowCountServicepublic void getKeyValueCount(RpcController controller, ExampleProtos.CountRequest request, RpcCallback<ExampleProtos.CountResponse> done)
ExampleProtos.RowCountServicerpc getKeyValueCount(.CountRequest) returns (.CountResponse);getKeyValueCount in interface ExampleProtos.RowCountService.InterfacegetKeyValueCount in class ExampleProtos.RowCountServiceCopyright © 2014 The Apache Software Foundation. All Rights Reserved.