Class: SolidObserver::CableEventBuffer

Inherits:
Object
  • Object
show all
Includes:
Singleton, EventBufferCore
Defined in:
lib/solid_observer/cable_event_buffer.rb

Constant Summary collapse

INITIAL_METRICS =
EventBufferCore::INITIAL_METRICS

Instance Method Summary collapse

Methods included from EventBufferCore

#clear, #flush, #flush!, #metrics, #push, #shutdown, #size

Constructor Details

#initializeCableEventBuffer

Returns a new instance of CableEventBuffer.



14
15
16
# File 'lib/solid_observer/cable_event_buffer.rb', line 14

def initialize
  initialize_event_buffer
end