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
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScriptCache.BuilderBuilder forScriptCache. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ScriptCache>_DESERIALIZERJson deserializer forScriptCache -
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 ScriptCacheof(java.util.function.Function<ScriptCache.Builder,ObjectBuilder<ScriptCache>> 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 voidsetupScriptCacheDeserializer(ObjectDeserializer<ScriptCache.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 forScriptCache
-
-
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
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupScriptCacheDeserializer
-