public class ThrottleUtil extends Object
Modifier and Type | Field and Description |
---|---|
static String |
THROTTLING_CACHE |
static String |
THROTTLING_CACHE_MANAGER |
Constructor and Description |
---|
ThrottleUtil() |
Modifier and Type | Method and Description |
---|---|
static javax.cache.Cache<String,CallerContext> |
getThrottleCache() |
static ThrottleProperties |
loadThrottlePropertiesFromConfigurations()
This method used to set throttle properties loaded from throttle.properties file in configuration folder
|
public static final String THROTTLING_CACHE_MANAGER
public static final String THROTTLING_CACHE
public static ThrottleProperties loadThrottlePropertiesFromConfigurations()
public static javax.cache.Cache<String,CallerContext> getThrottleCache()
Copyright © 2005–2018 Apache Software Foundation. All rights reserved.