Uses of Class
org.apache.hadoop.ipc.protobuf.TestProtos.EmptyResponseProto

Packages that use TestProtos.EmptyResponseProto
org.apache.hadoop.ipc.protobuf   
 

Uses of TestProtos.EmptyResponseProto in org.apache.hadoop.ipc.protobuf
 

Fields in org.apache.hadoop.ipc.protobuf with type parameters of type TestProtos.EmptyResponseProto
static com.google.protobuf.Parser<TestProtos.EmptyResponseProto> TestProtos.EmptyResponseProto.PARSER
           
 

Methods in org.apache.hadoop.ipc.protobuf that return TestProtos.EmptyResponseProto
 TestProtos.EmptyResponseProto TestProtos.EmptyResponseProto.Builder.build()
           
 TestProtos.EmptyResponseProto TestProtos.EmptyResponseProto.Builder.buildPartial()
           
 TestProtos.EmptyResponseProto TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.error(com.google.protobuf.RpcController controller, TestProtos.EmptyRequestProto request)
           
 TestProtos.EmptyResponseProto TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.error2(com.google.protobuf.RpcController controller, TestProtos.EmptyRequestProto request)
           
static TestProtos.EmptyResponseProto TestProtos.EmptyResponseProto.getDefaultInstance()
           
 TestProtos.EmptyResponseProto TestProtos.EmptyResponseProto.getDefaultInstanceForType()
           
 TestProtos.EmptyResponseProto TestProtos.EmptyResponseProto.Builder.getDefaultInstanceForType()
           
static TestProtos.EmptyResponseProto TestProtos.EmptyResponseProto.parseDelimitedFrom(InputStream input)
           
static TestProtos.EmptyResponseProto TestProtos.EmptyResponseProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TestProtos.EmptyResponseProto TestProtos.EmptyResponseProto.parseFrom(byte[] data)
           
static TestProtos.EmptyResponseProto TestProtos.EmptyResponseProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TestProtos.EmptyResponseProto TestProtos.EmptyResponseProto.parseFrom(com.google.protobuf.ByteString data)
           
static TestProtos.EmptyResponseProto TestProtos.EmptyResponseProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TestProtos.EmptyResponseProto TestProtos.EmptyResponseProto.parseFrom(com.google.protobuf.CodedInputStream input)
           
static TestProtos.EmptyResponseProto TestProtos.EmptyResponseProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TestProtos.EmptyResponseProto TestProtos.EmptyResponseProto.parseFrom(InputStream input)
           
static TestProtos.EmptyResponseProto TestProtos.EmptyResponseProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 TestProtos.EmptyResponseProto TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.ping(com.google.protobuf.RpcController controller, TestProtos.EmptyRequestProto request)
           
 TestProtos.EmptyResponseProto TestRpcServiceProtos.TestProtobufRpc2Proto.BlockingInterface.ping2(com.google.protobuf.RpcController controller, TestProtos.EmptyRequestProto request)
           
 

Methods in org.apache.hadoop.ipc.protobuf that return types with arguments of type TestProtos.EmptyResponseProto
 com.google.protobuf.Parser<TestProtos.EmptyResponseProto> TestProtos.EmptyResponseProto.getParserForType()
           
 

Methods in org.apache.hadoop.ipc.protobuf with parameters of type TestProtos.EmptyResponseProto
 TestProtos.EmptyResponseProto.Builder TestProtos.EmptyResponseProto.Builder.mergeFrom(TestProtos.EmptyResponseProto other)
           
static TestProtos.EmptyResponseProto.Builder TestProtos.EmptyResponseProto.newBuilder(TestProtos.EmptyResponseProto prototype)
           
 

Method parameters in org.apache.hadoop.ipc.protobuf with type arguments of type TestProtos.EmptyResponseProto
abstract  void TestRpcServiceProtos.TestProtobufRpcProto.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 TestRpcServiceProtos.TestProtobufRpcProto.Interface.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 TestRpcServiceProtos.TestProtobufRpcProto.Stub.error(com.google.protobuf.RpcController controller, TestProtos.EmptyRequestProto request, com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
           
abstract  void TestRpcServiceProtos.TestProtobufRpcProto.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);
 void TestRpcServiceProtos.TestProtobufRpcProto.Interface.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);
 void TestRpcServiceProtos.TestProtobufRpcProto.Stub.error2(com.google.protobuf.RpcController controller, TestProtos.EmptyRequestProto request, com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
           
abstract  void TestRpcServiceProtos.TestProtobufRpcProto.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);
 void TestRpcServiceProtos.TestProtobufRpcProto.Interface.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);
 void TestRpcServiceProtos.TestProtobufRpcProto.Stub.ping(com.google.protobuf.RpcController controller, TestProtos.EmptyRequestProto request, com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
           
abstract  void TestRpcServiceProtos.TestProtobufRpc2Proto.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);
 void TestRpcServiceProtos.TestProtobufRpc2Proto.Interface.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);
 void TestRpcServiceProtos.TestProtobufRpc2Proto.Stub.ping2(com.google.protobuf.RpcController controller, TestProtos.EmptyRequestProto request, com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.