Object

quasar.fs.mount

view

Related Doc: package mount

Permalink

object view

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

Type Members

  1. sealed abstract class ResultHandle extends AnyRef

    Permalink
  2. type State[A] = KeyValueStore[ReadHandle, ResultHandle, A]

    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. object State

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

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def backendEffect[S[_]](implicit S0: :<:[ReadFile, S], S1: :<:[WriteFile, S], S2: :<:[ManageFile, S], S3: :<:[QueryFile, S], S4: :<:[MonotonicSeq, S], S5: :<:[State, S], S6: :<:[VCacheKVS, S], S7: :<:[Mounting, S], S8: :<:[MountingFailure, S], S9: :<:[PathMismatchFailure, S], S10: :<:[Analyze, S]): ~>[BackendEffect, [β$18$]Free[S, β$18$]]

    Permalink
  8. def clone(): AnyRef

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

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

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

    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.

  12. def finalize(): Unit

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  19. def queryFile[S[_]](implicit S0: :<:[QueryFile, S], S1: :<:[VCacheKVS, S], S2: :<:[Mounting, S]): ~>[QueryFile, [β$7$]Free[S, β$7$]]

    Permalink

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

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

    Permalink

    Translate reads on view paths to the equivalent queries.

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

    Permalink

    Resolve view references in the given LP.

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

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

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

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

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

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

    Permalink

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

Inherited from AnyRef

Inherited from Any

Ungrouped