Uses of Enum Class
org.apache.hadoop.hbase.client.security.SecurityCapability
Package
Description
Provides HBase Client
-
Uses of SecurityCapability in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptionAdmin.getSecurityCapabilities()
Return the set of supported security capabilities.AdminOverAsyncAdmin.getSecurityCapabilities()
AsyncAdmin.getSecurityCapabilities()
Returns the list of supported security capabilities.AsyncHBaseAdmin.getSecurityCapabilities()
RawAsyncHBaseAdmin.getSecurityCapabilities()
-
Uses of SecurityCapability in org.apache.hadoop.hbase.client.security
Modifier and TypeMethodDescriptionstatic SecurityCapability
SecurityCapability.valueOf
(int value) Returns the enum constant of this class with the specified name.static SecurityCapability
Returns the enum constant of this class with the specified name.static SecurityCapability[]
SecurityCapability.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SecurityCapability in org.apache.hadoop.hbase.thrift2.client