Uses of Enum Class
org.apache.hadoop.hbase.security.access.Permission.Scope
Packages that use Permission.Scope
- 
Uses of Permission.Scope in org.apache.hadoop.hbase.security.access
Fields in org.apache.hadoop.hbase.security.access declared as Permission.ScopeFields in org.apache.hadoop.hbase.security.access with type parameters of type Permission.ScopeModifier and TypeFieldDescriptionprotected static final Map<Byte,Permission.Scope> Permission.SCOPE_BY_CODEMethods in org.apache.hadoop.hbase.security.access that return Permission.ScopeModifier and TypeMethodDescriptionPermission.getAccessScope()UserPermission.getAccessScope()Get this permission access scope.static Permission.ScopeReturns the enum constant of this class with the specified name.static Permission.Scope[]Permission.Scope.values()Returns an array containing the constants of this enum class, in the order they are declared.