struct Rosegold::ChunkBatchSample

Defined in:

rosegold/models/chunk_batch_sample.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(millis_per_chunk : Float64, batch_size : Int32, timestamp : Time = Time.utc) #

[View source]

Instance Method Detail

def batch_size : Int32 #

[View source]
def batch_size=(batch_size : Int32) #

[View source]
def millis_per_chunk : Float64 #

[View source]
def millis_per_chunk=(millis_per_chunk : Float64) #

[View source]
def timestamp : Time #

[View source]
def timestamp=(timestamp : Time) #

[View source]