Class: EventMeter::Processor::Batch
- Inherits:
-
Object
- Object
- EventMeter::Processor::Batch
- Defined in:
- lib/event_meter/processor.rb
Instance Attribute Summary collapse
-
#entry_ids ⇒ Object
readonly
Returns the value of attribute entry_ids.
-
#interval_state ⇒ Object
readonly
Returns the value of attribute interval_state.
-
#malformed ⇒ Object
Returns the value of attribute malformed.
-
#rollups ⇒ Object
readonly
Returns the value of attribute rollups.
-
#state_updates ⇒ Object
readonly
Returns the value of attribute state_updates.
Instance Method Summary collapse
- #empty? ⇒ Boolean
-
#initialize ⇒ Batch
constructor
A new instance of Batch.
Constructor Details
Instance Attribute Details
#entry_ids ⇒ Object (readonly)
Returns the value of attribute entry_ids.
289 290 291 |
# File 'lib/event_meter/processor.rb', line 289 def entry_ids @entry_ids end |
#interval_state ⇒ Object (readonly)
Returns the value of attribute interval_state.
289 290 291 |
# File 'lib/event_meter/processor.rb', line 289 def interval_state @interval_state end |
#malformed ⇒ Object
Returns the value of attribute malformed.
290 291 292 |
# File 'lib/event_meter/processor.rb', line 290 def malformed @malformed end |
#rollups ⇒ Object (readonly)
Returns the value of attribute rollups.
289 290 291 |
# File 'lib/event_meter/processor.rb', line 289 def rollups @rollups end |
#state_updates ⇒ Object (readonly)
Returns the value of attribute state_updates.
289 290 291 |
# File 'lib/event_meter/processor.rb', line 289 def state_updates @state_updates end |
Instance Method Details
#empty? ⇒ Boolean
300 301 302 |
# File 'lib/event_meter/processor.rb', line 300 def empty? entry_ids.empty? end |