Package | Description |
---|---|
org.apache.hadoop.ipc.protobuf |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<TestProtos.SlowPingRequestProto> |
TestProtos.SlowPingRequestProto.PARSER |
Modifier and Type | Method and Description |
---|---|
TestProtos.SlowPingRequestProto |
TestProtos.SlowPingRequestProto.Builder.build() |
TestProtos.SlowPingRequestProto |
TestProtos.SlowPingRequestProto.Builder.buildPartial() |
static TestProtos.SlowPingRequestProto |
TestProtos.SlowPingRequestProto.getDefaultInstance() |
TestProtos.SlowPingRequestProto |
TestProtos.SlowPingRequestProto.getDefaultInstanceForType() |
TestProtos.SlowPingRequestProto |
TestProtos.SlowPingRequestProto.Builder.getDefaultInstanceForType() |
static TestProtos.SlowPingRequestProto |
TestProtos.SlowPingRequestProto.parseDelimitedFrom(InputStream input) |
static TestProtos.SlowPingRequestProto |
TestProtos.SlowPingRequestProto.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TestProtos.SlowPingRequestProto |
TestProtos.SlowPingRequestProto.parseFrom(byte[] data) |
static TestProtos.SlowPingRequestProto |
TestProtos.SlowPingRequestProto.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TestProtos.SlowPingRequestProto |
TestProtos.SlowPingRequestProto.parseFrom(com.google.protobuf.ByteString data) |
static TestProtos.SlowPingRequestProto |
TestProtos.SlowPingRequestProto.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TestProtos.SlowPingRequestProto |
TestProtos.SlowPingRequestProto.parseFrom(com.google.protobuf.CodedInputStream input) |
static TestProtos.SlowPingRequestProto |
TestProtos.SlowPingRequestProto.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TestProtos.SlowPingRequestProto |
TestProtos.SlowPingRequestProto.parseFrom(InputStream input) |
static TestProtos.SlowPingRequestProto |
TestProtos.SlowPingRequestProto.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<TestProtos.SlowPingRequestProto> |
TestProtos.SlowPingRequestProto.getParserForType() |
Modifier and Type | Method and Description |
---|---|
TestProtos.SlowPingRequestProto.Builder |
TestProtos.SlowPingRequestProto.Builder.mergeFrom(TestProtos.SlowPingRequestProto other) |
static TestProtos.SlowPingRequestProto.Builder |
TestProtos.SlowPingRequestProto.newBuilder(TestProtos.SlowPingRequestProto prototype) |
TestProtos.EmptyResponseProto |
TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface.slowPing(com.google.protobuf.RpcController controller,
TestProtos.SlowPingRequestProto request) |
abstract void |
TestRpcServiceProtos.TestProtobufRpcProto.slowPing(com.google.protobuf.RpcController controller,
TestProtos.SlowPingRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
rpc slowPing(.hadoop.common.SlowPingRequestProto) returns (.hadoop.common.EmptyResponseProto); |
void |
TestRpcServiceProtos.TestProtobufRpcProto.Interface.slowPing(com.google.protobuf.RpcController controller,
TestProtos.SlowPingRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
rpc slowPing(.hadoop.common.SlowPingRequestProto) returns (.hadoop.common.EmptyResponseProto); |
void |
TestRpcServiceProtos.TestProtobufRpcProto.Stub.slowPing(com.google.protobuf.RpcController controller,
TestProtos.SlowPingRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done) |
Copyright © 2017 Apache Software Foundation. All Rights Reserved.