Object

quasar.fs.mount

view

Related Doc: package mount

Permalink

object view

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

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. def analyticalFileSystem[S[_]](implicit S0: :<:[ReadFile, S], S1: :<:[WriteFile, S], S2: :<:[ManageFile, S], S3: :<:[QueryFile, S], S4: :<:[MonotonicSeq, S], S5: :<:[ViewState, S], S6: :<:[Mounting, S], S7: :<:[MountingFailure, S], S8: :<:[PathMismatchFailure, S], S9: :<:[Analyze, S]): ~>[AnalyticalFileSystem, [β$20$]Free[S, β$20$]]

    Permalink
  5. def analyze[S[_]](implicit M: Ops[S], A: Ops[S]): ~>[Analyze, [β$14$]Free[S, β$14$]]

    Permalink
  6. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def fileSystem[S[_]](implicit S0: :<:[ReadFile, S], S1: :<:[WriteFile, S], S2: :<:[ManageFile, S], S3: :<:[QueryFile, S], S4: :<:[MonotonicSeq, S], S5: :<:[ViewState, S], S6: :<:[Mounting, S], S7: :<:[MountingFailure, S], S8: :<:[PathMismatchFailure, S]): ~>[FileSystem, [β$18$]Free[S, β$18$]]

    Permalink

    Translates requests which refer to any view path into operations on an underlying filesystem, where references to views have been rewritten as queries against actual files.

  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[S[_]](implicit S0: :<:[QueryFile, S], S1: :<:[Mounting, S]): ~>[QueryFile, [β$9$]Free[S, β$9$]]

    Permalink

    Intercept and resolve queries involving views, and overlay views when enumerating files and directories.

  19. def readFile[S[_]](implicit S0: :<:[ReadFile, S], S1: :<:[QueryFile, S], S2: :<:[MonotonicSeq, S], S3: :<:[ViewState, S], S4: :<:[Mounting, S]): ~>[ReadFile, [β$0$]Free[S, β$0$]]

    Permalink

    Translate reads on view paths to the equivalent queries.

  20. def resolveViewRefs[S[_]](plan: Fix[LogicalPlan])(implicit M: Ops[S]): FileSystemErrT[[β$21$]Free[S, β$21$], Fix[LogicalPlan]]

    Permalink

    Resolve view references in the given LP.

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. def writeFile[S[_]](implicit S0: :<:[WriteFile, S], S1: :<:[Mounting, S]): ~>[WriteFile, [β$8$]Free[S, β$8$]]

    Permalink

    Intercept and fail any write to a view path; all others are passed untouched.

Inherited from AnyRef

Inherited from Any

Ungrouped