Class: Igniter::Store::ChangefeedBuffer::SubscriptionRecord
- Inherits:
-
Struct
- Object
- Struct
- Igniter::Store::ChangefeedBuffer::SubscriptionRecord
- Defined in:
- lib/igniter/store/changefeed_buffer.rb
Instance Attribute Summary collapse
-
#close_policy ⇒ Object
Returns the value of attribute close_policy.
-
#delivered_total ⇒ Object
Returns the value of attribute delivered_total.
-
#failed_total ⇒ Object
Returns the value of attribute failed_total.
-
#handler ⇒ Object
Returns the value of attribute handler.
-
#id ⇒ Object
Returns the value of attribute id.
-
#overflow ⇒ Object
Returns the value of attribute overflow.
-
#overflow_dropped_total ⇒ Object
Returns the value of attribute overflow_dropped_total.
-
#queue ⇒ Object
Returns the value of attribute queue.
-
#status ⇒ Object
Returns the value of attribute status.
-
#stores ⇒ Object
Returns the value of attribute stores.
-
#thread ⇒ Object
Returns the value of attribute thread.
Instance Attribute Details
#close_policy ⇒ Object
Returns the value of attribute close_policy
181 182 183 |
# File 'lib/igniter/store/changefeed_buffer.rb', line 181 def close_policy @close_policy end |
#delivered_total ⇒ Object
Returns the value of attribute delivered_total
181 182 183 |
# File 'lib/igniter/store/changefeed_buffer.rb', line 181 def delivered_total @delivered_total end |
#failed_total ⇒ Object
Returns the value of attribute failed_total
181 182 183 |
# File 'lib/igniter/store/changefeed_buffer.rb', line 181 def failed_total @failed_total end |
#handler ⇒ Object
Returns the value of attribute handler
181 182 183 |
# File 'lib/igniter/store/changefeed_buffer.rb', line 181 def handler @handler end |
#id ⇒ Object
Returns the value of attribute id
181 182 183 |
# File 'lib/igniter/store/changefeed_buffer.rb', line 181 def id @id end |
#overflow ⇒ Object
Returns the value of attribute overflow
181 182 183 |
# File 'lib/igniter/store/changefeed_buffer.rb', line 181 def overflow @overflow end |
#overflow_dropped_total ⇒ Object
Returns the value of attribute overflow_dropped_total
181 182 183 |
# File 'lib/igniter/store/changefeed_buffer.rb', line 181 def overflow_dropped_total @overflow_dropped_total end |
#queue ⇒ Object
Returns the value of attribute queue
181 182 183 |
# File 'lib/igniter/store/changefeed_buffer.rb', line 181 def queue @queue end |
#status ⇒ Object
Returns the value of attribute status
181 182 183 |
# File 'lib/igniter/store/changefeed_buffer.rb', line 181 def status @status end |
#stores ⇒ Object
Returns the value of attribute stores
181 182 183 |
# File 'lib/igniter/store/changefeed_buffer.rb', line 181 def stores @stores end |
#thread ⇒ Object
Returns the value of attribute thread
181 182 183 |
# File 'lib/igniter/store/changefeed_buffer.rb', line 181 def thread @thread end |