Package

quasar.physical.mongodb

fs

Permalink

package fs

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

Type Members

  1. final case class DefaultDb(run: DatabaseName) extends Product with Serializable

    Permalink
  2. final case class QueryContext[M[_]](model: MongoQueryModel, statistics: (Collection) ⇒ slamdata.Predef.Option[CollectionStatistics], indexes: (Collection) ⇒ slamdata.Predef.Option[slamdata.Predef.Set[Index]], listContents: ListContents[M]) extends Product with Serializable

    Permalink
  3. final case class TmpPrefix(run: slamdata.Predef.String) extends AnyVal with Product with Serializable

    Permalink

Value Members

  1. object DefaultDb extends Serializable

    Permalink
  2. val FsType: FileSystemType

    Permalink
  3. val QScriptFsType: FileSystemType

    Permalink
  4. object bsoncursor

    Permalink
  5. def definition[S[_]](implicit S0: :<:[Task, S], S1: :<:[PhysErr, S]): FileSystemDef[[β$2$]Free[S, β$2$]]

    Permalink
  6. def fileSystem[S[_]](client: MongoClient, defDb: slamdata.Predef.Option[DefaultDb])(implicit S0: :<:[Task, S], S1: :<:[PhysErr, S]): EnvErrT[Task, ~>[FileSystem, [β$0$]Free[S, β$0$]]]

    Permalink
  7. object fsops

    Permalink
  8. val listContents: (ADir) ⇒ EitherT[MongoDbIO, FileSystemError, slamdata.Predef.Set[PathSegment]]

    Permalink
  9. object managefile

    Permalink
  10. def qscriptDefinition[S[_]](implicit S0: :<:[Task, S], S1: :<:[PhysErr, S]): FileSystemDef[[β$6$]Free[S, β$6$]]

    Permalink
  11. def qscriptFileSystem[S[_]](client: MongoClient, defDb: slamdata.Predef.Option[DefaultDb])(implicit S0: :<:[Task, S], S1: :<:[PhysErr, S]): EnvErrT[Task, ~>[FileSystem, [β$4$]Free[S, β$4$]]]

    Permalink
  12. object queryfile

    Permalink
  13. object queryfileTypes

    Permalink
  14. object readfile

    Permalink
  15. object writefile

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped