org.kitesdk.tools
Class CopyTask<E>
java.lang.Object
  
org.apache.hadoop.conf.Configured
      
org.kitesdk.tools.CopyTask<E>
- All Implemented Interfaces: 
 - Configurable
 
public class CopyTask<E>
- extends Configured
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CopyTask
public CopyTask(View<E> from,
                View<E> to,
                Class<E> entityClass)
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.