| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.shaded.protobuf | |
| 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 | Method and Description |
|---|---|
static MasterProtos.ModifyColumnRequest |
RequestConverter.buildModifyColumnRequest(TableName tableName,
ColumnFamilyDescriptor column,
long nonceGroup,
long nonce)
Create a protocol buffer ModifyColumnRequest
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.ModifyColumnRequest> |
MasterProtos.ModifyColumnRequest.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.ModifyColumnRequest |
MasterProtos.ModifyColumnRequest.Builder.build() |
MasterProtos.ModifyColumnRequest |
MasterProtos.ModifyColumnRequest.Builder.buildPartial() |
static MasterProtos.ModifyColumnRequest |
MasterProtos.ModifyColumnRequest.getDefaultInstance() |
MasterProtos.ModifyColumnRequest |
MasterProtos.ModifyColumnRequest.getDefaultInstanceForType() |
MasterProtos.ModifyColumnRequest |
MasterProtos.ModifyColumnRequest.Builder.getDefaultInstanceForType() |
static MasterProtos.ModifyColumnRequest |
MasterProtos.ModifyColumnRequest.parseDelimitedFrom(InputStream input) |
static MasterProtos.ModifyColumnRequest |
MasterProtos.ModifyColumnRequest.parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.ModifyColumnRequest |
MasterProtos.ModifyColumnRequest.parseFrom(byte[] data) |
static MasterProtos.ModifyColumnRequest |
MasterProtos.ModifyColumnRequest.parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.ModifyColumnRequest |
MasterProtos.ModifyColumnRequest.parseFrom(ByteBuffer data) |
static MasterProtos.ModifyColumnRequest |
MasterProtos.ModifyColumnRequest.parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.ModifyColumnRequest |
MasterProtos.ModifyColumnRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static MasterProtos.ModifyColumnRequest |
MasterProtos.ModifyColumnRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.ModifyColumnRequest |
MasterProtos.ModifyColumnRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static MasterProtos.ModifyColumnRequest |
MasterProtos.ModifyColumnRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.ModifyColumnRequest |
MasterProtos.ModifyColumnRequest.parseFrom(InputStream input) |
static MasterProtos.ModifyColumnRequest |
MasterProtos.ModifyColumnRequest.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.ModifyColumnRequest> |
MasterProtos.ModifyColumnRequest.getParserForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.ModifyColumnRequest> |
MasterProtos.ModifyColumnRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.ModifyColumnRequest.Builder |
MasterProtos.ModifyColumnRequest.Builder.mergeFrom(MasterProtos.ModifyColumnRequest other) |
MasterProtos.ModifyColumnResponse |
MasterProtos.MasterService.BlockingInterface.modifyColumn(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.ModifyColumnRequest request) |
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) |
static MasterProtos.ModifyColumnRequest.Builder |
MasterProtos.ModifyColumnRequest.newBuilder(MasterProtos.ModifyColumnRequest prototype) |
Copyright © 2007–2019 Cloudera. All rights reserved.