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

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

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

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

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

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

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

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.