| Package | Description | 
|---|---|
| org.apache.commons.lang3.concurrent | Provides support classes for multi-threaded programming. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | ThresholdCircuitBreaker. checkState()Checks the state of this circuit breaker and changes it if necessary. | 
| boolean | EventCountCircuitBreaker. incrementAndCheckState(Integer increment)Increments the monitored value and performs a check of the current state of this
 circuit breaker. | 
| boolean | ThresholdCircuitBreaker. incrementAndCheckState(Long increment)Increments the monitored value and performs a check of the current state of this
 circuit breaker. | 
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.