Class ScriptStatsBase.AbstractBuilder<BuilderT extends ScriptStatsBase.AbstractBuilder<BuilderT>>
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch.nodes.stats.ScriptStatsBase.AbstractBuilder<BuilderT>
- Direct Known Subclasses:
ScriptContextStats.Builder,ScriptStats.Builder
- Enclosing class:
ScriptStatsBase
public abstract static class ScriptStatsBase.AbstractBuilder<BuilderT extends ScriptStatsBase.AbstractBuilder<BuilderT>>
extends ObjectBuilderBase
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedprotected -
Method Summary
Modifier and TypeMethodDescriptionfinal BuilderTcacheEvictions(long value) Required - Total number of times the script cache has evicted old data.final BuilderTcompilationLimitTriggered(long value) Required - Total number of times the script compilation circuit breaker has limited inline script compilations.final BuilderTcompilations(long value) Required - Total number of inline script compilations performed by the node.protected abstract BuilderTself()Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _listCopy, _mapCopy, _mapPut, _mapPutAll
-
Constructor Details
-
AbstractBuilder
protected AbstractBuilder() -
AbstractBuilder
-
AbstractBuilder
-
-
Method Details
-
self
-
cacheEvictions
Required - Total number of times the script cache has evicted old data.API name:
cache_evictions -
compilationLimitTriggered
Required - Total number of times the script compilation circuit breaker has limited inline script compilations.API name:
compilation_limit_triggered -
compilations
Required - Total number of inline script compilations performed by the node.API name:
compilations
-