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 int
count()
Required - The number of read operations performed in the test.final Time
maxWait()
Required - The maximum time spent waiting for the first byte of any read request to be received.final long
Required - The maximum time spent waiting for the first byte of any read request to be received, in nanoseconds.static ReadSummaryInfo
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
toString()
final Time
Required - The total elapsed time spent on reading blobs in the test.final long
Required - The total elapsed time spent on reading blobs in the test, in nanoseconds.final String
Required - The total size of all the blobs or partial blobs read in the test.final long
Required - The total size of all the blobs or partial blobs read in the test, in bytes.final Time
Required - The total time spent waiting due to themax_restore_bytes_per_sec
orindices.recovery.max_bytes_per_sec
throttles.final long
Required - The total time spent waiting due to themax_restore_bytes_per_sec
orindices.recovery.max_bytes_per_sec
throttles, in nanoseconds.final Time
Required - The total time spent waiting for the first byte of each read request to be received.final long
Required - 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_sec
orindices.recovery.max_bytes_per_sec
throttles.API name:
total_throttled
-
totalThrottledNanos
public final long totalThrottledNanos()Required - The total time spent waiting due to themax_restore_bytes_per_sec
orindices.recovery.max_bytes_per_sec
throttles, 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:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupReadSummaryInfoDeserializer
protected static void setupReadSummaryInfoDeserializer(ObjectDeserializer<ReadSummaryInfo.Builder> op)
-