Package | Description |
---|---|
org.wso2.carbon.throttling.agent.cache |
Modifier and Type | Method and Description |
---|---|
ThrottlingActionInfo |
ThrottlingInfoCache.getThrottlingActionInfo(int tenantId,
String action) |
ThrottlingActionInfo |
TenantThrottlingInfo.getThrottlingActionInfo(String action) |
ThrottlingActionInfo |
TenantThrottlingInfo.getThrottlingActionInfo(String[] actions) |
Modifier and Type | Method and Description |
---|---|
void |
ThrottlingInfoCache.updateThrottlingActionInfo(int tenantId,
String action,
ThrottlingActionInfo throttlingActionInfo) |
void |
TenantThrottlingInfo.updateThrottlingActionInfo(String action,
ThrottlingActionInfo throttlingActionInfo) |
Copyright © 2019 WSO2. All rights reserved.