Package

quasar.physical.mongodb

fs

Permalink

package fs

Linear Supertypes
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. type Eff[A] = Coproduct[MonotonicSeq, [A]Coproduct[MongoDbIO, [A]Coproduct[[β$2$]Kleisli[MongoDbIO, (Option[DefaultDb], TaskRef[(Long, Map[ResultHandle, \/[List[Bson], WorkflowCursor[AsyncBatchCursor[BsonValue]]]])]), β$2$], [A]Coproduct[[A]Kleisli[MongoDbIO, (TmpPrefix, TaskRef[Long]), A], [A]Coproduct[[A]KeyValueStore[ReadHandle, AsyncBatchCursor[BsonValue], A], [A]KeyValueStore[WriteHandle, Collection, A], A], A], A], A], A]

    Permalink
  3. final case class MongoConfig(client: MongoClient, serverVersion: ServerVersion, defaultDb: slamdata.Predef.Option[DefaultDb], wfExec: WorkflowExecutor[MongoDbIO, BsonCursor]) extends Product with Serializable

    Permalink
  4. type MongoM[A] = Free[Eff, A]

    Permalink
  5. type MongoQScript[T[_[_]], A] = Coproduct[[β$5$]QScriptCore[T, β$5$], [A]Coproduct[[β$3$]EquiJoin[T, β$3$], [β$4$]Const[ShiftedRead[Path[Abs, File, Sandboxed]], β$4$], A], A]

    Permalink
  6. type MongoQScriptCP[T[_[_]]] = :\:[[β$5$]QScriptCore[T, β$5$], :/:[[β$3$]EquiJoin[T, β$3$], [β$4$]Const[ShiftedRead[Path[Abs, File, Sandboxed]], β$4$]]]

    Permalink
  7. type MongoReadHandles[A] = KeyValueStore[ReadHandle, BsonCursor, A]

    Permalink
  8. type MongoWriteHandles[A] = KeyValueStore[WriteHandle, Collection, A]

    Permalink
  9. type PhysFsEff[A] = Coproduct[Task, PhysErr, A]

    Permalink
  10. type PlanT[F[_], A] = Kleisli[[β$1$]EitherT[[β$0$]WriterT[F, Vector[PhaseResult], β$0$], FileSystemError, β$1$], Instant, A]

    Permalink
  11. final case class QueryContext(statistics: (Collection) ⇒ slamdata.Predef.Option[CollectionStatistics], indexes: (Collection) ⇒ slamdata.Predef.Option[slamdata.Predef.Set[Index]]) extends Product with Serializable

    Permalink
  12. final class QueryFileInterpreter extends AnyRef

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

    Permalink

Value Members

  1. object DefaultDb extends Serializable

    Permalink
  2. object QueryContext extends Serializable

    Permalink
  3. object bsoncursor

    Permalink
  4. def compile(cfg: MongoConfig): DefErrT[Task, (~>[MongoM, Task], Task[slamdata.Predef.Unit])]

    Permalink
  5. object fsops

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

    Permalink
  7. object managefile

    Permalink
  8. def parseConfig(uri: ConnectionUri): DefErrT[Task, MongoConfig]

    Permalink
  9. object queryfile

    Permalink
  10. object queryfileTypes

    Permalink
  11. def wfExec(client: MongoClient): DefErrT[[β$7$]Free[Task, β$7$], WorkflowExecutor[MongoDbIO, BsonCursor]]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped