org.apache.hadoop.ipc.protobuf
Interface TestRpcServiceProtos.TestProtobufRpcProto.Interface

All Known Implementing Classes:
TestRpcServiceProtos.TestProtobufRpcProto.Stub
Enclosing class:
TestRpcServiceProtos.TestProtobufRpcProto

public static interface TestRpcServiceProtos.TestProtobufRpcProto.Interface


Method Summary
 void echo(com.google.protobuf.RpcController controller, TestProtos.EchoRequestProto request, com.google.protobuf.RpcCallback<TestProtos.EchoResponseProto> done)
           
 void error(com.google.protobuf.RpcController controller, TestProtos.EmptyRequestProto request, com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
           
 void error2(com.google.protobuf.RpcController controller, TestProtos.EmptyRequestProto request, com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
           
 void ping(com.google.protobuf.RpcController controller, TestProtos.EmptyRequestProto request, com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
           
 

Method Detail

ping

void ping(com.google.protobuf.RpcController controller,
          TestProtos.EmptyRequestProto request,
          com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)

echo

void echo(com.google.protobuf.RpcController controller,
          TestProtos.EchoRequestProto request,
          com.google.protobuf.RpcCallback<TestProtos.EchoResponseProto> done)

error

void error(com.google.protobuf.RpcController controller,
           TestProtos.EmptyRequestProto request,
           com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)

error2

void error2(com.google.protobuf.RpcController controller,
            TestProtos.EmptyRequestProto request,
            com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)


Copyright © 2013 Apache Software Foundation. All Rights Reserved.