| Package | Description |
|---|---|
| org.apache.flink.contrib.operatorstatistics |
| Modifier and Type | Field and Description |
|---|---|
OperatorStatisticsConfig.CountDistinctAlgorithm |
OperatorStatisticsConfig.countDistinctAlgorithm |
| Modifier and Type | Method and Description |
|---|---|
static OperatorStatisticsConfig.CountDistinctAlgorithm |
OperatorStatisticsConfig.CountDistinctAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatorStatisticsConfig.CountDistinctAlgorithm[] |
OperatorStatisticsConfig.CountDistinctAlgorithm.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.setCountDistinctAlgorithm(OperatorStatisticsConfig.CountDistinctAlgorithm countDistinctAlgorithm) |
| Constructor and Description |
|---|
OperatorStatisticsConfig(OperatorStatisticsConfig.CountDistinctAlgorithm countDistinct,
OperatorStatisticsConfig.HeavyHitterAlgorithm heavyHitter) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.