Interface ConnectionSemaphore
- 
- All Known Implementing Classes:
- CombinedConnectionSemaphore,- MaxConnectionSemaphore,- NoopConnectionSemaphore,- PerHostConnectionSemaphore
 
 public interface ConnectionSemaphoreConnections limiter.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidacquireChannelLock(Object partitionKey)voidreleaseChannelLock(Object partitionKey)
 
- 
- 
- 
Method Detail- 
acquireChannelLockvoid acquireChannelLock(Object partitionKey) throws IOException - Throws:
- IOException
 
 - 
releaseChannelLockvoid releaseChannelLock(Object partitionKey) 
 
- 
 
-