Object

quasar.fs

impl

Related Doc: package fs

Permalink

object impl

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

Type Members

  1. type DataStream[F[_]] = Process[F, \/[FileSystemError, slamdata.Predef.Vector[Data]]]

    Permalink
  2. final case class ReadOpts(offset: Natural, limit: slamdata.Predef.Option[Positive]) extends Product with Serializable

    Permalink

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 clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def dataStreamClose[F[_]](s: DataStream[F])(implicit arg0: Monad[F], arg1: Catchable[F]): F[slamdata.Predef.Unit]

    Permalink
  7. def dataStreamRead[F[_]](s: DataStream[F])(implicit arg0: Monad[F], arg1: Catchable[F]): F[\/[FileSystemError, (DataStream[F], slamdata.Predef.Vector[Data])]]

    Permalink
  8. def ensureMoveSemantics[F[_]](src: APath, dst: APath, fExists: (APath) ⇒ F[slamdata.Predef.Boolean], semantics: MoveSemantics)(implicit arg0: Monad[F]): OptionT[F, FileSystemError]

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

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

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

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

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. def queryFile[C, F[_]](execute: (Fix[LogicalPlan], AFile) ⇒ F[(PhaseResults, \/[FileSystemError, AFile])], evaluate: (Fix[LogicalPlan]) ⇒ F[(PhaseResults, \/[FileSystemError, C])], more: (C) ⇒ F[\/[FileSystemError, (C, slamdata.Predef.Vector[Data])]], close: (C) ⇒ F[slamdata.Predef.Unit], explain: (Fix[LogicalPlan]) ⇒ F[(PhaseResults, \/[FileSystemError, ExecutionPlan])], listContents: (ADir) ⇒ F[\/[FileSystemError, slamdata.Predef.Set[PathSegment]]], fileExists: (AFile) ⇒ F[slamdata.Predef.Boolean])(implicit arg0: Monad[F], cursors: Kvs[F, ResultHandle, C], idSeq: MonoSeq[F]): ~>[QueryFile, F]

    Permalink
  19. def queryFileFromDataCursor[C, F[_]](execute: (Fix[LogicalPlan], AFile) ⇒ F[(PhaseResults, \/[FileSystemError, AFile])], evaluate: (Fix[LogicalPlan]) ⇒ F[(PhaseResults, \/[FileSystemError, C])], explain: (Fix[LogicalPlan]) ⇒ F[(PhaseResults, \/[FileSystemError, ExecutionPlan])], listContents: (ADir) ⇒ F[\/[FileSystemError, slamdata.Predef.Set[PathSegment]]], fileExists: (AFile) ⇒ F[slamdata.Predef.Boolean])(implicit arg0: Monad[F], arg1: Kvs[F, ResultHandle, C], arg2: MonoSeq[F], C: DataCursor[F, C]): ~>[QueryFile, F]

    Permalink
  20. def queryFileFromProcess[F[_], G[_]](fToG: ~>[F, G], execute: (Fix[LogicalPlan], AFile) ⇒ G[(PhaseResults, \/[FileSystemError, AFile])], evaluate: (Fix[LogicalPlan]) ⇒ G[(PhaseResults, \/[FileSystemError, DataStream[F]])], explain: (Fix[LogicalPlan]) ⇒ G[(PhaseResults, \/[FileSystemError, ExecutionPlan])], listContents: (ADir) ⇒ G[\/[FileSystemError, slamdata.Predef.Set[PathSegment]]], fileExists: (AFile) ⇒ G[slamdata.Predef.Boolean])(implicit arg0: Monad[F], arg1: Catchable[F], arg2: Monad[G], arg3: Kvs[G, ResultHandle, Process[F, \/[FileSystemError, Vector[Data]]]], arg4: MonoSeq[G]): ~>[QueryFile, G]

    Permalink
  21. def read[C, F[_]](open: (AFile, ReadOpts) ⇒ F[\/[FileSystemError, C]], read: (C) ⇒ F[\/[FileSystemError, (C, slamdata.Predef.Vector[Data])]], close: (C) ⇒ F[slamdata.Predef.Unit])(implicit arg0: Monad[F], cursors: Kvs[F, ReadHandle, C], idSeq: MonoSeq[F]): ~>[ReadFile, F]

    Permalink
  22. def readFromDataCursor[C, F[_]](open: (AFile, ReadOpts) ⇒ F[\/[FileSystemError, C]])(implicit arg0: Monad[F], arg1: Kvs[F, ReadHandle, C], arg2: MonoSeq[F], C: DataCursor[F, C]): ~>[ReadFile, F]

    Permalink
  23. def readFromProcess[F[_], G[_]](fToG: ~>[F, G])(f: (AFile, ReadOpts) ⇒ G[\/[FileSystemError, DataStream[F]]])(implicit arg0: Monad[F], arg1: Catchable[F], arg2: Monad[G], arg3: Kvs[G, ReadHandle, Process[F, \/[FileSystemError, Vector[Data]]]], arg4: MonoSeq[G]): ~>[ReadFile, G]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped