Object

quasar.physical.couchbase

common

Related Doc: package couchbase

Permalink

object common

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

Type Members

  1. final case class BucketName(v: slamdata.Predef.String) extends Product with Serializable

    Permalink
  2. final case class ClientContext(bucket: Bucket, docTypeKey: DocTypeKey, lcView: ListContentsView) extends Product with Serializable

    Permalink
  3. final case class Collection(bucket: Bucket, docTypeValue: DocTypeValue) extends Product with Serializable

    Permalink
  4. final case class Config(ctx: ClientContext, cluster: Cluster) extends Product with Serializable

    Permalink
  5. final case class Context(bucket: BucketName, docTypeKey: DocTypeKey) extends Product with Serializable

    Permalink
  6. type ContextReader[F[_]] = MonadReader_[F, Context]

    Permalink
  7. final case class Cursor(result: slamdata.Predef.Vector[Data]) extends Product with Serializable

    Permalink
  8. final case class DocTypeKey(v: slamdata.Predef.String) extends Product with Serializable

    Permalink
  9. final case class DocTypeValue(v: slamdata.Predef.String) extends Product with Serializable

    Permalink
  10. final case class ListContentsView(docTypeKey: DocTypeKey) 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. val CBDataCodec: DataCodec { ... /* 7 definitions in type refinement */ }

    Permalink
  5. object ContextReader

    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. def deleteHavingPrefix(ctx: ClientContext, prefix: slamdata.Predef.String): Task[\/[FileSystemError, slamdata.Predef.Unit]]

    Permalink
  9. def docTypeValueFromPath(p: APath): DocTypeValue

    Permalink
  10. def docTypeValuesFromPrefix(ctx: ClientContext, prefix: slamdata.Predef.String): Task[\/[FileSystemError, slamdata.Predef.List[DocTypeValue]]]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def existsWithPrefix(ctx: ClientContext, prefix: slamdata.Predef.String): Task[\/[FileSystemError, slamdata.Predef.Boolean]]

    Permalink
  14. def finalize(): Unit

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  21. def pathSegments(paths: slamdata.Predef.List[slamdata.Predef.List[slamdata.Predef.String]]): slamdata.Predef.Set[PathSegment]

    Permalink
  22. def pathSegmentsFromPrefixDocTypeValues(prefix: slamdata.Predef.String, types: slamdata.Predef.List[DocTypeValue]): slamdata.Predef.Set[PathSegment]

    Permalink
  23. def query(bucket: Bucket, query: slamdata.Predef.String): Task[\/[FileSystemError, slamdata.Predef.Vector[N1qlQueryRow]]]

    Permalink
  24. def queryData(bucket: Bucket, query: slamdata.Predef.String): Task[\/[FileSystemError, slamdata.Predef.Vector[Data]]]

    Permalink
  25. def resultsFromCursor(cursor: Cursor): (Cursor, slamdata.Predef.Vector[Data])

    Permalink
  26. def rowToData(row: N1qlQueryRow): \/[FileSystemError, Data]

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped