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