Uses of Enum Class
org.apache.nifi.event.transport.netty.FilteringStrategy
Packages that use FilteringStrategy
-
Uses of FilteringStrategy in org.apache.nifi.event.transport.netty
Methods in org.apache.nifi.event.transport.netty that return FilteringStrategyModifier and TypeMethodDescriptionstatic FilteringStrategyReturns the enum constant of this class with the specified name.static FilteringStrategy[]FilteringStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.nifi.event.transport.netty with parameters of type FilteringStrategyModifierConstructorDescriptionByteArrayMessageNettyEventServerFactory(ComponentLog log, InetAddress address, int port, TransportProtocol protocol, byte[] delimiter, int maxFrameLength, BlockingQueue<ByteArrayMessage> messages, FilteringStrategy filteringStrategy) Netty Event Server Factory with configurable delimiter and queue of Byte Array Messages