Package org.elasticsearch.common.breaker
package org.elasticsearch.common.breaker
-
InterfaceDescriptionInterface for an object that can be incremented, breaking after some configured limit has been reached.
-
ClassDescriptionBreaker that will check a parent's when incrementingA CircuitBreaker that doesn't increment or adjust, and all operations are basically noops
CircuitBreakerService
that preallocates some bytes on construction.