public class GCDisplayFilter extends teetime.framework.AbstractConsumerStage<GCRecord>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COLLECTION_COUNT |
static java.lang.String |
COLLECTION_TIME |
Constructor and Description |
---|
GCDisplayFilter(int numberOfEntries,
java.util.concurrent.TimeUnit recordsTimeUnit)
Creates a new instance of this class using the given parameters.
|
Modifier and Type | Method and Description |
---|---|
protected void |
execute(GCRecord record) |
XYPlot |
getXYPlot() |
createInputPort, execute, getInputPort
abort, addInputPortRemovedListener, addOutputPortRemovedListener, compareAndSetBeingExecuted, createInputPort, createInputPort, createInputPort, createOutputPort, createOutputPort, createOutputPort, createOutputPort, declareActive, declarePassive, executeByFramework, getCurrentState, getId, getInputPorts, getOutputPorts, getOwningThread, getTerminationStrategy, isActive, isBeingExecuted, isPaused, isProducer, isStateless, onSignal, onStarting, onTerminating, onValidating, removeDynamicPort, removeDynamicPort, setPaused, setStateless, shouldBeTerminated, signalAlreadyReceived, terminateStage, toString, workCompleted
public static final java.lang.String COLLECTION_TIME
public static final java.lang.String COLLECTION_COUNT
public GCDisplayFilter(int numberOfEntries, java.util.concurrent.TimeUnit recordsTimeUnit)
numberOfEntries
- Maximal number of entries in a XYPlotrecordsTimeUnit
- Time unit to interpret the timestamp of a record passed to the input portCopyright 2020 Kieker Project, http://kieker-monitoring.net