class Cassie::Message
Message
passed to subscribers with the statement, options, and time for each statement to execute. Note that if statements are batched they will be packed into one message with a Cassandra::Statements::Batch statement and empty options.
Attributes
elapsed_time[R]
options[R]
statement[R]
Public Class Methods
new(statement, options, elapsed_time)
click to toggle source
# File lib/cassie.rb, line 33 def initialize(statement, options, elapsed_time) @statement = statement @options = options @elapsed_time = elapsed_time end