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