cascading.tuple.hadoop.collect
Class HadoopTupleCollectionFactory

java.lang.Object
  extended by cascading.tuple.hadoop.collect.HadoopTupleCollectionFactory
All Implemented Interfaces:
CascadingFactory<java.util.Collection<Tuple>>, TupleCollectionFactory

public class HadoopTupleCollectionFactory
extends java.lang.Object
implements TupleCollectionFactory


Field Summary
 
Fields inherited from interface cascading.tuple.collect.TupleCollectionFactory
TUPLE_COLLECTION_FACTORY
 
Constructor Summary
HadoopTupleCollectionFactory()
           
 
Method Summary
 java.util.Collection<Tuple> create(FlowProcess flowProcess)
          Method create will return a new instance of the type create by this factory.
 void initialize(FlowProcess flowProcess)
          Method initialize will configure an initialize this factory instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HadoopTupleCollectionFactory

public HadoopTupleCollectionFactory()
Method Detail

initialize

public void initialize(FlowProcess flowProcess)
Description copied from interface: CascadingFactory
Method initialize will configure an initialize this factory instance.

Specified by:
initialize in interface CascadingFactory<java.util.Collection<Tuple>>
Parameters:
flowProcess - of type FlowProcess

create

public java.util.Collection<Tuple> create(FlowProcess flowProcess)
Description copied from interface: CascadingFactory
Method create will return a new instance of the type create by this factory.

Specified by:
create in interface CascadingFactory<java.util.Collection<Tuple>>
Parameters:
flowProcess - of type FlowProcess
Returns:
of type Instance


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