Class: Pocolog::Format::V2::IndexStreamInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/pocolog/format/v2.rb

Instance Attribute Summary collapse

Instance Attribute Details

#base_timeObject

Returns the value of attribute base_time

Returns:

  • (Object)

    the current value of base_time



202
203
204
# File 'lib/pocolog/format/v2.rb', line 202

def base_time
  @base_time
end

#declaration_posObject

Returns the value of attribute declaration_pos

Returns:

  • (Object)

    the current value of declaration_pos



202
203
204
205
# File 'lib/pocolog/format/v2.rb', line 202

IndexStreamInfo = Struct.new(
    :declaration_pos, :index_pos, :base_time, :stream_size,
    :interval_rt, :interval_lg
)

#index_posObject

Returns the value of attribute index_pos

Returns:

  • (Object)

    the current value of index_pos



202
203
204
205
# File 'lib/pocolog/format/v2.rb', line 202

IndexStreamInfo = Struct.new(
    :declaration_pos, :index_pos, :base_time, :stream_size,
    :interval_rt, :interval_lg
)

#interval_lgObject

Returns the value of attribute interval_lg

Returns:

  • (Object)

    the current value of interval_lg



202
203
204
# File 'lib/pocolog/format/v2.rb', line 202

def interval_lg
  @interval_lg
end

#interval_rtObject

Returns the value of attribute interval_rt

Returns:

  • (Object)

    the current value of interval_rt



202
203
204
# File 'lib/pocolog/format/v2.rb', line 202

def interval_rt
  @interval_rt
end

#stream_sizeObject

Returns the value of attribute stream_size

Returns:

  • (Object)

    the current value of stream_size



202
203
204
205
# File 'lib/pocolog/format/v2.rb', line 202

IndexStreamInfo = Struct.new(
    :declaration_pos, :index_pos, :base_time, :stream_size,
    :interval_rt, :interval_lg
)