Uses of Class
org.apache.pulsar.common.policies.data.PolicyName
-
Packages that use PolicyName Package Description org.apache.pulsar.common.policies.data Definition of different data structures for policies. -
-
Uses of PolicyName in org.apache.pulsar.common.policies.data
Methods in org.apache.pulsar.common.policies.data that return PolicyName Modifier and Type Method Description static PolicyNamePolicyName. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PolicyName[]PolicyName. values()Returns an array containing the constants of this enum type, in the order they are declared.
-