Class ReindexResponse
java.lang.Object
co.elastic.clients.elasticsearch._core.ReindexResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class ReindexResponse extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReindexResponse.BuilderBuilder forReindexResponse. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ReindexResponse>_DESERIALIZERJson deserializer forReindexResponse -
Constructor Summary
Constructors Constructor Description ReindexResponse(ReindexResponse.Builder builder)ReindexResponse(java.util.function.Function<ReindexResponse.Builder,ReindexResponse.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.Longbatches()API name:batchesjava.lang.Longcreated()API name:createdjava.lang.Longdeleted()API name:deletedjava.util.List<BulkIndexByScrollFailure>failures()API name:failuresjava.lang.Longnoops()API name:noopsjava.lang.LongrequestsPerSecond()API name:requests_per_secondRetriesretries()API name:retriesvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupReindexResponseDeserializer(DelegatingDeserializer<ReindexResponse.Builder> op)java.lang.IntegersliceId()API name:slice_idjava.lang.Stringtask()API name:taskjava.lang.StringthrottledMillis()API name:throttled_millisjava.lang.StringthrottledUntilMillis()API name:throttled_until_millisjava.lang.BooleantimedOut()API name:timed_outjava.lang.Stringtook()API name:tookjava.lang.Longtotal()API name:totaljava.lang.Longupdated()API name:updatedjava.lang.LongversionConflicts()API name:version_conflictsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forReindexResponse
-
-
Constructor Details
-
ReindexResponse
-
ReindexResponse
public ReindexResponse(java.util.function.Function<ReindexResponse.Builder,ReindexResponse.Builder> fn)
-
-
Method Details
-
batches
@Nullable public java.lang.Long batches()API name:batches -
created
@Nullable public java.lang.Long created()API name:created -
deleted
@Nullable public java.lang.Long deleted()API name:deleted -
failures
API name:failures -
noops
@Nullable public java.lang.Long noops()API name:noops -
retries
API name:retries -
requestsPerSecond
@Nullable public java.lang.Long requestsPerSecond()API name:requests_per_second -
sliceId
@Nullable public java.lang.Integer sliceId()API name:slice_id -
task
@Nullable public java.lang.String task()API name:task -
throttledMillis
@Nullable public java.lang.String throttledMillis()API name:throttled_millis -
throttledUntilMillis
@Nullable public java.lang.String throttledUntilMillis()API name:throttled_until_millis -
timedOut
@Nullable public java.lang.Boolean timedOut()API name:timed_out -
took
@Nullable public java.lang.String took()API name:took -
total
@Nullable public java.lang.Long total()API name:total -
updated
@Nullable public java.lang.Long updated()API name:updated -
versionConflicts
@Nullable public java.lang.Long versionConflicts()API name:version_conflicts -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupReindexResponseDeserializer
protected static void setupReindexResponseDeserializer(DelegatingDeserializer<ReindexResponse.Builder> op)
-