SimPort
Toggle table of contents
1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
SimPort
ports
/
com.group7.metrics
/
Throughput
/
Local
Local
class
Local
(
container
:
Container
<
*
>
,
unit
:
DurationUnit
)
:
Throughput
Local throughput metric tracking rate of objects departing from a single node.
Members
Constructors
Local
Link copied to clipboard
constructor
(
container
:
Container
<
*
>
,
unit
:
DurationUnit
)
Properties
duration
Unit
Link copied to clipboard
val
durationUnit
:
DurationUnit
sample
Count
Link copied to clipboard
var
sampleCount
:
Long
Functions
on
Fire
Link copied to clipboard
fun
onFire
(
callback
:
(
Instant
)
->
Unit
)