Object

quasar.physical.couchbase

common

Related Doc: package couchbase

Permalink

object common

Linear Supertypes
AnyRef, Any
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 BucketCollection(bucket: slamdata.Predef.String, collection: slamdata.Predef.String) extends Product with Serializable

    Permalink
  2. final case class Context(cluster: Cluster, manager: ClusterManager) extends Product with Serializable

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

    Permalink
  4. final case class DocType(v: slamdata.Predef.String) 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. object BucketCollection extends Serializable

    Permalink
  5. val CBDataCodec: DataCodec { ... /* 7 definitions in type refinement */ }

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

    Permalink
  9. def docTypesFromPrefix(bucket: Bucket, prefix: slamdata.Predef.String): Task[\/[FileSystemError, slamdata.Predef.List[DocType]]]

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

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

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

    Permalink
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def getBucket[S[_]](name: slamdata.Predef.String)(implicit S0: :<:[Task, S], context: Ops[Context, S]): Free[S, \/[FileSystemError, Bucket]]

    Permalink
  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 pathSegmentsFromBucketCollections(bktCols: slamdata.Predef.List[BucketCollection]): slamdata.Predef.Set[PathSegment]

    Permalink
  23. def pathSegmentsFromPrefixTypes(prefix: slamdata.Predef.String, types: slamdata.Predef.List[DocType]): slamdata.Predef.Set[PathSegment]

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

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

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

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

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped