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

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

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


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpc2Proto
TestRpcServiceProtos.TestProtobufRpc2Proto.BlockingInterface, TestRpcServiceProtos.TestProtobufRpc2Proto.Interface, TestRpcServiceProtos.TestProtobufRpc2Proto.Stub
 
Method Summary
 void echo2(com.google.protobuf.RpcController controller, TestProtos.EchoRequestProto request, com.google.protobuf.RpcCallback<TestProtos.EchoResponseProto> done)
          rpc echo2(.hadoop.common.EchoRequestProto) returns (.hadoop.common.EchoResponseProto);
 com.google.protobuf.RpcChannel getChannel()
           
 void ping2(com.google.protobuf.RpcController controller, TestProtos.EmptyRequestProto request, com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
          rpc ping2(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);
 
Methods inherited from class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpc2Proto
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()

ping2

public void ping2(com.google.protobuf.RpcController controller,
                  TestProtos.EmptyRequestProto request,
                  com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
Description copied from class: TestRpcServiceProtos.TestProtobufRpc2Proto
rpc ping2(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);

Specified by:
ping2 in interface TestRpcServiceProtos.TestProtobufRpc2Proto.Interface
Specified by:
ping2 in class TestRpcServiceProtos.TestProtobufRpc2Proto

echo2

public void echo2(com.google.protobuf.RpcController controller,
                  TestProtos.EchoRequestProto request,
                  com.google.protobuf.RpcCallback<TestProtos.EchoResponseProto> done)
Description copied from class: TestRpcServiceProtos.TestProtobufRpc2Proto
rpc echo2(.hadoop.common.EchoRequestProto) returns (.hadoop.common.EchoResponseProto);

Specified by:
echo2 in interface TestRpcServiceProtos.TestProtobufRpc2Proto.Interface
Specified by:
echo2 in class TestRpcServiceProtos.TestProtobufRpc2Proto


Copyright © 2014 Apache Software Foundation. All Rights Reserved.