Class JvmThreads
java.lang.Object
co.elastic.clients.elasticsearch.nodes.JvmThreads
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class JvmThreads extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJvmThreads.BuilderBuilder forJvmThreads. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<JvmThreads>_DESERIALIZERJson deserializer forJvmThreads -
Constructor Summary
Constructors Constructor Description JvmThreads(JvmThreads.Builder builder)JvmThreads(java.util.function.Function<JvmThreads.Builder,JvmThreads.Builder> fn) -
Method Summary
Modifier and Type Method Description longcount()Required - API name:countlongpeakCount()Required - API name:peak_countvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupJvmThreadsDeserializer(DelegatingDeserializer<JvmThreads.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forJvmThreads
-
-
Constructor Details
-
JvmThreads
-
JvmThreads
-
-
Method Details
-
count
public long count()Required - API name:count -
peakCount
public long peakCount()Required - API name:peak_count -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupJvmThreadsDeserializer
-