public class HoodieMetricsJmxConfig extends HoodieConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
HoodieMetricsJmxConfig.Builder |
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_JMX_HOST
Deprecated.
Use
JMX_HOST_NAME and its methods instead |
static int |
DEFAULT_JMX_PORT
Deprecated.
Use
JMX_PORT_NUM and its methods instead |
static String |
JMX_HOST
Deprecated.
Use
JMX_HOST_NAME and its methods instead |
static ConfigProperty<String> |
JMX_HOST_NAME |
static String |
JMX_PORT
Deprecated.
Use
JMX_PORT_NUM and its methods instead |
static ConfigProperty<Integer> |
JMX_PORT_NUM |
static String |
JMX_PREFIX |
CONFIG_VALUES_DELIMITER, props| Modifier and Type | Method and Description |
|---|---|
static HoodieMetricsJmxConfig.Builder |
newBuilder() |
contains, contains, getBoolean, getBooleanOrDefault, getBooleanOrDefault, getBooleanOrDefault, getDouble, getDoubleOrDefault, getFloat, getFloatOrDefault, getInt, getIntOrDefault, getLong, getLongOrDefault, getProps, getProps, getSplitStrings, getSplitStrings, getString, getString, getStringOrDefault, getStringOrDefault, getStringOrThrow, setAll, setDefault, setDefaultOnCondition, setDefaults, setDefaultValue, setDefaultValue, setValue, setValuepublic static final String JMX_PREFIX
public static final ConfigProperty<String> JMX_HOST_NAME
public static final ConfigProperty<Integer> JMX_PORT_NUM
@Deprecated public static final String JMX_HOST
JMX_HOST_NAME and its methods instead@Deprecated public static final String DEFAULT_JMX_HOST
JMX_HOST_NAME and its methods instead@Deprecated public static final String JMX_PORT
JMX_PORT_NUM and its methods instead@Deprecated public static final int DEFAULT_JMX_PORT
JMX_PORT_NUM and its methods insteadpublic static HoodieMetricsJmxConfig.Builder newBuilder()
Copyright © 2024 The Apache Software Foundation. All rights reserved.