Class: Igniter::Store::ChangefeedBuffer::SubscriptionRecord

Inherits:
Struct
  • Object
show all
Defined in:
lib/igniter/store/changefeed_buffer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#close_policyObject

Returns the value of attribute close_policy

Returns:

  • (Object)

    the current value of close_policy



181
182
183
# File 'lib/igniter/store/changefeed_buffer.rb', line 181

def close_policy
  @close_policy
end

#delivered_totalObject

Returns the value of attribute delivered_total

Returns:

  • (Object)

    the current value of delivered_total



181
182
183
# File 'lib/igniter/store/changefeed_buffer.rb', line 181

def delivered_total
  @delivered_total
end

#failed_totalObject

Returns the value of attribute failed_total

Returns:

  • (Object)

    the current value of failed_total



181
182
183
# File 'lib/igniter/store/changefeed_buffer.rb', line 181

def failed_total
  @failed_total
end

#handlerObject

Returns the value of attribute handler

Returns:

  • (Object)

    the current value of handler



181
182
183
# File 'lib/igniter/store/changefeed_buffer.rb', line 181

def handler
  @handler
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



181
182
183
# File 'lib/igniter/store/changefeed_buffer.rb', line 181

def id
  @id
end

#overflowObject

Returns the value of attribute overflow

Returns:

  • (Object)

    the current value of overflow



181
182
183
# File 'lib/igniter/store/changefeed_buffer.rb', line 181

def overflow
  @overflow
end

#overflow_dropped_totalObject

Returns the value of attribute overflow_dropped_total

Returns:

  • (Object)

    the current value of overflow_dropped_total



181
182
183
# File 'lib/igniter/store/changefeed_buffer.rb', line 181

def overflow_dropped_total
  @overflow_dropped_total
end

#queueObject

Returns the value of attribute queue

Returns:

  • (Object)

    the current value of queue



181
182
183
# File 'lib/igniter/store/changefeed_buffer.rb', line 181

def queue
  @queue
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



181
182
183
# File 'lib/igniter/store/changefeed_buffer.rb', line 181

def status
  @status
end

#storesObject

Returns the value of attribute stores

Returns:

  • (Object)

    the current value of stores



181
182
183
# File 'lib/igniter/store/changefeed_buffer.rb', line 181

def stores
  @stores
end

#threadObject

Returns the value of attribute thread

Returns:

  • (Object)

    the current value of thread



181
182
183
# File 'lib/igniter/store/changefeed_buffer.rb', line 181

def thread
  @thread
end