Class ReadSummaryInfo
java.lang.Object
co.elastic.clients.elasticsearch.snapshot.repository_analyze.ReadSummaryInfo
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ReadSummaryInfo>Json deserializer forReadSummaryInfo -
Method Summary
Modifier and TypeMethodDescriptionfinal intcount()Required - The number of read operations performed in the test.final TimemaxWait()Required - The maximum time spent waiting for the first byte of any read request to be received.final longRequired - The maximum time spent waiting for the first byte of any read request to be received, in nanoseconds.static ReadSummaryInfovoidserialize(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 total elapsed time spent on reading blobs in the test.final longRequired - The total elapsed time spent on reading blobs in the test, in nanoseconds.final StringRequired - The total size of all the blobs or partial blobs read in the test.final longRequired - The total size of all the blobs or partial blobs read in the test, in bytes.final TimeRequired - The total time spent waiting due to themax_restore_bytes_per_secorindices.recovery.max_bytes_per_secthrottles.final longRequired - The total time spent waiting due to themax_restore_bytes_per_secorindices.recovery.max_bytes_per_secthrottles, in nanoseconds.final TimeRequired - The total time spent waiting for the first byte of each read request to be received.final longRequired - The total time spent waiting for the first byte of each read request to be received, in nanoseconds.
-
Field Details
-
_DESERIALIZER
Json deserializer forReadSummaryInfo
-
-
Method Details
-
of
public static ReadSummaryInfo of(Function<ReadSummaryInfo.Builder, ObjectBuilder<ReadSummaryInfo>> fn) -
count
public final int count()Required - The number of read operations performed in the test.API name:
count -
maxWait
Required - The maximum time spent waiting for the first byte of any read request to be received.API name:
max_wait -
maxWaitNanos
public final long maxWaitNanos()Required - The maximum time spent waiting for the first byte of any read request to be received, in nanoseconds.API name:
max_wait_nanos -
totalElapsed
Required - The total elapsed time spent on reading blobs in the test.API name:
total_elapsed -
totalElapsedNanos
public final long totalElapsedNanos()Required - The total elapsed time spent on reading blobs in the test, in nanoseconds.API name:
total_elapsed_nanos -
totalSize
Required - The total size of all the blobs or partial blobs read in the test.API name:
total_size -
totalSizeBytes
public final long totalSizeBytes()Required - The total size of all the blobs or partial blobs read in the test, in bytes.API name:
total_size_bytes -
totalThrottled
Required - The total time spent waiting due to themax_restore_bytes_per_secorindices.recovery.max_bytes_per_secthrottles.API name:
total_throttled -
totalThrottledNanos
public final long totalThrottledNanos()Required - The total time spent waiting due to themax_restore_bytes_per_secorindices.recovery.max_bytes_per_secthrottles, in nanoseconds.API name:
total_throttled_nanos -
totalWait
Required - The total time spent waiting for the first byte of each read request to be received.API name:
total_wait -
totalWaitNanos
public final long totalWaitNanos()Required - The total time spent waiting for the first byte of each read request to be received, in nanoseconds.API name:
total_wait_nanos -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupReadSummaryInfoDeserializer
protected static void setupReadSummaryInfoDeserializer(ObjectDeserializer<ReadSummaryInfo.Builder> op)
-