public class AbstractDataSet<T extends AbstractDataSetRow> extends Object implements Iterable<T>
| Constructor and Description |
|---|
AbstractDataSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(T row) |
long |
getExtractedRowsCount() |
long |
getTotalRowsCount() |
boolean |
isActionProcessed(AbstractJobStepAction action) |
Iterator<T> |
iterator() |
void |
setActionProcessed(AbstractJobStepAction action) |
void |
setExtractedRowsCount(long extractedRowsCount) |
void |
setTotalRowsCount(long totalRowsCount) |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic long getTotalRowsCount()
public void setTotalRowsCount(long totalRowsCount)
public long getExtractedRowsCount()
public void setExtractedRowsCount(long extractedRowsCount)
public void add(T row)
public int size()
public Iterator<T> iterator()
iterator in interface Iterable<T extends AbstractDataSetRow>public boolean isActionProcessed(AbstractJobStepAction action)
public void setActionProcessed(AbstractJobStepAction action)
Copyright © 2018. All rights reserved.