public class HoodieMetricsGraphiteConfig extends HoodieConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
HoodieMetricsGraphiteConfig.Builder |
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_GRAPHITE_SERVER_HOST
Deprecated.
Use
GRAPHITE_SERVER_HOST_NAME and its methods instead |
static int |
DEFAULT_GRAPHITE_SERVER_PORT
Deprecated.
Use
GRAPHITE_SERVER_PORT_NUM and its methods instead |
static String |
GRAPHITE_METRIC_PREFIX
Deprecated.
Use
GRAPHITE_METRIC_PREFIX_VALUE and its methods instead |
static ConfigProperty<String> |
GRAPHITE_METRIC_PREFIX_VALUE |
static String |
GRAPHITE_PREFIX |
static ConfigProperty<Integer> |
GRAPHITE_REPORT_PERIOD_IN_SECONDS |
static String |
GRAPHITE_SERVER_HOST
Deprecated.
Use
GRAPHITE_SERVER_HOST_NAME and its methods instead |
static ConfigProperty<String> |
GRAPHITE_SERVER_HOST_NAME |
static String |
GRAPHITE_SERVER_PORT
Deprecated.
Use
GRAPHITE_SERVER_PORT_NUM and its methods instead |
static ConfigProperty<Integer> |
GRAPHITE_SERVER_PORT_NUM |
CONFIG_VALUES_DELIMITER, props| Modifier and Type | Method and Description |
|---|---|
static HoodieMetricsGraphiteConfig.Builder |
newBuilder() |
contains, contains, create, getBoolean, getBooleanOrDefault, getDouble, getFloat, getInt, getIntOrDefault, getLong, getProps, getProps, getString, getString, getStringOrDefault, getStringOrDefault, getStringOrThrow, setAll, setDefault, setDefaultOnCondition, setDefaults, setDefaultValue, setDefaultValue, setValue, setValuepublic static final String GRAPHITE_PREFIX
public static final ConfigProperty<String> GRAPHITE_SERVER_HOST_NAME
public static final ConfigProperty<Integer> GRAPHITE_SERVER_PORT_NUM
public static final ConfigProperty<String> GRAPHITE_METRIC_PREFIX_VALUE
public static final ConfigProperty<Integer> GRAPHITE_REPORT_PERIOD_IN_SECONDS
@Deprecated public static final String GRAPHITE_SERVER_HOST
GRAPHITE_SERVER_HOST_NAME and its methods instead@Deprecated public static final String DEFAULT_GRAPHITE_SERVER_HOST
GRAPHITE_SERVER_HOST_NAME and its methods instead@Deprecated public static final String GRAPHITE_SERVER_PORT
GRAPHITE_SERVER_PORT_NUM and its methods instead@Deprecated public static final int DEFAULT_GRAPHITE_SERVER_PORT
GRAPHITE_SERVER_PORT_NUM and its methods instead@Deprecated public static final String GRAPHITE_METRIC_PREFIX
GRAPHITE_METRIC_PREFIX_VALUE and its methods insteadpublic static HoodieMetricsGraphiteConfig.Builder newBuilder()
Copyright © 2022 The Apache Software Foundation. All rights reserved.