Uses of Class
org.apache.flink.metrics.influxdb.InfluxdbReporterOptions.Scheme
-
-
Uses of InfluxdbReporterOptions.Scheme in org.apache.flink.metrics.influxdb
Fields in org.apache.flink.metrics.influxdb with type parameters of type InfluxdbReporterOptions.Scheme Modifier and Type Field Description static org.apache.flink.configuration.ConfigOption<InfluxdbReporterOptions.Scheme>InfluxdbReporterOptions. SCHEMEMethods in org.apache.flink.metrics.influxdb that return InfluxdbReporterOptions.Scheme Modifier and Type Method Description static InfluxdbReporterOptions.SchemeInfluxdbReporterOptions.Scheme. valueOf(String name)Returns the enum constant of this type with the specified name.static InfluxdbReporterOptions.Scheme[]InfluxdbReporterOptions.Scheme. values()Returns an array containing the constants of this enum type, in the order they are declared.
-