| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.shaded.protobuf.generated |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.DeleteColumnResponse |
ShortCircuitMasterConnection.deleteColumn(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.DeleteColumnRequest request) |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.DeleteColumnResponse |
MasterRpcServices.deleteColumn(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.DeleteColumnRequest req) |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.DeleteColumnResponse> |
MasterProtos.DeleteColumnResponse.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.DeleteColumnResponse |
MasterProtos.DeleteColumnResponse.Builder.build() |
MasterProtos.DeleteColumnResponse |
MasterProtos.DeleteColumnResponse.Builder.buildPartial() |
MasterProtos.DeleteColumnResponse |
MasterProtos.MasterService.BlockingInterface.deleteColumn(org.apache.hbase.thirdparty.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,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.DeleteColumnResponse |
MasterProtos.DeleteColumnResponse.parseFrom(byte[] data) |
static MasterProtos.DeleteColumnResponse |
MasterProtos.DeleteColumnResponse.parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.DeleteColumnResponse |
MasterProtos.DeleteColumnResponse.parseFrom(ByteBuffer data) |
static MasterProtos.DeleteColumnResponse |
MasterProtos.DeleteColumnResponse.parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.DeleteColumnResponse |
MasterProtos.DeleteColumnResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static MasterProtos.DeleteColumnResponse |
MasterProtos.DeleteColumnResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.DeleteColumnResponse |
MasterProtos.DeleteColumnResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static MasterProtos.DeleteColumnResponse |
MasterProtos.DeleteColumnResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.DeleteColumnResponse |
MasterProtos.DeleteColumnResponse.parseFrom(InputStream input) |
static MasterProtos.DeleteColumnResponse |
MasterProtos.DeleteColumnResponse.parseFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.DeleteColumnResponse> |
MasterProtos.DeleteColumnResponse.getParserForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.DeleteColumnResponse> |
MasterProtos.DeleteColumnResponse.parser() |
| 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(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.DeleteColumnRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.DeleteColumnResponse> done)
Deletes a column from the specified table.
|
void |
MasterProtos.MasterService.Interface.deleteColumn(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.DeleteColumnRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.DeleteColumnResponse> done)
Deletes a column from the specified table.
|
void |
MasterProtos.MasterService.Stub.deleteColumn(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.DeleteColumnRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.DeleteColumnResponse> done) |
Copyright © 2007–2019 Cloudera. All rights reserved.