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