Class: Cassandra::Compression::Compressor Abstract

Inherits:
Object
  • Object
show all
Defined in:
lib/cassandra/compression.rb

Overview

This class is abstract.

Compressors given to Cassandra.cluster as the :compressor option don't need to be subclasses of this class, but need to implement the same methods. This class exists only for documentation purposes.