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)
          rpc echo(.hadoop.common.EchoRequestProto) returns (.hadoop.common.EchoResponseProto);
 void error(com.google.protobuf.RpcController controller, TestProtos.EmptyRequestProto request, com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
          rpc error(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);
 void error2(com.google.protobuf.RpcController controller, TestProtos.EmptyRequestProto request, com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
          rpc error2(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);
 com.google.protobuf.RpcChannel getChannel()
           
 void ping(com.google.protobuf.RpcController controller, TestProtos.EmptyRequestProto request, com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
          rpc ping(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);
 
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)
Description copied from class: TestRpcServiceProtos.TestProtobufRpcProto
rpc ping(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);

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)
Description copied from class: TestRpcServiceProtos.TestProtobufRpcProto
rpc echo(.hadoop.common.EchoRequestProto) returns (.hadoop.common.EchoResponseProto);

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)
Description copied from class: TestRpcServiceProtos.TestProtobufRpcProto
rpc error(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);

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)
Description copied from class: TestRpcServiceProtos.TestProtobufRpcProto
rpc error2(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);

Specified by:
error2 in interface TestRpcServiceProtos.TestProtobufRpcProto.Interface
Specified by:
error2 in class TestRpcServiceProtos.TestProtobufRpcProto


Copyright © 2014 Apache Software Foundation. All Rights Reserved.