Class: Vivarium::RawEvent
- Inherits:
-
Struct
- Object
- Struct
- Vivarium::RawEvent
- Defined in:
- lib/vivarium/raw_store.rb
Instance Attribute Summary collapse
-
#comm ⇒ Object
Returns the value of attribute comm.
-
#dropped_since_last ⇒ Object
Returns the value of attribute dropped_since_last.
-
#event_name ⇒ Object
Returns the value of attribute event_name.
-
#gid ⇒ Object
Returns the value of attribute gid.
-
#ktime_ns ⇒ Object
Returns the value of attribute ktime_ns.
-
#parent_span_id ⇒ Object
Returns the value of attribute parent_span_id.
-
#payload ⇒ Object
Returns the value of attribute payload.
-
#pid ⇒ Object
Returns the value of attribute pid.
-
#span_id ⇒ Object
Returns the value of attribute span_id.
-
#tid ⇒ Object
Returns the value of attribute tid.
-
#trace_hi ⇒ Object
Returns the value of attribute trace_hi.
-
#trace_lo ⇒ Object
Returns the value of attribute trace_lo.
-
#uid ⇒ Object
Returns the value of attribute uid.
Instance Attribute Details
#comm ⇒ Object
Returns the value of attribute comm
6 7 8 |
# File 'lib/vivarium/raw_store.rb', line 6 def comm @comm end |
#dropped_since_last ⇒ Object
Returns the value of attribute dropped_since_last
6 7 8 |
# File 'lib/vivarium/raw_store.rb', line 6 def dropped_since_last @dropped_since_last end |
#event_name ⇒ Object
Returns the value of attribute event_name
6 7 8 |
# File 'lib/vivarium/raw_store.rb', line 6 def event_name @event_name end |
#gid ⇒ Object
Returns the value of attribute gid
6 7 8 |
# File 'lib/vivarium/raw_store.rb', line 6 def gid @gid end |
#ktime_ns ⇒ Object
Returns the value of attribute ktime_ns
6 7 8 |
# File 'lib/vivarium/raw_store.rb', line 6 def ktime_ns @ktime_ns end |
#parent_span_id ⇒ Object
Returns the value of attribute parent_span_id
6 7 8 |
# File 'lib/vivarium/raw_store.rb', line 6 def parent_span_id @parent_span_id end |
#payload ⇒ Object
Returns the value of attribute payload
6 7 8 |
# File 'lib/vivarium/raw_store.rb', line 6 def payload @payload end |
#pid ⇒ Object
Returns the value of attribute pid
6 7 8 |
# File 'lib/vivarium/raw_store.rb', line 6 def pid @pid end |
#span_id ⇒ Object
Returns the value of attribute span_id
6 7 8 |
# File 'lib/vivarium/raw_store.rb', line 6 def span_id @span_id end |
#tid ⇒ Object
Returns the value of attribute tid
6 7 8 |
# File 'lib/vivarium/raw_store.rb', line 6 def tid @tid end |
#trace_hi ⇒ Object
Returns the value of attribute trace_hi
6 7 8 |
# File 'lib/vivarium/raw_store.rb', line 6 def trace_hi @trace_hi end |
#trace_lo ⇒ Object
Returns the value of attribute trace_lo
6 7 8 |
# File 'lib/vivarium/raw_store.rb', line 6 def trace_lo @trace_lo end |
#uid ⇒ Object
Returns the value of attribute uid
6 7 8 |
# File 'lib/vivarium/raw_store.rb', line 6 def uid @uid end |