Class: SuperInstance::Equipment::SwarmCoordinator::AggregatorStatistics

Inherits:
Data
  • Object
show all
Defined in:
lib/equipment/swarm_coordinator/result_aggregator.rb

Overview

Statistics about the aggregator

Instance Attribute Summary collapse

Instance Attribute Details

#average_confidenceObject (readonly)

Returns the value of attribute average_confidence

Returns:

  • (Object)

    the current value of average_confidence



83
84
85
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 83

def average_confidence
  @average_confidence
end

#cache_hit_rateObject (readonly)

Returns the value of attribute cache_hit_rate

Returns:

  • (Object)

    the current value of cache_hit_rate



83
84
85
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 83

def cache_hit_rate
  @cache_hit_rate
end

#cache_sizeObject (readonly)

Returns the value of attribute cache_size

Returns:

  • (Object)

    the current value of cache_size



83
84
85
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 83

def cache_size
  @cache_size
end

#conflict_rateObject (readonly)

Returns the value of attribute conflict_rate

Returns:

  • (Object)

    the current value of conflict_rate



83
84
85
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 83

def conflict_rate
  @conflict_rate
end