Class | Description |
---|---|
DirTap |
Class DirTap processes all files in the given directory that match the given glob or regex.
|
FileTap |
Class FileTap is a
Tap sub-class that allows for direct local file access. |
PartitionTap |
Class PartitionTap can be used to write tuple streams out to files and sub-directories based on the values in the
current
Tuple instance. |
StdErrTap |
Class StdErrTap provides a local mode tap for writing data to the
stderr stream. |
StdInTap |
Class StdInTap provides a local mode tap for reading data from the
stdin stream. |
StdOutTap |
Class StdOutTap provides a local mode tap for writing data to the
stdout stream. |
Copyright © 2007-2017 Cascading Maintainers. All Rights Reserved.