Package | Description |
---|---|
org.apache.hadoop.hbase.thrift2.generated |
Modifier and Type | Field and Description |
---|---|
TAuthorization |
TScan.authorizations |
TAuthorization |
TGet.authorizations |
Modifier and Type | Method and Description |
---|---|
TAuthorization |
TAuthorization.deepCopy() |
TAuthorization |
TScan.getAuthorizations() |
TAuthorization |
TGet.getAuthorizations() |
TAuthorization |
TAuthorization.setLabels(List<String> labels) |
Modifier and Type | Method and Description |
---|---|
int |
TAuthorization.compareTo(TAuthorization other) |
boolean |
TAuthorization.equals(TAuthorization that) |
TScan |
TScan.setAuthorizations(TAuthorization authorizations) |
TGet |
TGet.setAuthorizations(TAuthorization authorizations) |
Constructor and Description |
---|
TAuthorization(TAuthorization other)
Performs a deep copy on other.
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.