Class: WideEvent::Store::Sender::WireBatch

Inherits:
Struct
  • Object
show all
Defined in:
lib/wide_event/store/sender.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attemptsObject

Returns the value of attribute attempts

Returns:

  • (Object)

    the current value of attempts



30
31
32
# File 'lib/wide_event/store/sender.rb', line 30

def attempts
  @attempts
end

#batch_idObject

Returns the value of attribute batch_id

Returns:

  • (Object)

    the current value of batch_id



30
31
32
# File 'lib/wide_event/store/sender.rb', line 30

def batch_id
  @batch_id
end

#compressedObject

Returns the value of attribute compressed

Returns:

  • (Object)

    the current value of compressed



30
31
32
# File 'lib/wide_event/store/sender.rb', line 30

def compressed
  @compressed
end

#drop_countObject

Returns the value of attribute drop_count

Returns:

  • (Object)

    the current value of drop_count



30
31
32
# File 'lib/wide_event/store/sender.rb', line 30

def drop_count
  @drop_count
end

#jsonObject

Returns the value of attribute json

Returns:

  • (Object)

    the current value of json



30
31
32
# File 'lib/wide_event/store/sender.rb', line 30

def json
  @json
end

#loss_report_idObject

Returns the value of attribute loss_report_id

Returns:

  • (Object)

    the current value of loss_report_id



30
31
32
# File 'lib/wide_event/store/sender.rb', line 30

def loss_report_id
  @loss_report_id
end

#sealed_atObject

Returns the value of attribute sealed_at

Returns:

  • (Object)

    the current value of sealed_at



30
31
32
# File 'lib/wide_event/store/sender.rb', line 30

def sealed_at
  @sealed_at
end