Class NodeJvmInfo.Builder
java.lang.Object
co.elastic.clients.elasticsearch.nodes.info.NodeJvmInfo.Builder
- All Implemented Interfaces:
ObjectBuilder<NodeJvmInfo>
- Enclosing class:
- NodeJvmInfo
public static class NodeJvmInfo.Builder extends java.lang.Object implements ObjectBuilder<NodeJvmInfo>
Builder for
NodeJvmInfo.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description NodeJvmInfo.BuilderaddGcCollectors(java.lang.String value)Add a value togcCollectors(List), creating the list if needed.NodeJvmInfo.BuilderaddInputArguments(java.lang.String value)Add a value toinputArguments(List), creating the list if needed.NodeJvmInfo.BuilderaddMemoryPools(java.lang.String value)Add a value tomemoryPools(List), creating the list if needed.NodeJvmInfobuild()Builds aNodeJvmInfo.NodeJvmInfo.BuilderbundledJdk(boolean value)API name:bundled_jdkNodeJvmInfo.BuildergcCollectors(java.lang.String... value)API name:gc_collectorsNodeJvmInfo.BuildergcCollectors(java.util.List<java.lang.String> value)API name:gc_collectorsNodeJvmInfo.BuilderinputArguments(java.lang.String... value)API name:input_argumentsNodeJvmInfo.BuilderinputArguments(java.util.List<java.lang.String> value)API name:input_argumentsNodeJvmInfo.Buildermem(NodeInfoJvmMemory value)API name:memNodeJvmInfo.Buildermem(java.util.function.Function<NodeInfoJvmMemory.Builder,ObjectBuilder<NodeInfoJvmMemory>> fn)API name:memNodeJvmInfo.BuildermemoryPools(java.lang.String... value)API name:memory_poolsNodeJvmInfo.BuildermemoryPools(java.util.List<java.lang.String> value)API name:memory_poolsNodeJvmInfo.Builderpid(int value)API name:pidNodeJvmInfo.BuilderstartTimeInMillis(long value)API name:start_time_in_millisNodeJvmInfo.BuilderusingBundledJdk(boolean value)API name:using_bundled_jdkNodeJvmInfo.BuilderusingCompressedOrdinaryObjectPointers(java.lang.Boolean value)API name:using_compressed_ordinary_object_pointersNodeJvmInfo.Builderversion(java.lang.String value)API name:versionNodeJvmInfo.BuildervmName(java.lang.String value)API name:vm_nameNodeJvmInfo.BuildervmVendor(java.lang.String value)API name:vm_vendorNodeJvmInfo.BuildervmVersion(java.lang.String value)API name:vm_versionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
gcCollectors
API name:gc_collectors -
gcCollectors
API name:gc_collectors -
addGcCollectors
Add a value togcCollectors(List), creating the list if needed. 4 -
mem
API name:mem -
mem
public NodeJvmInfo.Builder mem(java.util.function.Function<NodeInfoJvmMemory.Builder,ObjectBuilder<NodeInfoJvmMemory>> fn)API name:mem -
memoryPools
API name:memory_pools -
memoryPools
API name:memory_pools -
addMemoryPools
Add a value tomemoryPools(List), creating the list if needed. 4 -
pid
API name:pid -
startTimeInMillis
API name:start_time_in_millis -
version
API name:version -
vmName
API name:vm_name -
vmVendor
API name:vm_vendor -
vmVersion
API name:vm_version -
bundledJdk
API name:bundled_jdk -
usingBundledJdk
API name:using_bundled_jdk -
usingCompressedOrdinaryObjectPointers
public NodeJvmInfo.Builder usingCompressedOrdinaryObjectPointers(@Nullable java.lang.Boolean value)API name:using_compressed_ordinary_object_pointers -
inputArguments
API name:input_arguments -
inputArguments
API name:input_arguments -
addInputArguments
Add a value toinputArguments(List), creating the list if needed. 4 -
build
Builds aNodeJvmInfo.- Specified by:
buildin interfaceObjectBuilder<NodeJvmInfo>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-