Uses of Interface
org.apache.storm.streams.operations.Predicate
Packages that use Predicate
Package
Description
-
Uses of Predicate in org.apache.storm.sql.runtime.streams.functions
Classes in org.apache.storm.sql.runtime.streams.functions that implement Predicate -
Uses of Predicate in org.apache.storm.streams
Methods in org.apache.storm.streams with parameters of type PredicateModifier and TypeMethodDescriptionPairStream<K,
V>[] Returns an array of streams by splitting the given stream into multiple branches based on the given predicates.Returns an array of streams by splitting the given stream into multiple branches based on the given predicates.PairStream<K,
V> Returns a stream consisting of the elements of this stream that matches the given filter.Returns a stream consisting of the elements of this stream that matches the given filter. -
Uses of Predicate in org.apache.storm.streams.processors
Methods in org.apache.storm.streams.processors with parameters of type PredicateModifier and TypeMethodDescriptionvoid
BranchProcessor.addPredicate
(Predicate<? super T> predicate, String stream) Constructors in org.apache.storm.streams.processors with parameters of type Predicate