Uses of Interface
org.apache.synapse.commons.throttle.core.DistributedCounterManager
-
Packages that use DistributedCounterManager Package Description org.apache.synapse.commons.throttle.core.internal -
-
Uses of DistributedCounterManager in org.apache.synapse.commons.throttle.core.internal
Methods in org.apache.synapse.commons.throttle.core.internal that return DistributedCounterManager Modifier and Type Method Description DistributedCounterManager
ThrottleServiceDataHolder. getDistributedCounterManager()
Methods in org.apache.synapse.commons.throttle.core.internal with parameters of type DistributedCounterManager Modifier and Type Method Description void
ThrottleServiceDataHolder. addDistributedCounterManager(DistributedCounterManager distributedCounterManager)
protected void
ThrottleServiceComponent. addDistributedCounterManagerInstance(DistributedCounterManager distributedCounterManager)
Access Distributed Counter Instance, which is exposed as an OSGI service.void
ThrottleServiceDataHolder. removeDistributedCounterManager(DistributedCounterManager distributedCounterManager)
protected void
ThrottleServiceComponent. removeDistributedCounterManagerInstance(DistributedCounterManager distributedCounterManager)
-