Zstd

reactivemongo.api.Compressor.Zstd
object Zstd extends Compressor

The content of the message is compressed using zstd.

Attributes

Graph
Supertypes
trait Compressor
class Object
trait Matchable
class Any
Self type
Zstd.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