Uses of Enum Class
org.apache.hadoop.hbase.client.security.SecurityCapability
Packages that use SecurityCapability
Package
Description
Provides HBase Client
-
Uses of SecurityCapability in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return types with arguments of type SecurityCapabilityModifier 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
Methods in org.apache.hadoop.hbase.client.security that return SecurityCapabilityModifier 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
Methods in org.apache.hadoop.hbase.thrift2.client that return types with arguments of type SecurityCapability