Package | Description |
---|---|
org.apache.storm.sql.runtime.streams.functions | |
org.apache.storm.streams | |
org.apache.storm.streams.processors |
Modifier and Type | Class and Description |
---|---|
class |
EvaluationFilter |
Modifier and Type | Method and Description |
---|---|
PairStream<K,V>[] |
PairStream.branch(Predicate<? super Pair<K,V>>... predicates)
Returns an array of streams by splitting the given stream into multiple branches based on the given predicates.
|
Stream<T>[] |
Stream.branch(Predicate<? super T>... predicates)
Returns an array of streams by splitting the given stream into multiple branches based on the given predicates.
|
PairStream<K,V> |
PairStream.filter(Predicate<? super Pair<K,V>> predicate)
Returns a stream consisting of the elements of this stream that matches the given filter.
|
Stream<T> |
Stream.filter(Predicate<? super T> predicate)
Returns a stream consisting of the elements of this stream that matches the given filter.
|
Modifier and Type | Method and Description |
---|---|
void |
BranchProcessor.addPredicate(Predicate<? super T> predicate,
String stream) |
Constructor and Description |
---|
FilterProcessor(Predicate<T> predicate) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.