Class Scripting
java.lang.Object
co.elastic.clients.elasticsearch.nodes.Scripting
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<Scripting>Json deserializer forScripting
- 
Method SummaryModifier 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.Contains this recent history of script compilations.contexts()API name:contextsstatic Scriptingvoidserialize(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- 
_DESERIALIZERJson deserializer forScripting
 
- 
- 
Method Details- 
of
- 
cacheEvictionsTotal number of times the script cache has evicted old data.API name: cache_evictions
- 
compilationsTotal number of inline script compilations performed by the node.API name: compilations
- 
compilationsHistoryContains this recent history of script compilations.API name: compilations_history
- 
compilationLimitTriggeredTotal number of times the script compilation circuit breaker has limited inline script compilations.API name: compilation_limit_triggered
- 
contextsAPI name:contexts
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupScriptingDeserializer
 
-