Uses of Class
org.apache.pulsar.broker.service.plugin.EntryFilter.FilterResult
-
Packages that use EntryFilter.FilterResult Package Description org.apache.pulsar.broker.service.plugin Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of EntryFilter.FilterResult in org.apache.pulsar.broker.service.plugin
Methods in org.apache.pulsar.broker.service.plugin that return EntryFilter.FilterResult Modifier and Type Method Description EntryFilter.FilterResultEntryFilter. filterEntry(org.apache.bookkeeper.mledger.Entry entry, FilterContext context)1.EntryFilter.FilterResultEntryFilterWithClassLoader. filterEntry(org.apache.bookkeeper.mledger.Entry entry, FilterContext context)static EntryFilter.FilterResultEntryFilter.FilterResult. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EntryFilter.FilterResult[]EntryFilter.FilterResult. values()Returns an array containing the constants of this enum type, in the order they are declared.
-