Class ListReindexResponse
java.lang.Object
co.elastic.clients.elasticsearch.core.ListReindexResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ListReindexResponse>Json deserializer forListReindexResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal List<ErrorCause>Node-level failures encountered while listing reindex tasks.static ListReindexResponsefinal List<ReindexTaskInfo>reindex()Required - The list of currently running reindex tasks.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 List<TaskFailure>Per-task failures encountered while listing reindex tasks.toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forListReindexResponse
-
-
Method Details
-
of
public static ListReindexResponse of(Function<ListReindexResponse.Builder, ObjectBuilder<ListReindexResponse>> fn) -
reindex
Required - The list of currently running reindex tasks.API name:
reindex -
taskFailures
Per-task failures encountered while listing reindex tasks. Tasks that failed are not included in thereindexarray.API name:
task_failures -
nodeFailures
Node-level failures encountered while listing reindex tasks. Typically populated when a node disconnects or stops responding mid-request, reindex tasks running on such nodes will be missing from thereindexarray for the duration of the disruption.API name:
node_failures -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupListReindexResponseDeserializer
protected static void setupListReindexResponseDeserializer(ObjectDeserializer<ListReindexResponse.Builder> op)
-