public interface PortStatistics
Modifier and Type | Method and Description |
---|---|
long |
getBatchCount()
Gets the accumulated count of token batches processed by the port.
|
long |
getDataDuration()
Gets the amount of time data has been flowing through the port,
in milliseconds.
|
long |
getEODInstant()
Gets the time at which EOD was written/read on the port.
|
long |
getFirstBatchInstant()
Gets the time at which the first batch was written/read on the port.
|
String |
getName()
Gets the user-provided label associated with port.
|
PortSnapshot |
getSnapshot()
Gets a snapshot of the current statistics.
|
PortStatus |
getState()
Gets the current state of the port.
|
long |
getTokenCount()
Gets the accumulated count of tokens processed by the port.
|
TokenType |
getType()
Gets the type of tokens handled by the port.
|
long |
getWaitCount()
Get the number of times the port entered a wait state.
|
long |
getWaitDuration()
Gets the total amount of time the port has spent in a wait
state blocked by another process.
|
String getName()
TokenType getType()
PortStatus getState()
long getTokenCount()
long getBatchCount()
long getWaitCount()
long getWaitDuration()
long getFirstBatchInstant()
LONG.MIN_VALUE
.long getEODInstant()
LONG.MIN_VALUE
.long getDataDuration()
0
.PortSnapshot getSnapshot()
Copyright © 2020 Actian Corporation. All rights reserved.