| Package | Description |
|---|---|
| org.apache.flink.contrib.operatorstatistics |
| Modifier and Type | Field and Description |
|---|---|
OperatorStatisticsConfig.HeavyHitterAlgorithm |
OperatorStatisticsConfig.heavyHitterAlgorithm |
| Modifier and Type | Method and Description |
|---|---|
static OperatorStatisticsConfig.HeavyHitterAlgorithm |
OperatorStatisticsConfig.HeavyHitterAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatorStatisticsConfig.HeavyHitterAlgorithm[] |
OperatorStatisticsConfig.HeavyHitterAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OperatorStatisticsConfig.setHeavyHitterAlgorithm(OperatorStatisticsConfig.HeavyHitterAlgorithm heavyHitterAlgorithm) |
| Constructor and Description |
|---|
OperatorStatisticsConfig(OperatorStatisticsConfig.CountDistinctAlgorithm countDistinct,
OperatorStatisticsConfig.HeavyHitterAlgorithm heavyHitter) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.