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.type
object Snappy.type
class Zlib
object Zstd.type

Members list

Concise view

Value members

Abstract methods

def id: Byte

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

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

Attributes

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