Sha256: 2373b0d448be079df4a3217c22f097db06e0ac18b5403cca1e50e48e7dba262b
Contents?: true
Size: 254 Bytes
Versions: 19
Compression:
Stored size: 254 Bytes
Contents
class Cassandra # Inner methods for actually doing the Thrift calls module Protocol #:nodoc: private def _remove_counter(key, column_path, consistency_level) client.remove_counter(key, column_path, consistency_level) end end end
Version data entries
19 entries across 19 versions & 4 rubygems