Located in compilation unit of com.
| Modifier and Type | Field and Description |
|---|---|
| protected int | counter
Field counter |
| protected Throwable | exception
Field exception |
| protected Queue | queue
Field queue |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public int | |
| public Throwable | |
| protected abstract void | |
| public void | |
| public boolean |
| counter | back to summary |
|---|---|
| protected int counter Field counter | |
| exception | back to summary |
|---|---|
| protected Throwable exception Field exception | |
| queue | back to summary |
|---|---|
| protected Queue queue Field queue | |
| PipeRunner | back to summary |
|---|---|
| public PipeRunner(Queue queue) Constructor PipeRunner
| |
| getCount | back to summary |
|---|---|
| public int getCount() The total number of rows handled. | |
| getException | back to summary |
|---|---|
| public Throwable getException() Return the uncaught exception. | |
| pipe | back to summary |
|---|---|
| protected abstract void pipe() throws InterruptedException Handle the source/destination specific copying. | |
| run | back to summary |
|---|---|
| public void run() Overrides java. Implements java. Method run
| |
| threwException | back to summary |
|---|---|
| public boolean threwException() Return true if the thread terminated because of an uncaught exception. | |