public interface InputStatistics extends PortStatistics
Modifier and Type | Method and Description |
---|---|
long |
getIndirectWaitCount()
Gets the number of times the port entered a wait state because the
writer was blocked by a different reader.
|
long |
getIndirectWaitDuration()
Gets the total amount of time the port has spent in a wait
state because the writer was blocked by a different
reader.
|
InputSnapshot |
getSnapshot()
Gets a snapshot of the current statistics.
|
getBatchCount, getDataDuration, getEODInstant, getFirstBatchInstant, getName, getState, getTokenCount, getType, getWaitCount, getWaitDuration
long getIndirectWaitCount()
long getIndirectWaitDuration()
InputSnapshot getSnapshot()
PortStatistics
getSnapshot
in interface PortStatistics
Copyright © 2020 Actian Corporation. All rights reserved.