class Karma::Ingest::Stream

Defined in:

ingest/stream.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(stream_id : String, mode : String, granularity : String | Nil, begin_fingerprint : String) #

[View source]

Instance Method Detail

def begin_fingerprint : String #

[View source]
def begin_fingerprint=(begin_fingerprint : String) #

[View source]
def chunk_fingerprints : Hash(UInt64, String) #

[View source]
def granularity : String | Nil #

[View source]
def last_chunk_seq : UInt64 #

[View source]
def last_chunk_seq=(last_chunk_seq : UInt64) #

[View source]
def mode : String #

[View source]
def series_name : String | Nil #

[View source]
def series_name=(series_name : String | Nil) #

[View source]
def staged_tree : CounterTree::Tree | Nil #

[View source]
def staged_tree=(staged_tree : CounterTree::Tree | Nil) #

[View source]
def stream_id : String #

[View source]