| Package | Description |
|---|---|
| org.apache.hadoop.hbase.security.access |
| Modifier and Type | Field and Description |
|---|---|
private AccessControlFilter.Strategy |
AccessControlFilter.strategy |
| Modifier and Type | Method and Description |
|---|---|
static AccessControlFilter.Strategy |
AccessControlFilter.Strategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessControlFilter.Strategy[] |
AccessControlFilter.Strategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AccessControlFilter(TableAuthManager mgr,
User ugi,
TableName tableName,
AccessControlFilter.Strategy strategy,
Map<ByteRange,Integer> cfVsMaxVersions) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.