Package org.apache.flink.configuration
Class JMXServerOptions
- java.lang.Object
-
- org.apache.flink.configuration.JMXServerOptions
-
@PublicEvolving public class JMXServerOptions extends Object
The set of configuration options relating to JMX server.
-
-
Field Summary
Fields Modifier and Type Field Description static ConfigOption<String>
JMX_SERVER_PORT
Port configured to enable JMX server for metrics and debugging.
-
-
-
Field Detail
-
JMX_SERVER_PORT
public static final ConfigOption<String> JMX_SERVER_PORT
Port configured to enable JMX server for metrics and debugging.
-
-