Class: XCKnife::StreamParser::PartitionWithMachines

Inherits:
Struct
  • Object
show all
Defined in:
lib/xcknife/stream_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#max_shard_countObject

Returns the value of attribute max_shard_count

Returns:

  • (Object)

    the current value of max_shard_count



25
26
27
# File 'lib/xcknife/stream_parser.rb', line 25

def max_shard_count
  @max_shard_count
end

#number_of_shardsObject

Returns the value of attribute number_of_shards

Returns:

  • (Object)

    the current value of number_of_shards



25
26
27
# File 'lib/xcknife/stream_parser.rb', line 25

def number_of_shards
  @number_of_shards
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



25
26
27
# File 'lib/xcknife/stream_parser.rb', line 25

def options
  @options
end

#partition_timeObject

Returns the value of attribute partition_time

Returns:

  • (Object)

    the current value of partition_time



25
26
27
# File 'lib/xcknife/stream_parser.rb', line 25

def partition_time
  @partition_time
end

#test_time_mapObject

Returns the value of attribute test_time_map

Returns:

  • (Object)

    the current value of test_time_map



25
26
27
# File 'lib/xcknife/stream_parser.rb', line 25

def test_time_map
  @test_time_map
end