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

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

  • Method Details

    • of

    • context

      @Nullable public final String context()
      API name: context
    • compilations

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

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

      @Nullable public final Long compilationLimitTriggered()
      API name: compilation_limit_triggered
    • 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
    • setupContextDeserializer

      protected static void setupContextDeserializer(ObjectDeserializer<Context.Builder> op)