struct Movie::Remote::ControlDeduplicationStats

Defined in:

movie/remote/control_delivery.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(tracked_streams : Int32, capacity : Int32, capacity_rejections : Int64, node_uids : Array(String)) #

[View source]

Instance Method Detail

def capacity : Int32 #

def capacity_rejections : Int64 #

def clone #

[View source]
def copy_with(tracked_streams _tracked_streams = @tracked_streams, capacity _capacity = @capacity, capacity_rejections _capacity_rejections = @capacity_rejections, node_uids _node_uids = @node_uids) #

[View source]
def node_uids : Array(String) #

def tracked_streams : Int32 #