com.cloudera.crunch
Interface SourceTarget<T>

All Superinterfaces:
Source<T>, Target
All Known Subinterfaces:
ReadableSourceTarget<T>
All Known Implementing Classes:
AvroFileSourceTarget, HBaseSourceTarget, ReadableSourcePathTargetImpl, ReadableSourceTargetImpl, SeqFileSourceTarget, SeqFileTableSourceTarget, SourcePathTargetImpl, SourceTargetImpl, TableSourcePathTargetImpl, TableSourceTargetImpl, TextFileSourceTarget

public interface SourceTarget<T>
extends Source<T>, Target

An interface for classes that implement both the Source and the Target interfaces.


Method Summary
 
Methods inherited from interface com.cloudera.crunch.Source
configureSource, getSize, getType
 
Methods inherited from interface com.cloudera.crunch.Target
accept, asSourceTarget
 



Copyright © 2012. All Rights Reserved.