| Package | Description |
|---|---|
| org.apache.flink.streaming.util |
| Modifier and Type | Method and Description |
|---|---|
static LatencyStats.Granularity |
LatencyStats.Granularity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LatencyStats.Granularity[] |
LatencyStats.Granularity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
LatencyStats(org.apache.flink.metrics.MetricGroup metricGroup,
int historySize,
int subtaskIndex,
org.apache.flink.runtime.jobgraph.OperatorID operatorID,
LatencyStats.Granularity granularity) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.