Class ScriptCache
java.lang.Object
co.elastic.clients.elasticsearch.nodes.ScriptCache
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ScriptCache>Json deserializer forScriptCache -
Method Summary
Modifier and TypeMethodDescriptionfinal LongTotal number of times the script cache has evicted old data.final LongTotal number of times the script compilation circuit breaker has limited inline script compilations.final LongTotal number of inline script compilations performed by the node.final Stringcontext()API name:contextstatic ScriptCachevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forScriptCache
-
-
Method Details
-
of
-
cacheEvictions
Total number of times the script cache has evicted old data.API name:
cache_evictions -
compilationLimitTriggered
Total number of times the script compilation circuit breaker has limited inline script compilations.API name:
compilation_limit_triggered -
compilations
Total number of inline script compilations performed by the node.API name:
compilations -
context
API name:context -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupScriptCacheDeserializer
-