Package | Description |
---|---|
org.apache.hadoop.hbase.thrift2.generated |
Modifier and Type | Field and Description |
---|---|
TCellVisibility |
TAppend.cellVisibility |
TCellVisibility |
TIncrement.cellVisibility |
TCellVisibility |
TPut.cellVisibility |
Modifier and Type | Method and Description |
---|---|
TCellVisibility |
TCellVisibility.deepCopy() |
TCellVisibility |
TAppend.getCellVisibility() |
TCellVisibility |
TIncrement.getCellVisibility() |
TCellVisibility |
TPut.getCellVisibility() |
TCellVisibility |
TCellVisibility.setExpression(String expression) |
Modifier and Type | Method and Description |
---|---|
int |
TCellVisibility.compareTo(TCellVisibility other) |
boolean |
TCellVisibility.equals(TCellVisibility that) |
TAppend |
TAppend.setCellVisibility(TCellVisibility cellVisibility) |
TIncrement |
TIncrement.setCellVisibility(TCellVisibility cellVisibility) |
TPut |
TPut.setCellVisibility(TCellVisibility cellVisibility) |
Constructor and Description |
---|
TCellVisibility(TCellVisibility other)
Performs a deep copy on other.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.