net.fehmicansaglam.tepkin

GridFs

Related Docs: object GridFs | package tepkin

class GridFs extends AnyRef

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

Instance Constructors

  1. new GridFs(db: MongoDatabase, prefix: String = "fs")

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. val chunkSize: Int

  6. val chunks: MongoCollection

  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def delete(id: BsonValueObjectId)(implicit ec: ExecutionContext, timeout: Timeout): Future[DeleteResult]

    Deletes the specified file from GridFS storage.

    Deletes the specified file from GridFS storage.

    id

    _id of the file

  9. def deleteOne(query: BsonDocument)(implicit ec: ExecutionContext, timeout: Timeout): Future[DeleteResult]

    Deletes at most one file from GridFS storage matching the given criteria.

  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. val files: MongoCollection

  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def findOne(query: BsonDocument)(implicit ec: ExecutionContext, timeout: Timeout): Future[Option[BsonDocument]]

  15. def get(id: BsonValueObjectId)(implicit ec: ExecutionContext, timeout: Timeout): Future[Source[Chunk, ActorRef]]

    Gets the file as a Chunk stream.

    Gets the file as a Chunk stream.

    id

    _id of the file

  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def getOne(query: BsonDocument)(implicit ec: ExecutionContext, timeout: Timeout): Future[Option[Source[Chunk, ActorRef]]]

  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. def put(name: String, input: InputStream)(implicit ec: ExecutionContext, timeout: Timeout): Future[BsonDocument]

    Puts the data from InputStream into GridFS.

    Puts the data from InputStream into GridFS.

    name

    name of the file

  24. def put(file: File)(implicit ec: ExecutionContext, timeout: Timeout): Future[BsonDocument]

    Puts the given file into GridFS.

  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def toString(): String

    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped