Class: DispatchPolicy::Tick::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/dispatch_policy/tick.rb

Instance Attribute Summary collapse

Instance Attribute Details

#jobs_admittedObject

Returns the value of attribute jobs_admitted

Returns:

  • (Object)

    the current value of jobs_admitted



10
11
12
# File 'lib/dispatch_policy/tick.rb', line 10

def jobs_admitted
  @jobs_admitted
end

#partitions_seenObject

Returns the value of attribute partitions_seen

Returns:

  • (Object)

    the current value of partitions_seen



10
11
12
# File 'lib/dispatch_policy/tick.rb', line 10

def partitions_seen
  @partitions_seen
end