Uses of Enum Class
org.apache.pulsar.common.policies.data.NamespaceIsolationPolicyUnloadScope
-
Uses of NamespaceIsolationPolicyUnloadScope in org.apache.pulsar.common.policies.data
Modifier and TypeMethodDescriptionNamespaceIsolationPolicyUnloadScope.fromString
(String unloadScopeString) NamespaceIsolationData.getUnloadScope()
Returns the enum constant of this class with the specified name.static NamespaceIsolationPolicyUnloadScope[]
NamespaceIsolationPolicyUnloadScope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionNamespaceIsolationData.Builder.unloadScope
(NamespaceIsolationPolicyUnloadScope unloadScope)