Uses of Class
org.apache.pulsar.broker.service.plugin.EntryFilterWithClassLoader
Packages that use EntryFilterWithClassLoader
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of EntryFilterWithClassLoader in org.apache.pulsar.broker.service
Fields in org.apache.pulsar.broker.service with type parameters of type EntryFilterWithClassLoaderModifier and TypeFieldDescriptionprotected com.google.common.collect.ImmutableList<EntryFilterWithClassLoader>EntryFilterSupport.entryFiltersEntry filters in Broker. -
Uses of EntryFilterWithClassLoader in org.apache.pulsar.broker.service.plugin
Methods in org.apache.pulsar.broker.service.plugin that return types with arguments of type EntryFilterWithClassLoaderModifier and TypeMethodDescriptionstatic com.google.common.collect.ImmutableMap<String,EntryFilterWithClassLoader> EntryFilterProvider.createEntryFilters(org.apache.pulsar.broker.ServiceConfiguration conf) create entry filter instance.