Uses of Enum Class
org.apache.pulsar.common.policies.data.NamespaceIsolationPolicyUnloadScope
Packages that use NamespaceIsolationPolicyUnloadScope
-
Uses of NamespaceIsolationPolicyUnloadScope in org.apache.pulsar.common.policies.data
Methods in org.apache.pulsar.common.policies.data that return NamespaceIsolationPolicyUnloadScopeModifier 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.Methods in org.apache.pulsar.common.policies.data with parameters of type NamespaceIsolationPolicyUnloadScopeModifier and TypeMethodDescriptionNamespaceIsolationData.Builder.unloadScope
(NamespaceIsolationPolicyUnloadScope unloadScope)