| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| Modifier and Type | Method and Description |
|---|---|
CellVisibility |
Mutation.getCellVisibility() |
| Modifier and Type | Method and Description |
|---|---|
Delete |
Delete.setCellVisibility(CellVisibility expression) |
Put |
Put.setCellVisibility(CellVisibility expression) |
Increment |
Increment.setCellVisibility(CellVisibility expression) |
Mutation |
Mutation.setCellVisibility(CellVisibility expression)
Sets the visibility expression associated with cells in this Mutation.
|
Append |
Append.setCellVisibility(CellVisibility expression) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.