Class: SolidObserver::CableEventBuffer
- Inherits:
-
Object
- Object
- SolidObserver::CableEventBuffer
- Includes:
- Singleton, EventBufferCore
- Defined in:
- lib/solid_observer/cable_event_buffer.rb
Constant Summary collapse
- INITIAL_METRICS =
EventBufferCore::INITIAL_METRICS
Instance Method Summary collapse
-
#initialize ⇒ CableEventBuffer
constructor
A new instance of CableEventBuffer.
Methods included from EventBufferCore
#clear, #flush, #flush!, #metrics, #push, #shutdown, #size
Constructor Details
#initialize ⇒ CableEventBuffer
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 |