org.apache.hadoop.ipc.protobuf
Class TestRpcServiceProtos.TestProtobufRpcProto.Stub

java.lang.Object
  extended by org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto
      extended by org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto.Stub
All Implemented Interfaces:
com.google.protobuf.Service, TestRpcServiceProtos.TestProtobufRpcProto.Interface
Enclosing class:
TestRpcServiceProtos.TestProtobufRpcProto

public static final class TestRpcServiceProtos.TestProtobufRpcProto.Stub
extends TestRpcServiceProtos.TestProtobufRpcProto
implements TestRpcServiceProtos.TestProtobufRpcProto.Interface


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto
TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface, TestRpcServiceProtos.TestProtobufRpcProto.Interface, TestRpcServiceProtos.TestProtobufRpcProto.Stub
 
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)
           
 com.google.protobuf.RpcChannel getChannel()
           
 void ping(com.google.protobuf.RpcController controller, TestProtos.EmptyRequestProto request, com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
           
 
Methods inherited from class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getChannel

public com.google.protobuf.RpcChannel getChannel()

ping

public void ping(com.google.protobuf.RpcController controller,
                 TestProtos.EmptyRequestProto request,
                 com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
Specified by:
ping in interface TestRpcServiceProtos.TestProtobufRpcProto.Interface
Specified by:
ping in class TestRpcServiceProtos.TestProtobufRpcProto

echo

public void echo(com.google.protobuf.RpcController controller,
                 TestProtos.EchoRequestProto request,
                 com.google.protobuf.RpcCallback<TestProtos.EchoResponseProto> done)
Specified by:
echo in interface TestRpcServiceProtos.TestProtobufRpcProto.Interface
Specified by:
echo in class TestRpcServiceProtos.TestProtobufRpcProto

error

public void error(com.google.protobuf.RpcController controller,
                  TestProtos.EmptyRequestProto request,
                  com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
Specified by:
error in interface TestRpcServiceProtos.TestProtobufRpcProto.Interface
Specified by:
error in class TestRpcServiceProtos.TestProtobufRpcProto

error2

public void error2(com.google.protobuf.RpcController controller,
                   TestProtos.EmptyRequestProto request,
                   com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
Specified by:
error2 in interface TestRpcServiceProtos.TestProtobufRpcProto.Interface
Specified by:
error2 in class TestRpcServiceProtos.TestProtobufRpcProto


Copyright © 2013 Apache Software Foundation. All Rights Reserved.