Uses of Class
org.apache.storm.generated.AccessControlType
-
Packages that use AccessControlType Package Description org.apache.storm.generated -
-
Uses of AccessControlType in org.apache.storm.generated
Methods in org.apache.storm.generated that return AccessControlType Modifier and Type Method Description static AccessControlType
AccessControlType. findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.AccessControlType
AccessControl. get_type()
static AccessControlType
AccessControlType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AccessControlType[]
AccessControlType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.storm.generated with parameters of type AccessControlType Modifier and Type Method Description void
AccessControl. set_type(AccessControlType type)
Constructors in org.apache.storm.generated with parameters of type AccessControlType Constructor Description AccessControl(AccessControlType type, int access)
-