| Package | Description |
|---|---|
| org.apache.hadoop.hbase.coprocessor.protobuf.generated |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<PingProtos.NoopRequest> |
PingProtos.NoopRequest.PARSER |
| Modifier and Type | Method and Description |
|---|---|
PingProtos.NoopRequest |
PingProtos.NoopRequest.Builder.build() |
PingProtos.NoopRequest |
PingProtos.NoopRequest.Builder.buildPartial() |
static PingProtos.NoopRequest |
PingProtos.NoopRequest.getDefaultInstance() |
PingProtos.NoopRequest |
PingProtos.NoopRequest.getDefaultInstanceForType() |
PingProtos.NoopRequest |
PingProtos.NoopRequest.Builder.getDefaultInstanceForType() |
static PingProtos.NoopRequest |
PingProtos.NoopRequest.parseDelimitedFrom(InputStream input) |
static PingProtos.NoopRequest |
PingProtos.NoopRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PingProtos.NoopRequest |
PingProtos.NoopRequest.parseFrom(byte[] data) |
static PingProtos.NoopRequest |
PingProtos.NoopRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PingProtos.NoopRequest |
PingProtos.NoopRequest.parseFrom(com.google.protobuf.ByteString data) |
static PingProtos.NoopRequest |
PingProtos.NoopRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PingProtos.NoopRequest |
PingProtos.NoopRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static PingProtos.NoopRequest |
PingProtos.NoopRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PingProtos.NoopRequest |
PingProtos.NoopRequest.parseFrom(InputStream input) |
static PingProtos.NoopRequest |
PingProtos.NoopRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<PingProtos.NoopRequest> |
PingProtos.NoopRequest.getParserForType() |
| Modifier and Type | Method and Description |
|---|---|
PingProtos.NoopRequest.Builder |
PingProtos.NoopRequest.Builder.mergeFrom(PingProtos.NoopRequest other) |
static PingProtos.NoopRequest.Builder |
PingProtos.NoopRequest.newBuilder(PingProtos.NoopRequest prototype) |
PingProtos.NoopResponse |
PingProtos.PingService.BlockingInterface.noop(com.google.protobuf.RpcController controller,
PingProtos.NoopRequest request) |
abstract void |
PingProtos.PingService.noop(com.google.protobuf.RpcController controller,
PingProtos.NoopRequest request,
com.google.protobuf.RpcCallback<PingProtos.NoopResponse> done)
rpc noop(.NoopRequest) returns (.NoopResponse); |
void |
PingProtos.PingService.Interface.noop(com.google.protobuf.RpcController controller,
PingProtos.NoopRequest request,
com.google.protobuf.RpcCallback<PingProtos.NoopResponse> done)
rpc noop(.NoopRequest) returns (.NoopResponse); |
void |
PingProtos.PingService.Stub.noop(com.google.protobuf.RpcController controller,
PingProtos.NoopRequest request,
com.google.protobuf.RpcCallback<PingProtos.NoopResponse> done) |
Copyright © 2007–2019 Cloudera. All rights reserved.