Package | Description |
---|---|
org.apache.hadoop.ipc.protobuf |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<TestProtos.EchoResponseProto> |
TestProtos.EchoResponseProto.PARSER |
Modifier and Type | Method and Description |
---|---|
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) |
TestProtos.EchoResponseProto |
TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.echoPostponed(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) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<TestProtos.EchoResponseProto> |
TestProtos.EchoResponseProto.getParserForType() |
Modifier and Type | Method and Description |
---|---|
TestProtos.EchoResponseProto.Builder |
TestProtos.EchoResponseProto.Builder.mergeFrom(TestProtos.EchoResponseProto other) |
static TestProtos.EchoResponseProto.Builder |
TestProtos.EchoResponseProto.newBuilder(TestProtos.EchoResponseProto prototype) |
Modifier and Type | Method and Description |
---|---|
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) |
abstract void |
TestRpcServiceProtos.TestProtobufRpcProto.echoPostponed(com.google.protobuf.RpcController controller,
TestProtos.EchoRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.EchoResponseProto> done)
rpc echoPostponed(.hadoop.common.EchoRequestProto) returns (.hadoop.common.EchoResponseProto); |
void |
TestRpcServiceProtos.TestProtobufRpcProto.Interface.echoPostponed(com.google.protobuf.RpcController controller,
TestProtos.EchoRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.EchoResponseProto> done)
rpc echoPostponed(.hadoop.common.EchoRequestProto) returns (.hadoop.common.EchoResponseProto); |
void |
TestRpcServiceProtos.TestProtobufRpcProto.Stub.echoPostponed(com.google.protobuf.RpcController controller,
TestProtos.EchoRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.EchoResponseProto> done) |
Copyright © 2017 Apache Software Foundation. All Rights Reserved.