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