public abstract class AbstractProcessBasedReporter<TUPLE_IN,RECORD_OUT,STATE> extends BaseIterativeProcessor<TUPLE_IN,RECORD_OUT,STATE> implements Reporter
Process.Event, Process.EventPoint| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
columnNames
Display names of the Columns in the report for each field in T
|
exceptions, failFast, filter, hasNext, index, messages, params, paused, resource, transformerlisteners, processState| Constructor and Description |
|---|
AbstractProcessBasedReporter(org.springframework.core.io.Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getColumnNames()
Display names of the Columns in the report for each field in T
|
void |
setColumnNames(List columnNames)
Display names of the Columns in the report for each field in T
|
close, filter, getCurrentIndex, getCurrentRawIndex, getCurrentTupleIdentifier, getExceptions, getFilter, getId, getMessages, getMeta, getParams, getResource, getSourceLocation, getTransformer, handleMiscException, hasNext, init, isFailFast, isPaused, kill, next, nextRecord, nextTupleResult, pause, remove, resume, setExceptions, setFailFast, setFilter, setId, setMessages, setMeta, setParams, setResource, setTransformer, stop, transformaddListener, getListeners, onChangeHandler, setListenersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCount, getRecordTransformer, getReport, getReporterMeta, setRecordTransformerforEachRemainingsizedispose, isInitializedgetState, resumeFromStatepublic AbstractProcessBasedReporter(org.springframework.core.io.Resource resource)
public List<String> getColumnNames()
getColumnNames in interface Reporterpublic void setColumnNames(List columnNames)
setColumnNames in interface ReporterCopyright © 2018. All rights reserved.