Class Breaker
java.lang.Object
co.elastic.clients.elasticsearch.nodes.Breaker
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<Breaker>Json deserializer forBreaker -
Method Summary
Modifier and TypeMethodDescriptionfinal StringEstimated memory used for the operation.final LongEstimated memory used, in bytes, for the operation.final StringMemory limit for the circuit breaker.final LongMemory limit, in bytes, for the circuit breaker.static Breakerfinal Floatoverhead()A constant that all estimates for the circuit breaker are multiplied with to calculate a final estimate.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final Floattripped()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:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupBreakerDeserializer
-