org.kitesdk.tools
Class CopyTask<E>

java.lang.Object
  extended by org.apache.hadoop.conf.Configured
      extended by org.kitesdk.tools.CopyTask<E>
All Implemented Interfaces:
Configurable

public class CopyTask<E>
extends Configured


Constructor Summary
CopyTask(View<E> from, View<E> to, Class<E> entityClass)
           
 
Method Summary
 long getCount()
           
 CopyTask noCompaction()
           
 PipelineResult run()
           
 CopyTask setNumWriters(int numWriters)
           
 
Methods inherited from class org.apache.hadoop.conf.Configured
getConf, setConf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyTask

public CopyTask(View<E> from,
                View<E> to,
                Class<E> entityClass)
Method Detail

getCount

public long getCount()

noCompaction

public CopyTask noCompaction()

setNumWriters

public CopyTask setNumWriters(int numWriters)

run

public PipelineResult run()
                   throws IOException
Throws:
IOException


Copyright © 2013–2014. All rights reserved.