Class ScriptCache.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.elasticsearch.nodes.ScriptCache.Builder
- All Implemented Interfaces:
- ObjectBuilder<ScriptCache>
- Enclosing class:
- ScriptCache
public static class ScriptCache.Builder extends ObjectBuilderBase implements ObjectBuilder<ScriptCache>
Builder for 
ScriptCache.- 
Constructor SummaryConstructors Constructor Description Builder()
- 
Method SummaryModifier and Type Method Description ScriptCachebuild()Builds aScriptCache.ScriptCache.BuildercacheEvictions(java.lang.Long value)API name:cache_evictionsScriptCache.BuildercompilationLimitTriggered(java.lang.Long value)API name:compilation_limit_triggeredScriptCache.Buildercompilations(java.lang.Long value)API name:compilationsScriptCache.Buildercontext(java.lang.String value)API name:contextMethods inherited from class co.elastic.clients.util.ObjectBuilderBase_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAllMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
cacheEvictionsAPI name:cache_evictions
- 
compilationLimitTriggeredAPI name:compilation_limit_triggered
- 
compilationsAPI name:compilations
- 
contextAPI name:context
- 
buildBuilds aScriptCache.- Specified by:
- buildin interface- ObjectBuilder<ScriptCache>
- Throws:
- java.lang.NullPointerException- if some of the required fields are null.
 
 
-