Snappy

reactivemongo.api.Compressor.Snappy
object Snappy extends Compressor

The content of the message is compressed using snappy.

Attributes

Graph
Supertypes
trait Compressor
class Object
trait Matchable
class Any
Self type
Snappy.type

Members list

Value members

Inherited methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Compressor -> Any
Inherited from:
Compressor

Concrete fields

val id: Byte

The compressor ID (e.g. 1 for snappy)

The compressor ID (e.g. 1 for snappy)

Attributes

val name: String

The compressor name (e.g snappy)

The compressor name (e.g snappy)

Attributes