Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.shaded.protobuf |
Modifier and Type | Method and Description |
---|---|
CellVisibility |
Mutation.getCellVisibility()
Returns CellVisibility associated with cells in this Mutation.
|
Modifier and Type | Method and Description |
---|---|
Put |
Put.setCellVisibility(CellVisibility expression) |
Mutation |
Mutation.setCellVisibility(CellVisibility expression)
Sets the visibility expression associated with cells in this Mutation.
|
Increment |
Increment.setCellVisibility(CellVisibility expression) |
Delete |
Delete.setCellVisibility(CellVisibility expression) |
Append |
Append.setCellVisibility(CellVisibility expression) |
Modifier and Type | Method and Description |
---|---|
static CellVisibility |
ProtobufUtil.toCellVisibility(byte[] protoBytes)
Convert a protocol buffer CellVisibility bytes to a client CellVisibility n * @return the
converted client CellVisibility n
|
static CellVisibility |
ProtobufUtil.toCellVisibility(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.CellVisibility proto)
Convert a protocol buffer CellVisibility to a client CellVisibility n * @return the converted
client CellVisibility
|
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.CellVisibility |
ProtobufUtil.toCellVisibility(CellVisibility cellVisibility)
Create a protocol buffer CellVisibility based on a client CellVisibility.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.