Uses of Enum Class
org.apache.pulsar.common.topics.TopicsPattern.RegexImplementation
Packages that use TopicsPattern.RegexImplementation
-
Uses of TopicsPattern.RegexImplementation in org.apache.pulsar.common.topics
Methods in org.apache.pulsar.common.topics that return TopicsPattern.RegexImplementationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TopicsPattern.RegexImplementation[]TopicsPattern.RegexImplementation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pulsar.common.topics with parameters of type TopicsPattern.RegexImplementationModifier and TypeMethodDescriptionstatic TopicsPatternTopicsPatternFactory.create(String regex, TopicsPattern.RegexImplementation implementation) Creates a TopicsPattern from a regex string, using the specified regex implementation.TopicList.filterTopics(List<String> original, String regex, TopicsPattern.RegexImplementation topicsPatternImplementation)