Package | Description |
---|---|
org.apache.hadoop.ipc.protobuf |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<TestProtos.EmptyResponseProto> |
TestProtos.EmptyResponseProto.PARSER |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<TestProtos.EmptyResponseProto> |
TestProtos.EmptyResponseProto.getParserForType() |
Modifier and Type | Method and Description |
---|---|
TestProtos.EmptyResponseProto.Builder |
TestProtos.EmptyResponseProto.Builder.mergeFrom(TestProtos.EmptyResponseProto other) |
static TestProtos.EmptyResponseProto.Builder |
TestProtos.EmptyResponseProto.newBuilder(TestProtos.EmptyResponseProto prototype) |
Modifier and Type | Method and Description |
---|---|
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 © 2015 Apache Software Foundation. All Rights Reserved.