abstract class GenericGridFS extends Logging
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- GenericGridFS
- Logging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
GenericGridFS()
- Attributes
- protected[com.mongodb.casbah.gridfs]
Abstract Value Members
- abstract val underlying: gridfs.GridFS
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bucketName: String
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- implicit val db: Imports.MongoDB
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def files[A](query: A)(implicit arg0: (A) ⇒ Imports.DBObject): Imports.MongoCursor
-
def
files: Imports.MongoCursor
Returns a cursor for this filestore of all of the files...
- implicit val filesCollection: MongoGenericTypedCollection[GridFSDBFileSafeJoda]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
find(filename: String): Buffer[gridfs.GridFSDBFile]
Find by query
-
def
find(id: Imports.ObjectId): gridfs.GridFSDBFile
Find by query - returns a single item
-
def
find[A](query: A)(implicit arg0: (A) ⇒ Imports.DBObject): Buffer[gridfs.GridFSDBFile]
Find by query
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
loan[T <: GenericGridFSFile](file: T)(op: (T) ⇒ Option[AnyRef]): Option[AnyRef]
loan
loan
Basic implementation of the Loan pattern - the idea is to pass a Unit returning function and a Mongo file handle, and work on it within a code block.
- Attributes
- protected[com.mongodb.casbah.gridfs]
-
val
log: Logger
- Attributes
- protected[com.mongodb.casbah]
- Definition Classes
- Logging
- Annotations
- @transient() @volatile()
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def remove(filename: String): Unit
- def remove(id: Imports.ObjectId): Unit
- def remove[A](query: A)(implicit arg0: (A) ⇒ Imports.DBObject): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )