Uses of Class
com.cloudera.sqoop.util.AsyncSink

Packages that use AsyncSink
com.cloudera.sqoop.mapreduce   
com.cloudera.sqoop.util   
 

Uses of AsyncSink in com.cloudera.sqoop.mapreduce
 

Fields in com.cloudera.sqoop.mapreduce declared as AsyncSink
protected  AsyncSink MySQLExportMapper.errSink
           
protected  AsyncSink MySQLExportMapper.outSink
           
 

Uses of AsyncSink in com.cloudera.sqoop.util
 

Subclasses of AsyncSink in com.cloudera.sqoop.util
 class ErrorableAsyncSink
          Partial implementation of AsyncSink that relies on ErrorableThread to provide a status bit for the join() method.
 class LoggingAsyncSink
          An AsyncSink that takes the contents of a stream and writes it to log4j.
 class NullAsyncSink
          An AsyncSink that takes the contents of a stream and ignores it.
 

Methods in com.cloudera.sqoop.util with parameters of type AsyncSink
static int Executor.exec(java.lang.String[] args, AsyncSink outSink, AsyncSink errSink)
          Run a command via Runtime.exec(), with its stdout and stderr streams directed to be handled by threads generated by AsyncSinks.
static int Executor.exec(java.lang.String[] args, java.lang.String[] envp, AsyncSink outSink, AsyncSink errSink)
          Run a command via Runtime.exec(), with its stdout and stderr streams directed to be handled by threads generated by AsyncSinks.
 



Copyright © 2010 Cloudera, Inc.