public class DruidClientConfigHelper extends Object
Constructor and Description |
---|
DruidClientConfigHelper() |
Modifier and Type | Method and Description |
---|---|
static String |
getDruidCoordUrl()
Fetches the URL of the druid coordinator.
|
static Integer |
getDruidNonUiPriority()
Deprecated.
The druid non-UI priority is deprecated, please use
getDruidPriority() . |
static Integer |
getDruidNonUiTimeout()
Deprecated.
The druid non-UI timeout is deprecated, please use
getDruidTimeout() . |
static String |
getDruidNonUiUrl()
Deprecated.
The druid non-UI URL is deprecated, please use
getDruidUrl() . |
static Integer |
getDruidPriority()
Fetches the druid Priority.
|
static Integer |
getDruidTimeout()
Fetches the druid request timeout.
|
static Integer |
getDruidUiPriority()
Deprecated.
The druid UI priority is deprecated, please use
getDruidPriority() . |
static Integer |
getDruidUiTimeout()
Deprecated.
The druid UI timeout is deprecated, please use
getDruidTimeout() . |
static String |
getDruidUiUrl()
Deprecated.
The druid UI URL is deprecated, please use
getDruidUrl() |
static String |
getDruidUrl()
Fetches the druid URL.
|
static DruidServiceConfig |
getMetadataServiceConfig()
Create a druid service configuration object for the metadata service.
|
static DruidServiceConfig |
getNonUiServiceConfig()
Deprecated.
The druid Non-UI service config is deprecated, please use
getServiceConfig() . |
static DruidServiceConfig |
getServiceConfig()
Create a druid service configuration object.
|
static DruidServiceConfig |
getUiServiceConfig()
Deprecated.
The druid UI service config is deprecated, please use
getServiceConfig() . |
@Deprecated public static Integer getDruidUiPriority()
getDruidPriority()
.@Deprecated public static Integer getDruidNonUiPriority()
getDruidPriority()
.public static Integer getDruidPriority()
@Deprecated public static String getDruidUiUrl()
getDruidUrl()
@Deprecated public static String getDruidNonUiUrl()
getDruidUrl()
.public static String getDruidUrl()
public static String getDruidCoordUrl()
@Deprecated public static Integer getDruidUiTimeout()
getDruidTimeout()
.@Deprecated public static Integer getDruidNonUiTimeout()
getDruidTimeout()
.public static Integer getDruidTimeout()
@Deprecated public static DruidServiceConfig getUiServiceConfig()
getServiceConfig()
.@Deprecated public static DruidServiceConfig getNonUiServiceConfig()
getServiceConfig()
.public static DruidServiceConfig getServiceConfig()
public static DruidServiceConfig getMetadataServiceConfig()
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.