Package | Description |
---|---|
org.apache.synapse.commons.throttle.core |
Modifier and Type | Method and Description |
---|---|
ConcurrentAccessController |
Throttle.getConcurrentAccessController()
Returns the ConcurrentAccessController - this will control all the concurrent access
|
ConcurrentAccessController |
ThrottleDataHolder.getConcurrentAccessController(String key) |
Modifier and Type | Method and Description |
---|---|
void |
ConcurrentAccessReplicator.replicate(String key,
ConcurrentAccessController concurrentAccessController) |
void |
Throttle.setConcurrentAccessController(ConcurrentAccessController controller)
Sets the ConcurrentAccessController - this will control all the concurrent access
|
void |
ThrottleDataHolder.setConcurrentAccessController(String key,
ConcurrentAccessController concurrentAccessController) |
Constructor and Description |
---|
ConcurrentAccessUpdateClusterMessage(String key,
ConcurrentAccessController concurrentAccessController) |
Copyright © 2005–2018 Apache Software Foundation. All rights reserved.