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

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

  • Method Details

    • of

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

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

      @Nullable public final java.lang.Long compilations()
      API name: compilations
    • 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
    • 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
    • setupContextDeserializer

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