Uses of Interface
org.apache.storm.trident.operation.Filter
Packages that use Filter
Package
Description
-
Uses of Filter in org.apache.storm.trident
Methods in org.apache.storm.trident with parameters of type FilterModifier and TypeMethodDescriptionReturns a stream consisting of the elements of this stream that match the given filter.Returns a stream consisting of the elements of this stream that match the given filter. -
Uses of Filter in org.apache.storm.trident.operation
Classes in org.apache.storm.trident.operation that implement Filter -
Uses of Filter in org.apache.storm.trident.operation.builtin
Classes in org.apache.storm.trident.operation.builtin that implement FilterModifier and TypeClassDescriptionclass
Filter for debugging purposes.class
class
Simple `Filter` implementation that filters out any tuples that have fields with a value of `null`.class
A `Filter` implementation that inverts another delegate `Filter`.Constructors in org.apache.storm.trident.operation.builtin with parameters of type Filter -
Uses of Filter in org.apache.storm.trident.operation.impl
Classes in org.apache.storm.trident.operation.impl that implement FilterConstructors in org.apache.storm.trident.operation.impl with parameters of type Filter -
Uses of Filter in org.apache.storm.trident.testing
Classes in org.apache.storm.trident.testing that implement Filter