Package | Description |
---|---|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.protobuf.generated |
Modifier and Type | Method and Description |
---|---|
MasterProtos.DeleteColumnResponse |
MasterRpcServices.deleteColumn(com.google.protobuf.RpcController controller,
MasterProtos.DeleteColumnRequest req) |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<MasterProtos.DeleteColumnResponse> |
MasterProtos.DeleteColumnResponse.PARSER |
Modifier and Type | Method and Description |
---|---|
MasterProtos.DeleteColumnResponse |
MasterProtos.DeleteColumnResponse.Builder.build() |
MasterProtos.DeleteColumnResponse |
MasterProtos.DeleteColumnResponse.Builder.buildPartial() |
MasterProtos.DeleteColumnResponse |
MasterProtos.MasterService.BlockingInterface.deleteColumn(com.google.protobuf.RpcController controller,
MasterProtos.DeleteColumnRequest request) |
static MasterProtos.DeleteColumnResponse |
MasterProtos.DeleteColumnResponse.getDefaultInstance() |
MasterProtos.DeleteColumnResponse |
MasterProtos.DeleteColumnResponse.getDefaultInstanceForType() |
MasterProtos.DeleteColumnResponse |
MasterProtos.DeleteColumnResponse.Builder.getDefaultInstanceForType() |
static MasterProtos.DeleteColumnResponse |
MasterProtos.DeleteColumnResponse.parseDelimitedFrom(InputStream input) |
static MasterProtos.DeleteColumnResponse |
MasterProtos.DeleteColumnResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.DeleteColumnResponse |
MasterProtos.DeleteColumnResponse.parseFrom(byte[] data) |
static MasterProtos.DeleteColumnResponse |
MasterProtos.DeleteColumnResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.DeleteColumnResponse |
MasterProtos.DeleteColumnResponse.parseFrom(com.google.protobuf.ByteString data) |
static MasterProtos.DeleteColumnResponse |
MasterProtos.DeleteColumnResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.DeleteColumnResponse |
MasterProtos.DeleteColumnResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static MasterProtos.DeleteColumnResponse |
MasterProtos.DeleteColumnResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.DeleteColumnResponse |
MasterProtos.DeleteColumnResponse.parseFrom(InputStream input) |
static MasterProtos.DeleteColumnResponse |
MasterProtos.DeleteColumnResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<MasterProtos.DeleteColumnResponse> |
MasterProtos.DeleteColumnResponse.getParserForType() |
Modifier and Type | Method and Description |
---|---|
MasterProtos.DeleteColumnResponse.Builder |
MasterProtos.DeleteColumnResponse.Builder.mergeFrom(MasterProtos.DeleteColumnResponse other) |
static MasterProtos.DeleteColumnResponse.Builder |
MasterProtos.DeleteColumnResponse.newBuilder(MasterProtos.DeleteColumnResponse prototype) |
Modifier and Type | Method and Description |
---|---|
abstract void |
MasterProtos.MasterService.deleteColumn(com.google.protobuf.RpcController controller,
MasterProtos.DeleteColumnRequest request,
com.google.protobuf.RpcCallback<MasterProtos.DeleteColumnResponse> done)
rpc DeleteColumn(.DeleteColumnRequest) returns (.DeleteColumnResponse); |
void |
MasterProtos.MasterService.Interface.deleteColumn(com.google.protobuf.RpcController controller,
MasterProtos.DeleteColumnRequest request,
com.google.protobuf.RpcCallback<MasterProtos.DeleteColumnResponse> done)
rpc DeleteColumn(.DeleteColumnRequest) returns (.DeleteColumnResponse); |
void |
MasterProtos.MasterService.Stub.deleteColumn(com.google.protobuf.RpcController controller,
MasterProtos.DeleteColumnRequest request,
com.google.protobuf.RpcCallback<MasterProtos.DeleteColumnResponse> done) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.