Class NodeJvmInfo
java.lang.Object
org.opensearch.client.opensearch.nodes.info.NodeJvmInfo
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<NodeJvmInfo.Builder,NodeJvmInfo>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class NodeJvmInfo
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<NodeJvmInfo.Builder,NodeJvmInfo>
Provides JVM-specific information for the node.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<NodeJvmInfo> Json deserializer forNodeJvmInfo -
Method Summary
Modifier and TypeMethodDescriptionstatic NodeJvmInfo.Builderbuilder()final booleanRequired - Whether the JDK is bundled with OpenSearch.booleanThe garbage collectors enabled in the JVM.inthashCode()The command line arguments passed to the JVM.final NodeInfoJvmMemorymem()Required - API name:memThe memory pools available to the JVM.static NodeJvmInfofinal intpid()Required - The process identifier of the JVM.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal StringAPI name:start_timefinal longRequired - API name:start_time_in_millisCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.final BooleanWhether the node is using the bundled JDK.final BooleanAPI name:using_compressed_ordinary_object_pointersfinal Stringversion()API name:versionfinal StringvmName()API name:vm_namefinal StringvmVendor()The vendor of the JVM.final StringAPI name:vm_versionMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forNodeJvmInfo
-
-
Method Details
-
of
-
bundledJdk
public final boolean bundledJdk()Required - Whether the JDK is bundled with OpenSearch.API name:
bundled_jdk -
gcCollectors
The garbage collectors enabled in the JVM.API name:
gc_collectors -
inputArguments
The command line arguments passed to the JVM.API name:
input_arguments -
mem
Required - API name:mem -
memoryPools
The memory pools available to the JVM.API name:
memory_pools -
pid
public final int pid()Required - The process identifier of the JVM.API name:
pid -
startTime
API name:start_time -
startTimeInMillis
public final long startTimeInMillis()Required - API name:start_time_in_millis -
usingBundledJdk
Whether the node is using the bundled JDK.API name:
using_bundled_jdk -
usingCompressedOrdinaryObjectPointers
API name:using_compressed_ordinary_object_pointers -
version
API name:version -
vmName
API name:vm_name -
vmVendor
The vendor of the JVM.API name:
vm_vendor -
vmVersion
API name:vm_version -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<NodeJvmInfo.Builder,NodeJvmInfo> - Returns:
- a new builder instance.
-
builder
-
setupNodeJvmInfoDeserializer
-
hashCode
public int hashCode() -
equals
-