Package cascading.tap

Class Summary
Dfs Class Dfs is a Tap class that provides access to the Hadoop Distributed File System.
Hfs Class Hfs is the base class for all Hadoop file system access.
Lfs Class Lfs is a Tap class that provides access to the Local File System via Hadoop.
MultiTap Class MultiTap is used to tie multiple Tap instances into a single resource.
S3fs Class S3fs is a Tap class that provides access to the Amazon S3 storage system.
SourceTap Class SourceTap is the base class for MultiTap.
Tap A Tap represents the physical data source or sink in a connected Flow.
TempHfs Class TempHfs creates a temporary Tap instance for use internally.
 

Enum Summary
SinkMode Enum SinkMode identifies supported modes a Tap may utilize when used as a sink.
 

Exception Summary
TapException Class TapException is thrown from Tap subclasses.
 



Copyright © 2007-2008 Concurrent, Inc. All Rights Reserved.