Class

com.sfxcode.nosql.mongo.gridfs

Search

Related Doc: package gridfs

Permalink

abstract class Search extends Base

Linear Supertypes
Base, LazyLogging, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Search
  2. Base
  3. LazyLogging
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Search()

    Permalink

Abstract Value Members

  1. abstract def gridfsBucket: GridFSBucket

    Permalink
    Attributes
    protected
    Definition Classes
    Base

Concrete Value Members

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

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

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

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

    Permalink
    Definition Classes
    Any
  5. def bucketName: String

    Permalink
    Definition Classes
    Base
  6. def chunkSizeBytes: Int

    Permalink
    Definition Classes
    Base
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  8. def createMetadataKey(key: String): String

    Permalink
    Definition Classes
    Base
  9. def disableMD5: Boolean

    Permalink
    Definition Classes
    Base
  10. def downloadToStream(oid: ObjectId, outputPath: Path, openOptions: Seq[OpenOption] = ...): Observable[Long]

    Permalink
    Definition Classes
    Base
  11. def drop(): Observable[Completed]

    Permalink
    Definition Classes
    Base
  12. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def find(key: String, value: Any): GridFSFindObservable

    Permalink
  15. def find(filter: Bson = Document(), sort: Bson = Document(), projection: Bson = Document()): GridFSFindObservable

    Permalink
  16. def findById(oid: ObjectId): GridFSFindObservable

    Permalink
  17. def findByMetadataValue(key: String, value: Any): GridFSFindObservable

    Permalink
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  25. def readConcern: ReadConcern

    Permalink
    Definition Classes
    Base
  26. def readPreference: ReadPreference

    Permalink
    Definition Classes
    Base
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def writeConcern: WriteConcern

    Permalink
    Definition Classes
    Base

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Base

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped