Class Breaker
java.lang.Object
co.elastic.clients.elasticsearch.nodes.Breaker
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JsonpDeserializer<Breaker>
Json deserializer forBreaker
-
Method Summary
Modifier and TypeMethodDescriptionfinal String
Estimated memory used for the operation.final Long
Estimated memory used, in bytes, for the operation.final String
Memory limit for the circuit breaker.final Long
Memory limit, in bytes, for the circuit breaker.static Breaker
final Float
overhead()
A constant that all estimates for the circuit breaker are multiplied with to calculate a final estimate.void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
toString()
final Float
tripped()
Total number of times the circuit breaker has been triggered and prevented an out of memory error.
-
Field Details
-
_DESERIALIZER
Json deserializer forBreaker
-
-
Method Details
-
of
-
estimatedSize
Estimated memory used for the operation.API name:
estimated_size
-
estimatedSizeInBytes
Estimated memory used, in bytes, for the operation.API name:
estimated_size_in_bytes
-
limitSize
Memory limit for the circuit breaker.API name:
limit_size
-
limitSizeInBytes
Memory limit, in bytes, for the circuit breaker.API name:
limit_size_in_bytes
-
overhead
A constant that all estimates for the circuit breaker are multiplied with to calculate a final estimate.API name:
overhead
-
tripped
Total number of times the circuit breaker has been triggered and prevented an out of memory error.API name:
tripped
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupBreakerDeserializer
-