Package

org.mongodb.scala

gridfs

Permalink

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. All

Type Members

  1. implicit class BoxedPublisher[T] extends Observable[T]

    Permalink
    Definition Classes
    ObservableImplicits
  2. implicit class BoxedSubscriber[T] extends Observer[T]

    Permalink
    Definition Classes
    ObservableImplicits
  3. implicit class BoxedSubscription extends Subscription

    Permalink
    Definition Classes
    ObservableImplicits
  4. case class GridFSBucket(wrapped: com.mongodb.reactivestreams.client.gridfs.GridFSBucket) extends Product with Serializable

    Permalink

    Represents a GridFS Bucket

    Represents a GridFS Bucket

    Since

    1.2

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

    Permalink

    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

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

    Permalink

    The GridFS download by name options

    The GridFS download by name options

    Controls the selection of the revision to download

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

    Permalink

    The GridFSFile

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

    Permalink

    Observable representing the GridFS Files Collection.

    Observable representing the GridFS Files Collection.

    Since

    1.2

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

    Permalink

    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

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

    Permalink

    GridFS upload options

    GridFS upload options

    Customizable options used when uploading files into GridFS

  11. type MongoGridFSException = com.mongodb.MongoGridFSException

    Permalink

    An exception indicating that a failure occurred in GridFS.

  12. implicit class ObservableFuture[T] extends AnyRef

    Permalink
    Definition Classes
    ObservableImplicits
  13. implicit class SingleObservableFuture[T] extends AnyRef

    Permalink
    Definition Classes
    ObservableImplicits
  14. implicit class ToObservableString extends Observable[String]

    Permalink
    Definition Classes
    ObservableImplicits
  15. implicit class ToSingleObservableGridFS extends SingleObservable[GridFSFile]

    Permalink
    Definition Classes
    ObservableImplicits
  16. implicit class ToSingleObservableInt extends SingleObservable[Int]

    Permalink
    Definition Classes
    ObservableImplicits
  17. implicit class ToSingleObservableLong extends SingleObservable[Long]

    Permalink
    Definition Classes
    ObservableImplicits
  18. implicit class ToSingleObservableObjectId extends SingleObservable[ObjectId]

    Permalink
    Definition Classes
    ObservableImplicits
  19. implicit class ToSingleObservablePublisher[T] extends SingleObservable[T]

    Permalink
    Definition Classes
    ObservableImplicits
  20. implicit class ToSingleObservableVoid extends SingleObservable[Void]

    Permalink
    Definition Classes
    ObservableImplicits

Value Members

  1. object GridFSBucket extends Serializable

    Permalink

    A factory for GridFSBucket instances.

    A factory for GridFSBucket instances.

    Since

    1.2

Inherited from ObservableImplicits

Inherited from AnyRef

Inherited from Any

Ungrouped