Class Equals
java.lang.Object
org.apache.storm.trident.operation.BaseOperation
org.apache.storm.trident.operation.BaseFilter
org.apache.storm.trident.operation.builtin.Equals
- All Implemented Interfaces:
Serializable
,EachOperation
,Filter
,Operation
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isKeep
(TridentTuple tuple) Determines if a tuple should be filtered out of a stream.Methods inherited from class org.apache.storm.trident.operation.BaseOperation
cleanup, prepare
-
Constructor Details
-
Equals
public Equals()
-
-
Method Details
-
isKeep
Description copied from interface:Filter
Determines if a tuple should be filtered out of a stream.- Parameters:
tuple
- the tuple being evaluated- Returns:
- `false` to drop the tuple, `true` to keep the tuple
-