Class ScriptCache

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

@JsonpDeserializable
public class ScriptCache
extends java.lang.Object
implements JsonpSerializable
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static ScriptCache of​(java.util.function.Function<ScriptCache.Builder,​ObjectBuilder<ScriptCache>> fn)
    • cacheEvictions

      @Nullable public final java.lang.Long cacheEvictions()
      API name: cache_evictions
    • compilationLimitTriggered

      @Nullable public final java.lang.Long compilationLimitTriggered()
      API name: compilation_limit_triggered
    • compilations

      @Nullable public final java.lang.Long compilations()
      API name: compilations
    • context

      @Nullable public final java.lang.String context()
      API name: context
    • 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 java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • setupScriptCacheDeserializer

      protected static void setupScriptCacheDeserializer​(ObjectDeserializer<ScriptCache.Builder> op)