Modifier and Type | Method and Description |
---|---|
Object |
SecondProcessTotalColumn.getValue(NewRowEvent newRowEvent) |
Object |
SecondProcessGroupColumn.getValue(NewRowEvent newRowEvent) |
Object |
SecondProcessDataColumnFromOriginalDataColumn.getValue(NewRowEvent newRowEvent) |
Object |
SecondProcessDataColumn.getValue(NewRowEvent newRowEvent) |
Object |
PivotHeaderRow.getValue(NewRowEvent newRowEvent)
this method returns the value for the current data row (taken from newRowEvent)
|
Object |
PivotData.getValue(NewRowEvent newRowEvent) |
Object |
GroupColumn.getValue(NewRowEvent newRowEvent)
getter for the current value on this column
|
Object |
DefaultPivotHeaderRow.getValue(NewRowEvent newRowEvent) |
Object |
DefaultPivotData.getValue(NewRowEvent newRowEvent) |
Object |
DefaultGroupColumn.getValue(NewRowEvent newRowEvent) |
Object |
DefaultDataColumn.getValue(NewRowEvent newRowEvent) |
Object |
DataColumn.getValue(NewRowEvent newRowEvent)
retrieves the value for this column.
|
Modifier and Type | Method and Description |
---|---|
StepResult<U> |
AlgorithmMainStep.execute(NewRowEvent newRowEvent,
StepInput stepInput)
callback method called for each row
|
Modifier and Type | Method and Description |
---|---|
NewRowEvent |
NewRowEventWrapper.getNewRowEvent() |
Modifier and Type | Method and Description |
---|---|
StepResult<List<NewRowEvent>> |
InMemorySortStep.exit(StepInput stepInput) |
Modifier and Type | Method and Description |
---|---|
int |
NewRowComparator.compare(NewRowEvent row1,
NewRowEvent row2) |
StepResult<String> |
TotalsCalculatorStep.execute(NewRowEvent newRowEvent,
StepInput stepInput)
execute
|
StepResult<Object[]> |
PreviousRowManagerStep.execute(NewRowEvent rowEvent,
StepInput stepInput) |
StepResult<String> |
InMemorySortStep.execute(NewRowEvent rowEvent,
StepInput stepInput) |
StepResult<Integer> |
GroupLevelDetectorStep.execute(NewRowEvent newRowEvent,
StepInput stepInput)
execute method
|
StepResult<Integer> |
FlatTableTotalsOutputStep.execute(NewRowEvent rowEvent,
StepInput stepInput)
execute
|
StepResult<String> |
ExternalSortPreparationStep.execute(NewRowEvent newRow,
StepInput stepInput) |
StepResult<Integer> |
DataRowsOutputStep.execute(NewRowEvent newRowEvent,
StepInput stepInput)
Constructs a cell for each value and sends it to output
|
Modifier and Type | Method and Description |
---|---|
File |
ExternalSortPreparationStep.saveToFile(List<NewRowEvent> rowsList)
saves the given list into a temporary file
|
Constructor and Description |
---|
NewRowEventWrapper(NewRowEvent newRow,
boolean isLast) |
Modifier and Type | Method and Description |
---|---|
StepResult<String> |
IntermedRowMangerStep.execute(NewRowEvent rowEvent,
StepInput stepInput) |
StepResult<IntermediateDataInfo> |
DistinctValuesDetectorStep.execute(NewRowEvent newRowEvent,
StepInput stepInput) |
Modifier and Type | Method and Description |
---|---|
StepResult<Object[]> |
IntermedPreviousRowManagerStep.execute(NewRowEvent newRow,
StepInput stepInput)
executes the super only if the report has group columns
|
Modifier and Type | Method and Description |
---|---|
void |
CalculatorIntermResultsMatrix.addValuesToEachRow(NewRowEvent newRowEvent) |
Copyright © 2006–2015. All rights reserved.