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