Class Scripting
java.lang.Object
co.elastic.clients.elasticsearch.nodes.Scripting
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JsonpDeserializer<Scripting>
Json deserializer forScripting
-
Method Summary
Modifier and TypeMethodDescriptionfinal Long
Total number of times the script cache has evicted old data.final Long
Total number of times the script compilation circuit breaker has limited inline script compilations.final Long
Total number of inline script compilations performed by the node.Contains this recent history of script compilations.contexts()
API name:contexts
static Scripting
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()
-
Field Details
-
_DESERIALIZER
Json deserializer forScripting
-
-
Method Details
-
of
-
cacheEvictions
Total number of times the script cache has evicted old data.API name:
cache_evictions
-
compilations
Total number of inline script compilations performed by the node.API name:
compilations
-
compilationsHistory
Contains this recent history of script compilations.API name:
compilations_history
-
compilationLimitTriggered
Total number of times the script compilation circuit breaker has limited inline script compilations.API name:
compilation_limit_triggered
-
contexts
API name:contexts
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupScriptingDeserializer
-