public interface ThrottleConfiguration
| Modifier and Type | Method and Description |
|---|---|
void |
addCallerConfiguration(CallerConfiguration callerConfiguration)
To add a CallerConfiguration - The controlling policy for a caller
|
CallerConfiguration |
getCallerConfiguration(java.lang.String ID)
To get a CallerConfiguration - The controlling policy for a caller
|
java.lang.String |
getConfigurationKeyOfCaller(java.lang.String callerID)
To get a access key for a caller (In the case of group ID)
|
int |
getType()
To get the type of the throttle
|
void addCallerConfiguration(CallerConfiguration callerConfiguration)
callerConfiguration - The caller configuration dataCallerConfiguration getCallerConfiguration(java.lang.String ID)
ID - The ID of the caller (ip/domain name)java.lang.String getConfigurationKeyOfCaller(java.lang.String callerID)
callerID - - The ID of the caller (ip/domain name)int getType()
Copyright © 2005-2021 Apache Software Foundation. All Rights Reserved.