Compressor

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

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Noop
object Snappy
class Zlib
object Zstd

Members list

Value members

Abstract methods

def id: Byte

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

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

Attributes

def name: String

The compressor name (e.g snappy)

The compressor name (e.g snappy)

Attributes

Concrete 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
Any