Class Scripting

java.lang.Object
co.elastic.clients.elasticsearch.nodes.Scripting
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable public class Scripting extends Object implements JsonpSerializable
See Also:
  • Field Details

  • Method Details

    • of

    • cacheEvictions

      @Nullable public final Long cacheEvictions()
      API name: cache_evictions
    • compilations

      @Nullable public final Long compilations()
      API name: compilations
    • compilationLimitTriggered

      @Nullable public final Long compilationLimitTriggered()
      API name: compilation_limit_triggered
    • contexts

      public final List<Context> contexts()
      API name: contexts
    • serialize

      public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • setupScriptingDeserializer

      protected static void setupScriptingDeserializer(ObjectDeserializer<Scripting.Builder> op)