Method: Cassandra::Errors::UnavailableError#alive
- Defined in:
- lib/cassandra/errors.rb
#alive ⇒ Integer (readonly)
Returns the number of replicas available for the request.
174 175 176 |
# File 'lib/cassandra/errors.rb', line 174 def alive @alive end |