Class: Vivarium::RawEvent

Inherits:
Struct
  • Object
show all
Defined in:
lib/vivarium/raw_store.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commObject

Returns the value of attribute comm

Returns:

  • (Object)

    the current value of comm



6
7
8
# File 'lib/vivarium/raw_store.rb', line 6

def comm
  @comm
end

#dropped_since_lastObject

Returns the value of attribute dropped_since_last

Returns:

  • (Object)

    the current value of dropped_since_last



6
7
8
# File 'lib/vivarium/raw_store.rb', line 6

def dropped_since_last
  @dropped_since_last
end

#event_nameObject

Returns the value of attribute event_name

Returns:

  • (Object)

    the current value of event_name



6
7
8
# File 'lib/vivarium/raw_store.rb', line 6

def event_name
  @event_name
end

#gidObject

Returns the value of attribute gid

Returns:

  • (Object)

    the current value of gid



6
7
8
# File 'lib/vivarium/raw_store.rb', line 6

def gid
  @gid
end

#ktime_nsObject

Returns the value of attribute ktime_ns

Returns:

  • (Object)

    the current value of ktime_ns



6
7
8
# File 'lib/vivarium/raw_store.rb', line 6

def ktime_ns
  @ktime_ns
end

#parent_span_idObject

Returns the value of attribute parent_span_id

Returns:

  • (Object)

    the current value of parent_span_id



6
7
8
# File 'lib/vivarium/raw_store.rb', line 6

def parent_span_id
  @parent_span_id
end

#payloadObject

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



6
7
8
# File 'lib/vivarium/raw_store.rb', line 6

def payload
  @payload
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



6
7
8
# File 'lib/vivarium/raw_store.rb', line 6

def pid
  @pid
end

#span_idObject

Returns the value of attribute span_id

Returns:

  • (Object)

    the current value of span_id



6
7
8
# File 'lib/vivarium/raw_store.rb', line 6

def span_id
  @span_id
end

#tidObject

Returns the value of attribute tid

Returns:

  • (Object)

    the current value of tid



6
7
8
# File 'lib/vivarium/raw_store.rb', line 6

def tid
  @tid
end

#trace_hiObject

Returns the value of attribute trace_hi

Returns:

  • (Object)

    the current value of trace_hi



6
7
8
# File 'lib/vivarium/raw_store.rb', line 6

def trace_hi
  @trace_hi
end

#trace_loObject

Returns the value of attribute trace_lo

Returns:

  • (Object)

    the current value of trace_lo



6
7
8
# File 'lib/vivarium/raw_store.rb', line 6

def trace_lo
  @trace_lo
end

#uidObject

Returns the value of attribute uid

Returns:

  • (Object)

    the current value of uid



6
7
8
# File 'lib/vivarium/raw_store.rb', line 6

def uid
  @uid
end