Class: Insika::Compaction::Plan

Inherits:
Data
  • Object
show all
Defined in:
lib/insika/compaction.rb

Overview

The compaction plan: summarize messages (from = the previous boundary), keep messages verbatim. count = upto - from.

Instance Attribute Summary collapse

Instance Attribute Details

#countObject (readonly)

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



47
48
49
# File 'lib/insika/compaction.rb', line 47

def count
  @count
end

#fromObject (readonly)

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



47
48
49
# File 'lib/insika/compaction.rb', line 47

def from
  @from
end

#uptoObject (readonly)

Returns the value of attribute upto

Returns:

  • (Object)

    the current value of upto



47
48
49
# File 'lib/insika/compaction.rb', line 47

def upto
  @upto
end