Class DetailsInfo
java.lang.Object
co.elastic.clients.elasticsearch.snapshot.repository_analyze.DetailsInfo
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<DetailsInfo>Json deserializer forDetailsInfo -
Method Summary
Modifier and TypeMethodDescriptionfinal BlobDetailsblob()Required - A description of the blob that was written and read.static DetailsInfofinal TimeThe elapsed time spent overwriting the blob.final LongThe elapsed time spent overwriting the blob, in nanoseconds.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final TimeRequired - The elapsed time spent writing the blob.final longRequired - The elapsed time spent writing the blob, in nanoseconds.final SnapshotNodeInfoRequired - The node which wrote the blob and coordinated the read operations.final TimeRequired - The length of time spent waiting for themax_snapshot_bytes_per_sec(orindices.recovery.max_bytes_per_secif the recovery settings for managed services are set) throttle while writing the blob.final longRequired - The length of time spent waiting for themax_snapshot_bytes_per_sec(orindices.recovery.max_bytes_per_secif the recovery settings for managed services are set) throttle while writing the blob, in nanoseconds.
-
Field Details
-
_DESERIALIZER
Json deserializer forDetailsInfo
-
-
Method Details
-
of
-
blob
Required - A description of the blob that was written and read.API name:
blob -
overwriteElapsed
The elapsed time spent overwriting the blob. If the blob was not overwritten, this information is omitted.API name:
overwrite_elapsed -
overwriteElapsedNanos
The elapsed time spent overwriting the blob, in nanoseconds. If the blob was not overwritten, this information is omitted.API name:
overwrite_elapsed_nanos -
writeElapsed
Required - The elapsed time spent writing the blob.API name:
write_elapsed -
writeElapsedNanos
public final long writeElapsedNanos()Required - The elapsed time spent writing the blob, in nanoseconds.API name:
write_elapsed_nanos -
writeThrottled
Required - The length of time spent waiting for themax_snapshot_bytes_per_sec(orindices.recovery.max_bytes_per_secif the recovery settings for managed services are set) throttle while writing the blob.API name:
write_throttled -
writeThrottledNanos
public final long writeThrottledNanos()Required - The length of time spent waiting for themax_snapshot_bytes_per_sec(orindices.recovery.max_bytes_per_secif the recovery settings for managed services are set) throttle while writing the blob, in nanoseconds.API name:
write_throttled_nanos -
writerNode
Required - The node which wrote the blob and coordinated the read operations.API name:
writer_node -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupDetailsInfoDeserializer
-