Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
Modifier and Type | Method and Description |
---|---|
CellVisibility |
Mutation.getCellVisibility() |
Modifier and Type | Method and Description |
---|---|
void |
Mutation.setCellVisibility(CellVisibility expression)
Sets the visibility expression associated with cells in this Mutation.
|
Modifier and Type | Method and Description |
---|---|
static CellVisibility |
ProtobufUtil.toCellVisibility(byte[] protoBytes)
Convert a protocol buffer CellVisibility bytes to a client CellVisibility
|
static CellVisibility |
ProtobufUtil.toCellVisibility(ClientProtos.CellVisibility proto)
Convert a protocol buffer CellVisibility to a client CellVisibility
|
Modifier and Type | Method and Description |
---|---|
static ClientProtos.CellVisibility |
ProtobufUtil.toCellVisibility(CellVisibility cellVisibility)
Create a protocol buffer CellVisibility based on a client CellVisibility.
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.