Uses of Class
org.wso2.carbon.mediation.throttle.ThrottlePolicy
-
Packages that use ThrottlePolicy Package Description org.wso2.carbon.mediation.throttle.service -
-
Uses of ThrottlePolicy in org.wso2.carbon.mediation.throttle.service
Methods in org.wso2.carbon.mediation.throttle.service that return ThrottlePolicy Modifier and Type Method Description ThrottlePolicy
ThrottleConfigAdminService. getGlobalPolicyConfigs()
ThrottlePolicy
ThrottleConfigAdminService. getOperationPolicyConfigs(String serviceName, String operationName)
ThrottlePolicy
ThrottleConfigAdminService. getPolicyConfigs(String serviceName)
Gives the current policy config as a ThrottlePolicyThrottlePolicy
ThrottleConfigAdminService. toThrottlePolicy(String policyXML)
Methods in org.wso2.carbon.mediation.throttle.service with parameters of type ThrottlePolicy Modifier and Type Method Description void
ThrottleConfigAdminService. enableThrottling(String serviceName, ThrottlePolicy policy)
Engages Throttling for the given serviceName by generating the policy according to the specified parametersboolean
ThrottleConfigAdminService. engageThrottlingForOperation(ThrottlePolicy policy, String serviceName, String operationName)
Engage throttling for the given operationvoid
ThrottleConfigAdminService. globallyEngageThrottling(ThrottlePolicy policy)
Engages throttling globally.String
ThrottleConfigAdminService. throttlePolicyToString(ThrottlePolicy policy)
-