Package

org.mongodb.scala

gridfs

Permalink

package gridfs

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

Type Members

  1. trait AsyncInputStream extends AnyRef

    Permalink

    The Async Input Stream interface represents some asynchronous input stream of bytes.

    The Async Input Stream interface represents some asynchronous input stream of bytes.

    See the org.mongodb.scala.gridfs.helpers package for adapters that create an AsyncInputStream

    Since

    1.2

  2. trait AsyncOutputStream extends AnyRef

    Permalink

    The Async Output Stream interface represents some asynchronous output stream of bytes.

    The Async Output Stream interface represents some asynchronous output stream of bytes.

    See the org.mongodb.scala.gridfs.helpers package for adapters that create an AsyncOutputStream

    Since

    1.2

  3. case class GridFSBucket(wrapped: com.mongodb.async.client.gridfs.GridFSBucket) extends Product with Serializable

    Permalink

    Represents a GridFS Bucket

    Represents a GridFS Bucket

    Since

    1.2

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

  5. case class GridFSDownloadStream(wrapped: com.mongodb.async.client.gridfs.GridFSDownloadStream) extends AsyncInputStream with Product with Serializable

    Permalink

    A GridFS InputStream for downloading data from GridFS

    A GridFS InputStream for downloading data from GridFS

    Provides the GridFSFile for the file to being downloaded as well as the read methods of a AsyncInputStream

    Since

    1.2

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

    Permalink

    The GridFSFile

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

    Permalink

    Observable representing the GridFS Files Collection.

    Observable representing the GridFS Files Collection.

    Since

    1.2

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

    Permalink

    GridFS upload options

    GridFS upload options

    Customizable options used when uploading files into GridFS

  9. case class GridFSUploadStream(wrapped: com.mongodb.async.client.gridfs.GridFSUploadStream) extends AsyncOutputStream with Product with Serializable

    Permalink

    A GridFS OutputStream for uploading data into GridFS

    A GridFS OutputStream for uploading data into GridFS

    Provides the id for the file to be uploaded as well as the write methods of a AsyncOutputStream

    Since

    1.2

  10. implicit class JavaAsyncInputStreamToScala extends AsyncInputStream

    Permalink
  11. implicit class JavaAsyncOutputStreamToScala extends AsyncOutputStream

    Permalink
  12. type MongoGridFSException = com.mongodb.MongoGridFSException

    Permalink

    An exception indicating that a failure occurred in GridFS.

  13. implicit class ScalaAsyncInputStreamToJava extends com.mongodb.async.client.gridfs.AsyncInputStream

    Permalink
  14. implicit class ScalaAsyncOutputStreamToJava extends com.mongodb.async.client.gridfs.AsyncOutputStream

    Permalink

Value Members

  1. object GridFSBucket extends Serializable

    Permalink

    A factory for GridFSBucket instances.

    A factory for GridFSBucket instances.

    Since

    1.2

  2. package helpers

    Permalink

    Contains helper classes to create org.mongodb.scala.gridfs.AsyncInputStream or org.mongodb.scala.gridfs.AsyncOutputStream instances from external sources.

Inherited from AnyRef

Inherited from Any

Ungrouped