Class ConfigurationInfoEntry
- java.lang.Object
-
- org.apache.flink.runtime.rest.messages.ConfigurationInfoEntry
-
public class ConfigurationInfoEntry extends Object
A single key-value pair entry in theConfigurationInfo
response.
-
-
Field Summary
Fields Modifier and Type Field Description static String
FIELD_NAME_CONFIG_KEY
static String
FIELD_NAME_CONFIG_VALUE
-
Constructor Summary
Constructors Constructor Description ConfigurationInfoEntry(String key, String value)
-
-
-
Field Detail
-
FIELD_NAME_CONFIG_KEY
public static final String FIELD_NAME_CONFIG_KEY
- See Also:
- Constant Field Values
-
FIELD_NAME_CONFIG_VALUE
public static final String FIELD_NAME_CONFIG_VALUE
- See Also:
- Constant Field Values
-
-