Class: Pocolog::IndexBuilderStreamInfo

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

Overview

Raw stream information gathered while passing through a log file, to build an index

Instance Attribute Summary collapse

Instance Attribute Details

#index_mapObject

Returns the value of attribute index_map

Returns:

  • (Object)

    the current value of index_map



14
# File 'lib/pocolog/file_index_builder.rb', line 14

IndexBuilderStreamInfo = Struct.new :stream_block_pos, :index_map

#stream_block_posObject

Returns the value of attribute stream_block_pos

Returns:

  • (Object)

    the current value of stream_block_pos



14
# File 'lib/pocolog/file_index_builder.rb', line 14

IndexBuilderStreamInfo = Struct.new :stream_block_pos, :index_map