Package

quasar.physical.marklogic

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. type MLReadHandles[A] = KeyValueStore[ReadHandle, ReadStream[ContentSourceIO], A]

    Permalink
  2. type MLResultHandles[A] = KeyValueStore[ResultHandle, ResultCursor, A]

    Permalink
  3. type MLWriteHandles[A] = KeyValueStore[WriteHandle, Predef.Unit, A]

    Permalink
  4. type MarkLogicFs[A] = Coproduct[Task, [A]Coproduct[SessionIO, [A]Coproduct[ContentSourceIO, [A]Coproduct[[A]Read[UUID, A], [A]Coproduct[MonotonicSeq, [A]Coproduct[[A]KeyValueStore[ReadHandle, Process[ContentSourceIO, \/[FileSystemError, Vector[Data]]], A], [A]Coproduct[[A]KeyValueStore[WriteHandle, Unit, A], [A]KeyValueStore[ResultHandle, ResultCursor, A], A], A], A], A], A], A], A]

    Permalink

Value Members

  1. val FsType: FileSystemType

    Permalink
  2. def asDir(file: AFile): ADir

    Permalink
  3. object data

    Permalink
  4. def definition[S[_]](readChunkSize: Positive)(implicit S0: :<:[Task, S], S1: :<:[PhysErr, S]): FileSystemDef[[β$0$]Free[S, β$0$]]

    Permalink

    readChunkSize

    the size of a single chunk when streaming records from MarkLogic

  5. object managefile

    Permalink
  6. object ops

    Permalink
  7. def pathUri(path: APath): Predef.String

    Permalink
  8. object queryfile

    Permalink
  9. object readfile

    Permalink
  10. implicit val resultCursorDataCursor: DataCursor[Task, ResultCursor]

    Permalink
  11. def runMarkLogicFs(connectionUri: ConnectionUri): DefErrT[Task, (~>[MarkLogicFs, Task], Task[Predef.Unit])]

    Permalink
    Annotations
    @SuppressWarnings()
  12. object writefile

    Permalink
  13. object xdmitem

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped