class
MinknowApi::Data::GetExperimentYieldInfoResponse::CompleteReadInfo
Included Modules
- Proto::Message
Defined in:
generated/minknow_api/data.pb.crConstructors
-
.decode(bytes : Bytes) : self
Decode a message from a raw byte slice.
- .decode(io : IO) : self
- .decode_partial(bytes : Bytes) : self
- .decode_partial(io : IO) : self
Instance Method Summary
-
#==(other : self) : Bool
Returns
trueif this reference is the same as other. - #channels_writing_to_disk : UInt64
- #channels_writing_to_disk=(channels_writing_to_disk : UInt64)
- #channels_writing_to_disk_tmp : UInt64
- #channels_writing_to_disk_tmp=(channels_writing_to_disk_tmp : UInt64)
- #discarded_error_bytes : UInt64
- #discarded_error_bytes=(discarded_error_bytes : UInt64)
- #encode(io : IO) : Nil
- #encode_partial(io : IO) : Nil
- #pending_chunks : UInt64
- #pending_chunks=(pending_chunks : UInt64)
- #pending_disk_reads : UInt64
- #pending_disk_reads=(pending_disk_reads : UInt64)
- #pending_force_skipped_reads : UInt64
- #pending_force_skipped_reads=(pending_force_skipped_reads : UInt64)
- #pending_memory_reads : UInt64
- #pending_memory_reads=(pending_memory_reads : UInt64)
- #pending_multi_disk_reads : UInt64
- #pending_multi_disk_reads=(pending_multi_disk_reads : UInt64)
- #pending_retry_reads : UInt64
- #pending_retry_reads=(pending_retry_reads : UInt64)
- #pending_skipped_reads : UInt64
- #pending_skipped_reads=(pending_skipped_reads : UInt64)
- #processed_disk_reads : UInt64
- #processed_disk_reads=(processed_disk_reads : UInt64)
- #processed_force_skipped_reads : UInt64
- #processed_force_skipped_reads=(processed_force_skipped_reads : UInt64)
- #processed_memory_reads : UInt64
- #processed_memory_reads=(processed_memory_reads : UInt64)
- #processed_skipped_reads : UInt64
- #processed_skipped_reads=(processed_skipped_reads : UInt64)
- #stored_read_supporting_bytes_memory : UInt64
- #stored_read_supporting_bytes_memory=(stored_read_supporting_bytes_memory : UInt64)
- #stored_reads_bytes_disk : UInt64
- #stored_reads_bytes_disk=(stored_reads_bytes_disk : UInt64)
- #stored_reads_bytes_memory : UInt64
- #stored_reads_bytes_memory=(stored_reads_bytes_memory : UInt64)
- #stored_reads_bytes_memory_including_in_flight : UInt64
- #stored_reads_bytes_memory_including_in_flight=(stored_reads_bytes_memory_including_in_flight : UInt64)
Constructor Detail
Instance Method Detail
def ==(other : self) : Bool
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def stored_read_supporting_bytes_memory=(stored_read_supporting_bytes_memory : UInt64)
#
def stored_reads_bytes_memory_including_in_flight=(stored_reads_bytes_memory_including_in_flight : UInt64)
#