Compressor

reactivemongo.api.Compressor
See theCompressor companion trait
object Compressor

Attributes

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

Members list

Type members

Classlikes

object Noop extends Compressor

The content of the message is uncompressed. This is realistically only used for testing.

The content of the message is uncompressed. This is realistically only used for testing.

Attributes

Supertypes
trait Compressor
class Object
trait Matchable
class Any
Self type
Noop.type
object Snappy extends Compressor

The content of the message is compressed using snappy.

The content of the message is compressed using snappy.

Attributes

Supertypes
trait Compressor
class Object
trait Matchable
class Any
Self type
Snappy.type
sealed class Zlib extends Compressor

The content of the message is compressed using zlib.

The content of the message is compressed using zlib.

Value parameters

compressionLevel

Zlib compression level (from -1 - 9)

Attributes

Companion
object
Supertypes
trait Compressor
class Object
trait Matchable
class Any
object Zlib

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Zlib.type
object Zstd extends Compressor

The content of the message is compressed using zstd.

The content of the message is compressed using zstd.

Attributes

Supertypes
trait Compressor
class Object
trait Matchable
class Any
Self type
Zstd.type