Class HotThreadsResponse
java.lang.Object
co.elastic.clients.elasticsearch.nodes.HotThreadsResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class HotThreadsResponse extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHotThreadsResponse.BuilderBuilder forHotThreadsResponse. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<HotThreadsResponse>_DESERIALIZERJson deserializer forHotThreadsResponse -
Constructor Summary
Constructors Constructor Description HotThreadsResponse(HotThreadsResponse.Builder builder)HotThreadsResponse(java.util.function.Function<HotThreadsResponse.Builder,HotThreadsResponse.Builder> fn) -
Method Summary
Modifier and Type Method Description java.util.List<HotThread>hotThreads()Required - API name:hot_threadsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupHotThreadsResponseDeserializer(DelegatingDeserializer<HotThreadsResponse.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 forHotThreadsResponse
-
-
Constructor Details
-
HotThreadsResponse
-
HotThreadsResponse
public HotThreadsResponse(java.util.function.Function<HotThreadsResponse.Builder,HotThreadsResponse.Builder> fn)
-
-
Method Details
-
hotThreads
Required - API name:hot_threads -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupHotThreadsResponseDeserializer
protected static void setupHotThreadsResponseDeserializer(DelegatingDeserializer<HotThreadsResponse.Builder> op)
-