Class ClusterJvm
java.lang.Object
co.elastic.clients.elasticsearch.cluster.stats.ClusterJvm
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class ClusterJvm extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClusterJvm.BuilderBuilder forClusterJvm. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ClusterJvm>_DESERIALIZERJson deserializer forClusterJvm -
Constructor Summary
Constructors Constructor Description ClusterJvm(ClusterJvm.Builder builder)ClusterJvm(java.util.function.Function<ClusterJvm.Builder,ClusterJvm.Builder> fn) -
Method Summary
Modifier and Type Method Description longmaxUptimeInMillis()API name:max_uptime_in_millisClusterJvmMemorymem()API name:memvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupClusterJvmDeserializer(DelegatingDeserializer<ClusterJvm.Builder> op)longthreads()API name:threadsjava.util.List<ClusterJvmVersion>versions()API name:versionsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forClusterJvm
-
-
Constructor Details
-
ClusterJvm
-
ClusterJvm
-
-
Method Details
-
maxUptimeInMillis
public long maxUptimeInMillis()API name:max_uptime_in_millis -
mem
API name:mem -
threads
public long threads()API name:threads -
versions
API name:versions -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupClusterJvmDeserializer
-