See: Description
| Class | Description |
|---|---|
| CircuitBreaker |
Default class to define circuit breakers for Solr.
|
| CircuitBreaker.CircuitBreakerConfig |
Represents the configuration for a circuit breaker
|
| CircuitBreakerManager |
Manages all registered circuit breaker instances.
|
| CPUCircuitBreaker |
Tracks current CPU usage and triggers if the specified threshold is breached.
|
| MemoryCircuitBreaker |
Tracks the current JVM heap usage and triggers if it exceeds the defined percentage of the maximum
heap size allocated to the JVM.
|
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.