Class | Description |
---|---|
ParallelRegexGrep | |
PartitionedParallelRegexGrep |
PartitionedParallelRegexGrep is like ParallelRegexGrep, except that the Java
object in the tuple being passed into the parallel region implements the
Keyable interface, and provides a getKey() function which is used to map
tuples to their corresponding channel in the parallel region.
|