reactivemongo.api.collections

buffer

package buffer

Linear Supertypes
AnyRef, Any
Content Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. buffer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait BufferGenericHandlers extends GenericHandlers[WritableBuffer, RawBSONDocumentDeserializer, RawBSONDocumentSerializer]

  2. case class ChannelCollection(db: DB, name: String, failoverStrategy: FailoverStrategy) extends GenericCollection[WritableBuffer, RawBSONDocumentDeserializer, RawBSONDocumentSerializer] with BufferGenericHandlers with Product with Serializable

  3. case class ChannelQueryBuilder(collection: Collection, failover: FailoverStrategy, queryOption: Option[WritableBuffer] = scala.None, sortOption: Option[WritableBuffer] = scala.None, projectionOption: Option[WritableBuffer] = scala.None, hintOption: Option[WritableBuffer] = scala.None, explainFlag: Boolean = false, snapshotFlag: Boolean = false, commentString: Option[String] = scala.None, options: QueryOpts = ...) extends GenericQueryBuilder[WritableBuffer, RawBSONDocumentDeserializer, RawBSONDocumentSerializer] with BufferGenericHandlers with Product with Serializable

  4. trait RawBSONDocumentDeserializer[+DocumentType] extends AnyRef

    A typeclass that creates a DocumentType instance from a raw BSON document contained in a ChannelBuffer.

  5. trait RawBSONDocumentSerializer[-DocumentType] extends AnyRef

    A typeclass that creates a raw BSON document contained in a ChannelBuffer from a DocumentType instance.

Inherited from AnyRef

Inherited from Any

Ungrouped