Class EntryFilterProvider


  • public class EntryFilterProvider
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.google.common.collect.ImmutableMap<java.lang.String,​EntryFilterWithClassLoader> createEntryFilters​(org.apache.pulsar.broker.ServiceConfiguration conf)
      create entry filter instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EntryFilterProvider

        public EntryFilterProvider()
    • Method Detail

      • createEntryFilters

        public static com.google.common.collect.ImmutableMap<java.lang.String,​EntryFilterWithClassLoader> createEntryFilters​(org.apache.pulsar.broker.ServiceConfiguration conf)
                                                                                                                            throws java.io.IOException
        create entry filter instance.
        Throws:
        java.io.IOException