Object

quasar.physical.marklogic.fs

ops

Related Doc: package fs

Permalink

object ops

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ops
  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 appendToFile[F[_], FMT, A](file: AFile, contents: A)(implicit arg0: Monad[F], arg1: Xcc[F], arg2: UuidReader[F], arg3: PrologW[F], arg4: PrologL[F], arg5: SearchOptions[FMT], C: AsContent[FMT, A], SP: StructuralPlanner[F, FMT]): F[\/[ErrorMessages, slamdata.Predef.Vector[XccError]]]

    Permalink

    Appends the given contents to the file, which must already exist.

  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def deleteDir[F[_], FMT](dir: ADir)(implicit arg0: Xcc[F], arg1: Applicative[F], arg2: SearchOptions[FMT]): F[Executed]

    Permalink

    Deletes the given directory and all descendants, recursively.

  8. def deleteFile[F[_]](file: AFile)(implicit arg0: Xcc[F]): F[Executed]

    Permalink

    Deletes the given file, erroring if it doesn't exist.

  9. def descendantsHavingFormatExist[F[_], FMT](dir: ADir)(implicit arg0: Xcc[F], arg1: Functor[F], arg2: SearchOptions[FMT]): F[slamdata.Predef.Boolean]

    Permalink

    Returns whether any file descendants of the given dir have the specified format.

  10. def directoryContents[F[_], FMT](dir: ADir)(implicit arg0: Bind[F], arg1: Xcc[F], arg2: SearchOptions[FMT]): F[slamdata.Predef.Set[PathSegment]]

    Permalink

    The set of child directories and files of the given directory.

  11. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def fileExists[F[_]](file: AFile)(implicit arg0: Functor[F], arg1: Xcc[F]): F[slamdata.Predef.Boolean]

    Permalink

    Returns whether the file exists, regardless of format.

  14. def fileHavingFormatExists[F[_], FMT](file: AFile)(implicit arg0: Functor[F], arg1: Xcc[F], arg2: SearchOptions[FMT]): F[slamdata.Predef.Boolean]

    Permalink

    Returns whether the file having the given format exists.

  15. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def insertFile[F[_], FMT, A](file: AFile, contents: A)(implicit arg0: Monad[F], arg1: Xcc[F], C: AsContent[FMT, A]): F[\/[ErrorMessages, slamdata.Predef.Vector[XccError]]]

    Permalink

    Insert the given contents into the file, overwriting any existing contents and creating the file otherwise.

    Insert the given contents into the file, overwriting any existing contents and creating the file otherwise. Returns any errors encountered, either with the contents or during the process of insertion itself.

  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def moveDir[F[_], FMT](src: ADir, dst: ADir)(implicit arg0: Monad[F], arg1: Xcc[F], arg2: SearchOptions[FMT]): F[Executed]

    Permalink

    Move src to dst overwriting any existing contents.

  21. def moveFile[F[_], FMT](src: AFile, dst: AFile)(implicit arg0: Monad[F], arg1: Xcc[F], arg2: SearchOptions[FMT]): F[Executed]

    Permalink

    Move src to dst overwriting any existing contents.

  22. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  25. def pathHavingFormatExists[F[_], FMT](path: APath)(implicit arg0: Functor[F], arg1: Xcc[F], arg2: SearchOptions[FMT]): F[slamdata.Predef.Boolean]

    Permalink

    Returns whether the given path exists having the specified format.

  26. def prettyPrint[F[_]](xqy: XQuery)(implicit arg0: Monad[F], arg1: MonadFsErr[F], arg2: Xcc[F]): F[slamdata.Predef.Option[XQuery]]

    Permalink

    Attempts to pretty print the given expression.

  27. def readFile[F[_], FMT](file: AFile, offset: Natural, limit: slamdata.Predef.Option[Positive])(implicit arg0: Monad[F], arg1: Xcc[F], arg2: PrologL[F], arg3: SearchOptions[FMT], SP: StructuralPlanner[F, FMT]): Process[F, XdmItem]

    Permalink

    Stream of the left-shifted contents of the given file.

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  30. def upsertFile[F[_], FMT, A](file: AFile, contents: A)(implicit arg0: Monad[F], arg1: Xcc[F], arg2: UuidReader[F], arg3: PrologW[F], arg4: PrologL[F], arg5: SearchOptions[FMT], C: AsContent[FMT, A], SP: StructuralPlanner[F, FMT]): F[\/[ErrorMessages, slamdata.Predef.Vector[XccError]]]

    Permalink

    Appends contents to an existing file, creating it otherwise.

  31. def uriLexiconEnabled[F[_]](implicit arg0: Functor[F], arg1: Xcc[F]): F[slamdata.Predef.Boolean]

    Permalink

    Returns whether the URI lexicon is enabled.

  32. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped