struct
Agate::IndexerProgress
- Agate::IndexerProgress
- Struct
- Value
- Object
Overview
Progress information for indexing a packfile.
Defined in:
agate/indexer.crConstructors
Instance Method Summary
- #clone
- #copy_with(total_objects _total_objects = @total_objects, indexed_objects _indexed_objects = @indexed_objects, received_objects _received_objects = @received_objects, local_objects _local_objects = @local_objects, total_deltas _total_deltas = @total_deltas, indexed_deltas _indexed_deltas = @indexed_deltas, received_bytes _received_bytes = @received_bytes)
- #indexed_deltas : UInt32
- #indexed_objects : UInt32
- #local_objects : UInt32
- #received_bytes : UInt64
- #received_objects : UInt32
- #total_deltas : UInt32
- #total_objects : UInt32
Constructor Detail
def self.new(total_objects : UInt32, indexed_objects : UInt32, received_objects : UInt32, local_objects : UInt32, total_deltas : UInt32, indexed_deltas : UInt32, received_bytes : UInt64)
#
Instance Method Detail
def copy_with(total_objects _total_objects = @total_objects, indexed_objects _indexed_objects = @indexed_objects, received_objects _received_objects = @received_objects, local_objects _local_objects = @local_objects, total_deltas _total_deltas = @total_deltas, indexed_deltas _indexed_deltas = @indexed_deltas, received_bytes _received_bytes = @received_bytes)
#