public static class PerformanceListener.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
PerformanceListener |
build()
This method returns configured PerformanceListener instance
|
PerformanceListener.Builder |
reportBatch(boolean reallyReport)
This method defines, if batches/sec should be reported together with other data
|
PerformanceListener.Builder |
reportETL(boolean reallyReport)
This method defines, if ETL time per iteration should be reported together with other data
|
PerformanceListener.Builder |
reportIteration(boolean reallyReport)
This method defines, if iteration number should be reported together with other data
|
PerformanceListener.Builder |
reportSample(boolean reallyReport)
This method defines, if samples/sec should be reported together with other data
|
PerformanceListener.Builder |
reportScore(boolean reallyReport)
This method defines, if score should be reported together with other data
|
PerformanceListener.Builder |
reportTime(boolean reallyReport)
This method defines, if time per iteration should be reported together with other data
|
PerformanceListener.Builder |
setFrequency(int frequency)
Desired IterationListener activation frequency
|
public PerformanceListener.Builder reportIteration(boolean reallyReport)
reallyReport - public PerformanceListener.Builder reportTime(boolean reallyReport)
reallyReport - public PerformanceListener.Builder reportETL(boolean reallyReport)
reallyReport - public PerformanceListener.Builder reportSample(boolean reallyReport)
reallyReport - public PerformanceListener.Builder reportBatch(boolean reallyReport)
reallyReport - public PerformanceListener.Builder reportScore(boolean reallyReport)
reallyReport - public PerformanceListener.Builder setFrequency(int frequency)
frequency - public PerformanceListener build()
Copyright © 2017. All rights reserved.