Uses of Interface
org.apache.storm.trident.operation.Filter
Packages that use Filter
Package
Description
- 
Uses of Filter in org.apache.storm.tridentMethods 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.operationClasses in org.apache.storm.trident.operation that implement Filter
- 
Uses of Filter in org.apache.storm.trident.operation.builtinClasses in org.apache.storm.trident.operation.builtin that implement FilterModifier and TypeClassDescriptionclassFilter for debugging purposes.classclassSimple `Filter` implementation that filters out any tuples that have fields with a value of `null`.classA `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.implClasses 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.testingClasses in org.apache.storm.trident.testing that implement Filter