Class ClusterJvm
java.lang.Object
co.elastic.clients.elasticsearch.cluster.stats.ClusterJvm
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class ClusterJvm extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
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 -
Method Summary
Modifier and Type Method Description longmaxUptimeInMillis()Required - API name:max_uptime_in_millisClusterJvmMemorymem()Required - API name:memstatic ClusterJvmof(java.util.function.Function<ClusterJvm.Builder,ObjectBuilder<ClusterJvm>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupClusterJvmDeserializer(ObjectDeserializer<ClusterJvm.Builder> op)longthreads()Required - API name:threadsjava.util.List<ClusterJvmVersion>versions()Required - 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
-
-
Method Details
-
of
public static ClusterJvm of(java.util.function.Function<ClusterJvm.Builder,ObjectBuilder<ClusterJvm>> fn) -
maxUptimeInMillis
public final long maxUptimeInMillis()Required - API name:max_uptime_in_millis -
mem
Required - API name:mem -
threads
public final long threads()Required - API name:threads -
versions
Required - API name:versions -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupClusterJvmDeserializer
-