struct
Movie::Cluster::ClusterStats
- Movie::Cluster::ClusterStats
- Struct
- Value
- Object
Defined in:
movie/cluster/telemetry.crConstructors
Instance Method Summary
- #clone
- #copy_with(join_attempts _join_attempts = @join_attempts, gossip_rounds _gossip_rounds = @gossip_rounds, gossip_sent _gossip_sent = @gossip_sent, gossip_received _gossip_received = @gossip_received, gossip_acks _gossip_acks = @gossip_acks, membership_merges _membership_merges = @membership_merges, heartbeats_sent _heartbeats_sent = @heartbeats_sent, heartbeats_received _heartbeats_received = @heartbeats_received, heartbeat_timeouts _heartbeat_timeouts = @heartbeat_timeouts, reachability_restorations _reachability_restorations = @reachability_restorations, protocol_rejections _protocol_rejections = @protocol_rejections, membership_capacity_rejections _membership_capacity_rejections = @membership_capacity_rejections, subscribers _subscribers = @subscribers)
- #gossip_acks : Int64
- #gossip_received : Int64
- #gossip_rounds : Int64
- #gossip_sent : Int64
- #heartbeat_timeouts : Int64
- #heartbeats_received : Int64
- #heartbeats_sent : Int64
- #join_attempts : Int64
- #membership_capacity_rejections : Int64
- #membership_merges : Int64
- #protocol_rejections : Int64
- #reachability_restorations : Int64
- #subscribers : Int32
Constructor Detail
def self.new(join_attempts : Int64, gossip_rounds : Int64, gossip_sent : Int64, gossip_received : Int64, gossip_acks : Int64, membership_merges : Int64, heartbeats_sent : Int64, heartbeats_received : Int64, heartbeat_timeouts : Int64, reachability_restorations : Int64, protocol_rejections : Int64, membership_capacity_rejections : Int64, subscribers : Int32)
#
Instance Method Detail
def copy_with(join_attempts _join_attempts = @join_attempts, gossip_rounds _gossip_rounds = @gossip_rounds, gossip_sent _gossip_sent = @gossip_sent, gossip_received _gossip_received = @gossip_received, gossip_acks _gossip_acks = @gossip_acks, membership_merges _membership_merges = @membership_merges, heartbeats_sent _heartbeats_sent = @heartbeats_sent, heartbeats_received _heartbeats_received = @heartbeats_received, heartbeat_timeouts _heartbeat_timeouts = @heartbeat_timeouts, reachability_restorations _reachability_restorations = @reachability_restorations, protocol_rejections _protocol_rejections = @protocol_rejections, membership_capacity_rejections _membership_capacity_rejections = @membership_capacity_rejections, subscribers _subscribers = @subscribers)
#