Packages

package gridfs

Linear Supertypes
ObservableImplicits, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. gridfs
  2. ObservableImplicits
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit class BoxedPublisher[T] extends Observable[T]
    Definition Classes
    ObservableImplicits
  2. implicit class BoxedSubscriber[T] extends Observer[T]
    Definition Classes
    ObservableImplicits
  3. implicit class BoxedSubscription extends Subscription
    Definition Classes
    ObservableImplicits
  4. implicit class ObservableFuture[T] extends AnyRef
    Definition Classes
    ObservableImplicits
  5. implicit class SingleObservableFuture[T] extends AnyRef
    Definition Classes
    ObservableImplicits
  6. implicit class ToObservableString extends Observable[String]
    Definition Classes
    ObservableImplicits
  7. implicit class ToSingleObservableGridFS extends SingleObservable[GridFSFile]
    Definition Classes
    ObservableImplicits
  8. implicit class ToSingleObservableInt extends SingleObservable[Int]
    Definition Classes
    ObservableImplicits
  9. implicit class ToSingleObservableLong extends SingleObservable[Long]
    Definition Classes
    ObservableImplicits
  10. implicit class ToSingleObservableObjectId extends SingleObservable[ObjectId]
    Definition Classes
    ObservableImplicits
  11. implicit class ToSingleObservablePublisher[T] extends SingleObservable[T]
    Definition Classes
    ObservableImplicits
  12. implicit class ToSingleObservableVoid extends SingleObservable[Void]
    Definition Classes
    ObservableImplicits
  13. case class GridFSBucket(wrapped: com.mongodb.reactivestreams.client.gridfs.GridFSBucket) extends Product with Serializable

    Represents a GridFS Bucket

    Represents a GridFS Bucket

    Since

    1.2

  14. case class GridFSDownloadObservable(wrapped: GridFSDownloadPublisher) extends Observable[ByteBuffer] with Product with Serializable

    A GridFS Observable for downloading data from GridFS

    A GridFS Observable for downloading data from GridFS

    Provides the GridFSFile for the file to being downloaded as well as a way to control the batchsize.

    Since

    2.8

  15. type GridFSDownloadOptions = com.mongodb.client.gridfs.model.GridFSDownloadOptions

    The GridFS download by name options

    The GridFS download by name options

    Controls the selection of the revision to download

  16. type GridFSFile = com.mongodb.client.gridfs.model.GridFSFile

    The GridFSFile

  17. case class GridFSFindObservable(wrapped: GridFSFindPublisher) extends Observable[GridFSFile] with Product with Serializable

    Observable representing the GridFS Files Collection.

    Observable representing the GridFS Files Collection.

    Since

    1.2

  18. case class GridFSUploadObservable[T](wrapped: GridFSUploadPublisher[T]) extends SingleObservable[T] with Product with Serializable

    A GridFS Observable for uploading data into GridFS

    A GridFS Observable for uploading data into GridFS

    Provides the id for the file to be uploaded. Cancelling the subscription to this publisher will cause any uploaded data to be cleaned up and removed.

    T

    the result type of the publisher

    Since

    2.8

  19. type GridFSUploadOptions = com.mongodb.client.gridfs.model.GridFSUploadOptions

    GridFS upload options

    GridFS upload options

    Customizable options used when uploading files into GridFS

  20. type MongoGridFSException = com.mongodb.MongoGridFSException

    An exception indicating that a failure occurred in GridFS.

Value Members

  1. object GridFSBucket extends Serializable

    A factory for GridFSBucket instances.

    A factory for GridFSBucket instances.

    Since

    1.2

Inherited from ObservableImplicits

Inherited from AnyRef

Inherited from Any

Ungrouped