Compressor

reactivemongo.api.Compressor$
See theCompressor companion trait
object Compressor

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

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

Graph
Supertypes
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

Graph
Supertypes
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.

Attributes

compressionLevel

Zlib compression level (from -1 - 9)

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object Zlib

Attributes

Companion:
class
Graph
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

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