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