public class ThrottlingInfoCache extends Object
Constructor and Description |
---|
ThrottlingInfoCache() |
Modifier and Type | Method and Description |
---|---|
void |
addTenant(int tenantId) |
void |
deleteTenant(int tenantId) |
Set<Integer> |
getActiveTenants() |
TenantThrottlingInfo |
getTenantThrottlingInfo(int tenantId) |
ThrottlingActionInfo |
getThrottlingActionInfo(int tenantId,
String action) |
void |
updateThrottlingActionInfo(int tenantId,
String action,
ThrottlingActionInfo throttlingActionInfo) |
public void addTenant(int tenantId)
public void deleteTenant(int tenantId)
public void updateThrottlingActionInfo(int tenantId, String action, ThrottlingActionInfo throttlingActionInfo)
public ThrottlingActionInfo getThrottlingActionInfo(int tenantId, String action)
public TenantThrottlingInfo getTenantThrottlingInfo(int tenantId)
Copyright © 2018 WSO2. All rights reserved.