Package | Description |
---|---|
com.yahoo.bard.webservice.config | |
com.yahoo.bard.webservice.web.filters | |
com.yahoo.bard.webservice.web.ratelimit |
Modifier and Type | Method and Description |
---|---|
default boolean |
SystemConfig.getBooleanProperty(String key)
Get property value for a key.
|
default boolean |
SystemConfig.getBooleanProperty(String key,
boolean defaultValue)
Get property value for a key.
|
default double |
SystemConfig.getDoubleProperty(String key)
Get property value for a key.
|
default double |
SystemConfig.getDoubleProperty(String key,
double defaultValue)
Get property value for a key.
|
default float |
SystemConfig.getFloatProperty(String key)
Get property value for a key.
|
default float |
SystemConfig.getFloatProperty(String key,
float defaultValue)
Get property value for a key.
|
default int |
SystemConfig.getIntProperty(String key)
Get property value for a key.
|
default int |
SystemConfig.getIntProperty(String key,
int defaultValue)
Get property value for a key.
|
default <T> List<T> |
SystemConfig.getListProperty(String key)
Get property value for a key.
|
default <T> List<T> |
SystemConfig.getListProperty(String key,
List<T> defaultValue)
Get property value for a key.
|
default long |
SystemConfig.getLongProperty(String key)
Get property value for a key.
|
default long |
SystemConfig.getLongProperty(String key,
long defaultValue)
Get property value for a key.
|
default String |
SystemConfig.getStringProperty(String key)
Get property value for a key.
|
default String |
SystemConfig.getStringProperty(String key,
String defaultValue)
Get property value for a key.
|
Stream<String> |
ConfigurationGraph.preOrderRightToLeftTraversal(String nodeName)
Find the prioritized stream of configurations for a given module (inclusive of the module itself).
|
protected Stream<String> |
ConfigurationGraph.preOrderRightToLeftTraversal(String nodeName,
List<String> path)
Find the prioritized stream of configurations for a given module (inclusive of the module itself).
|
default void |
SystemConfig.setProperty(String key,
String value)
Set property value for a key.
|
static void |
ModuleLoader.validateModuleName(String name)
A method used to apply validation rules to module names found in resource property files.
|
Constructor and Description |
---|
RateLimitFilter()
Deprecated.
Use the constructor that takes a RateLimiter
|
RateLimitFilter(RateLimiter rateLimiter)
Constructs a RateLimitFilter using the provided rate limiter.
|
Constructor and Description |
---|
DefaultRateLimiter()
Loads defaults and creates DefaultRateLimiter.
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.