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.IsMasterRunningResponse |
MasterRpcServices.isMasterRunning(com.google.protobuf.RpcController c,
MasterProtos.IsMasterRunningRequest req) |
Modifier and Type | Method and Description |
---|---|
static MasterProtos.IsMasterRunningRequest |
RequestConverter.buildIsMasterRunningRequest()
Creates a protocol buffer IsMasterRunningRequest
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<MasterProtos.IsMasterRunningRequest> |
MasterProtos.IsMasterRunningRequest.PARSER |
Modifier and Type | Method and Description |
---|---|
MasterProtos.IsMasterRunningRequest |
MasterProtos.IsMasterRunningRequest.Builder.build() |
MasterProtos.IsMasterRunningRequest |
MasterProtos.IsMasterRunningRequest.Builder.buildPartial() |
static MasterProtos.IsMasterRunningRequest |
MasterProtos.IsMasterRunningRequest.getDefaultInstance() |
MasterProtos.IsMasterRunningRequest |
MasterProtos.IsMasterRunningRequest.getDefaultInstanceForType() |
MasterProtos.IsMasterRunningRequest |
MasterProtos.IsMasterRunningRequest.Builder.getDefaultInstanceForType() |
static MasterProtos.IsMasterRunningRequest |
MasterProtos.IsMasterRunningRequest.parseDelimitedFrom(InputStream input) |
static MasterProtos.IsMasterRunningRequest |
MasterProtos.IsMasterRunningRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.IsMasterRunningRequest |
MasterProtos.IsMasterRunningRequest.parseFrom(byte[] data) |
static MasterProtos.IsMasterRunningRequest |
MasterProtos.IsMasterRunningRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.IsMasterRunningRequest |
MasterProtos.IsMasterRunningRequest.parseFrom(com.google.protobuf.ByteString data) |
static MasterProtos.IsMasterRunningRequest |
MasterProtos.IsMasterRunningRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.IsMasterRunningRequest |
MasterProtos.IsMasterRunningRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static MasterProtos.IsMasterRunningRequest |
MasterProtos.IsMasterRunningRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.IsMasterRunningRequest |
MasterProtos.IsMasterRunningRequest.parseFrom(InputStream input) |
static MasterProtos.IsMasterRunningRequest |
MasterProtos.IsMasterRunningRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<MasterProtos.IsMasterRunningRequest> |
MasterProtos.IsMasterRunningRequest.getParserForType() |
Modifier and Type | Method and Description |
---|---|
MasterProtos.IsMasterRunningResponse |
MasterProtos.MasterService.BlockingInterface.isMasterRunning(com.google.protobuf.RpcController controller,
MasterProtos.IsMasterRunningRequest request) |
abstract void |
MasterProtos.MasterService.isMasterRunning(com.google.protobuf.RpcController controller,
MasterProtos.IsMasterRunningRequest request,
com.google.protobuf.RpcCallback<MasterProtos.IsMasterRunningResponse> done)
rpc IsMasterRunning(.IsMasterRunningRequest) returns (.IsMasterRunningResponse); |
void |
MasterProtos.MasterService.Interface.isMasterRunning(com.google.protobuf.RpcController controller,
MasterProtos.IsMasterRunningRequest request,
com.google.protobuf.RpcCallback<MasterProtos.IsMasterRunningResponse> done)
rpc IsMasterRunning(.IsMasterRunningRequest) returns (.IsMasterRunningResponse); |
void |
MasterProtos.MasterService.Stub.isMasterRunning(com.google.protobuf.RpcController controller,
MasterProtos.IsMasterRunningRequest request,
com.google.protobuf.RpcCallback<MasterProtos.IsMasterRunningResponse> done) |
MasterProtos.IsMasterRunningRequest.Builder |
MasterProtos.IsMasterRunningRequest.Builder.mergeFrom(MasterProtos.IsMasterRunningRequest other) |
static MasterProtos.IsMasterRunningRequest.Builder |
MasterProtos.IsMasterRunningRequest.newBuilder(MasterProtos.IsMasterRunningRequest prototype) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.