Search Java Classes and Packages
Search Java Frameworks and Libraries
#Cascading.tap Classes and Interfaces - 18 results found.
| Name | Description | Type | Package | Framework |
| BasePartitionTap | | Class | cascading.tap.partition | Cascading |
|
| BasePartitionTap .Counters | | Class | cascading.tap.partition.BasePartitionTap | Cascading |
|
| BasePartitionTap .PartitionScheme | | Class | cascading.tap.partition.BasePartitionTap | Cascading |
|
| CompositeTap | This information is required by the planner in order to properly configure the underlying platform. | Interface | cascading.tap | Cascading |
|
| DecoratorTap | It also provides an additional generic field that may hold any custom type, this allows implementations to attach any meta-info to the tap being decorated. | Class | cascading.tap | Cascading |
|
| DelimitedPartition | DelimitedPartition is an implementation of the Partition interface that allows for simple text delimited paths as partitions. | Class | cascading.tap.partition | Cascading |
|
| FileType | | Interface | cascading.tap.type | Cascading |
|
| MultiSinkTap | multiple child Tap instances simultaneously. | Class | cascading.tap | Cascading |
|
| MultiSourceTap | multiple files to be concatenated into the requesting pipe assembly, if they all share the same Scheme instance. | Class | cascading.tap | Cascading |
|
| Partition | The Partition interface allows for custom partitioning mechanisms to be created with the BasePartitionTap A partition is a directory on a filesystem, where the directory contains data related to the files underneath | Interface | cascading.tap.partition | Cascading |
|
| PartitionTapProps | | Class | cascading.tap.partition | Cascading |
|
| PartitionTupleEntryIterator | | Class | cascading.tap.partition | Cascading |
|
| SinkMode | Enum SinkMode identifies supported modes a Tap may utilize when used as a sink. | Class | cascading.tap | Cascading |
|
| SinkTap | Some Tap instances may only be sinks (as opposed to being a source). | Class | cascading.tap | Cascading |
|
| SourceTap | Some Tap instances may only be sources (as opposed to being a sink). | Class | cascading.tap | Cascading |
|
| Tap | A Tap represents the physical data source or sink in a connected Flow. | Class | cascading.tap | Cascading |
|
| TapException | Use the payload Tuple constructor if being thrown from inside a Scheme and which for specific data to be trapped by a failure trap Tap. | Class | cascading.tap | Cascading |
|
| TrapProps | instances used as traps on a given Flow. | Class | cascading.tap | Cascading |