Class Context
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
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classContext.BuilderBuilder forContext. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Context>_DESERIALIZERJson deserializer forContext -
Method Summary
Modifier and Type Method Description java.lang.LongcacheEvictions()API name:cache_evictionsjava.lang.LongcompilationLimitTriggered()API name:compilation_limit_triggeredjava.lang.Longcompilations()API name:compilationsjava.lang.Stringcontext()API name:contextstatic Contextof(java.util.function.Function<Context.Builder,ObjectBuilder<Context>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupContextDeserializer(ObjectDeserializer<Context.Builder> op)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forContext
-
-
Method Details
-
of
-
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
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupContextDeserializer
-