|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cloudera.sqoop.util.AsyncSink
com.cloudera.sqoop.util.ErrorableAsyncSink
public abstract class ErrorableAsyncSink
Partial implementation of AsyncSink that relies on ErrorableThread to provide a status bit for the join() method.
Field Summary | |
---|---|
protected ErrorableThread |
child
|
Constructor Summary | |
---|---|
ErrorableAsyncSink()
|
Method Summary | |
---|---|
int |
join()
Wait until the stream has been processed. |
Methods inherited from class com.cloudera.sqoop.util.AsyncSink |
---|
processStream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ErrorableThread child
Constructor Detail |
---|
public ErrorableAsyncSink()
Method Detail |
---|
public int join() throws java.lang.InterruptedException
AsyncSink
join
in class AsyncSink
java.lang.InterruptedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |