Package | Description |
---|---|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
org.apache.hadoop.hbase.protobuf.generated |
Modifier and Type | Method and Description |
---|---|
MasterProtos.GetClusterStatusResponse |
MasterRpcServices.getClusterStatus(com.google.protobuf.RpcController controller,
MasterProtos.GetClusterStatusRequest req) |
Modifier and Type | Method and Description |
---|---|
static MasterProtos.GetClusterStatusRequest |
RequestConverter.buildGetClusterStatusRequest()
Creates a protocol buffer GetClusterStatusRequest
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<MasterProtos.GetClusterStatusRequest> |
MasterProtos.GetClusterStatusRequest.PARSER |
Modifier and Type | Method and Description |
---|---|
MasterProtos.GetClusterStatusRequest |
MasterProtos.GetClusterStatusRequest.Builder.build() |
MasterProtos.GetClusterStatusRequest |
MasterProtos.GetClusterStatusRequest.Builder.buildPartial() |
static MasterProtos.GetClusterStatusRequest |
MasterProtos.GetClusterStatusRequest.getDefaultInstance() |
MasterProtos.GetClusterStatusRequest |
MasterProtos.GetClusterStatusRequest.getDefaultInstanceForType() |
MasterProtos.GetClusterStatusRequest |
MasterProtos.GetClusterStatusRequest.Builder.getDefaultInstanceForType() |
static MasterProtos.GetClusterStatusRequest |
MasterProtos.GetClusterStatusRequest.parseDelimitedFrom(InputStream input) |
static MasterProtos.GetClusterStatusRequest |
MasterProtos.GetClusterStatusRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.GetClusterStatusRequest |
MasterProtos.GetClusterStatusRequest.parseFrom(byte[] data) |
static MasterProtos.GetClusterStatusRequest |
MasterProtos.GetClusterStatusRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.GetClusterStatusRequest |
MasterProtos.GetClusterStatusRequest.parseFrom(com.google.protobuf.ByteString data) |
static MasterProtos.GetClusterStatusRequest |
MasterProtos.GetClusterStatusRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.GetClusterStatusRequest |
MasterProtos.GetClusterStatusRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static MasterProtos.GetClusterStatusRequest |
MasterProtos.GetClusterStatusRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.GetClusterStatusRequest |
MasterProtos.GetClusterStatusRequest.parseFrom(InputStream input) |
static MasterProtos.GetClusterStatusRequest |
MasterProtos.GetClusterStatusRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<MasterProtos.GetClusterStatusRequest> |
MasterProtos.GetClusterStatusRequest.getParserForType() |
Modifier and Type | Method and Description |
---|---|
MasterProtos.GetClusterStatusResponse |
MasterProtos.MasterService.BlockingInterface.getClusterStatus(com.google.protobuf.RpcController controller,
MasterProtos.GetClusterStatusRequest request) |
abstract void |
MasterProtos.MasterService.getClusterStatus(com.google.protobuf.RpcController controller,
MasterProtos.GetClusterStatusRequest request,
com.google.protobuf.RpcCallback<MasterProtos.GetClusterStatusResponse> done)
rpc GetClusterStatus(.GetClusterStatusRequest) returns (.GetClusterStatusResponse); |
void |
MasterProtos.MasterService.Interface.getClusterStatus(com.google.protobuf.RpcController controller,
MasterProtos.GetClusterStatusRequest request,
com.google.protobuf.RpcCallback<MasterProtos.GetClusterStatusResponse> done)
rpc GetClusterStatus(.GetClusterStatusRequest) returns (.GetClusterStatusResponse); |
void |
MasterProtos.MasterService.Stub.getClusterStatus(com.google.protobuf.RpcController controller,
MasterProtos.GetClusterStatusRequest request,
com.google.protobuf.RpcCallback<MasterProtos.GetClusterStatusResponse> done) |
MasterProtos.GetClusterStatusRequest.Builder |
MasterProtos.GetClusterStatusRequest.Builder.mergeFrom(MasterProtos.GetClusterStatusRequest other) |
static MasterProtos.GetClusterStatusRequest.Builder |
MasterProtos.GetClusterStatusRequest.newBuilder(MasterProtos.GetClusterStatusRequest prototype) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.