| 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.ModifyColumnResponse |
ShortCircuitMasterConnection.modifyColumn(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.ModifyColumnRequest request) |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.ModifyColumnResponse |
MasterRpcServices.modifyColumn(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.ModifyColumnRequest req) |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.ModifyColumnResponse> |
MasterProtos.ModifyColumnResponse.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.ModifyColumnResponse |
MasterProtos.ModifyColumnResponse.Builder.build() |
MasterProtos.ModifyColumnResponse |
MasterProtos.ModifyColumnResponse.Builder.buildPartial() |
static MasterProtos.ModifyColumnResponse |
MasterProtos.ModifyColumnResponse.getDefaultInstance() |
MasterProtos.ModifyColumnResponse |
MasterProtos.ModifyColumnResponse.getDefaultInstanceForType() |
MasterProtos.ModifyColumnResponse |
MasterProtos.ModifyColumnResponse.Builder.getDefaultInstanceForType() |
MasterProtos.ModifyColumnResponse |
MasterProtos.MasterService.BlockingInterface.modifyColumn(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.ModifyColumnRequest request) |
static MasterProtos.ModifyColumnResponse |
MasterProtos.ModifyColumnResponse.parseDelimitedFrom(InputStream input) |
static MasterProtos.ModifyColumnResponse |
MasterProtos.ModifyColumnResponse.parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.ModifyColumnResponse |
MasterProtos.ModifyColumnResponse.parseFrom(byte[] data) |
static MasterProtos.ModifyColumnResponse |
MasterProtos.ModifyColumnResponse.parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.ModifyColumnResponse |
MasterProtos.ModifyColumnResponse.parseFrom(ByteBuffer data) |
static MasterProtos.ModifyColumnResponse |
MasterProtos.ModifyColumnResponse.parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.ModifyColumnResponse |
MasterProtos.ModifyColumnResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static MasterProtos.ModifyColumnResponse |
MasterProtos.ModifyColumnResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.ModifyColumnResponse |
MasterProtos.ModifyColumnResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static MasterProtos.ModifyColumnResponse |
MasterProtos.ModifyColumnResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.ModifyColumnResponse |
MasterProtos.ModifyColumnResponse.parseFrom(InputStream input) |
static MasterProtos.ModifyColumnResponse |
MasterProtos.ModifyColumnResponse.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.ModifyColumnResponse> |
MasterProtos.ModifyColumnResponse.getParserForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.ModifyColumnResponse> |
MasterProtos.ModifyColumnResponse.parser() |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.ModifyColumnResponse.Builder |
MasterProtos.ModifyColumnResponse.Builder.mergeFrom(MasterProtos.ModifyColumnResponse other) |
static MasterProtos.ModifyColumnResponse.Builder |
MasterProtos.ModifyColumnResponse.newBuilder(MasterProtos.ModifyColumnResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
MasterProtos.MasterService.modifyColumn(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.ModifyColumnRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.ModifyColumnResponse> done)
Modifies an existing column on the specified table.
|
void |
MasterProtos.MasterService.Interface.modifyColumn(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.ModifyColumnRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.ModifyColumnResponse> done)
Modifies an existing column on the specified table.
|
void |
MasterProtos.MasterService.Stub.modifyColumn(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.ModifyColumnRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.ModifyColumnResponse> done) |
Copyright © 2007–2019 Cloudera. All rights reserved.