Class Context.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<Context.Builder>
co.elastic.clients.elasticsearch.nodes.Context.Builder
- All Implemented Interfaces:
WithJson<Context.Builder>,ObjectBuilder<Context>
- Enclosing class:
- Context
public static class Context.Builder extends WithJsonObjectBuilderBase<Context.Builder> implements ObjectBuilder<Context>
Builder for
Context.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description Contextbuild()Builds aContext.Context.BuildercacheEvictions(java.lang.Long value)API name:cache_evictionsContext.BuildercompilationLimitTriggered(java.lang.Long value)API name:compilation_limit_triggeredContext.Buildercompilations(java.lang.Long value)API name:compilationsContext.Buildercontext(java.lang.String value)API name:contextprotected Context.Builderself()Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
context
API name:context -
compilations
API name:compilations -
cacheEvictions
API name:cache_evictions -
compilationLimitTriggered
API name:compilation_limit_triggered -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<Context.Builder>
-
build
Builds aContext.- Specified by:
buildin interfaceObjectBuilder<Context>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-