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 DistributedCounterManagerThrottleServiceDataHolder. getDistributedCounterManager()Methods in org.apache.synapse.commons.throttle.core.internal with parameters of type DistributedCounterManager Modifier and Type Method Description voidThrottleServiceDataHolder. addDistributedCounterManager(DistributedCounterManager distributedCounterManager)protected voidThrottleServiceComponent. addDistributedCounterManagerInstance(DistributedCounterManager distributedCounterManager)Access Distributed Counter Instance, which is exposed as an OSGI service.voidThrottleServiceDataHolder. removeDistributedCounterManager(DistributedCounterManager distributedCounterManager)protected voidThrottleServiceComponent. removeDistributedCounterManagerInstance(DistributedCounterManager distributedCounterManager)
-