com.sandinh.couchbase.access

StrCao2

abstract class StrCao2[T, A, B] extends StrCao[T] with WithCaoKey2[T, A, B, String, StringDocument]

Base class for Couchbase Access Object to access StringDocument that can be decode/encode to/from the T type - which is store in couchbase at key generated from the T.key(A, B) method

Linear Supertypes
WithCaoKey2[T, A, B, String, StringDocument], StrCao[T], CaoBase[T, String, StringDocument], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StrCao2
  2. WithCaoKey2
  3. StrCao
  4. CaoBase
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StrCao2()

Abstract Value Members

  1. abstract def bucket: ScalaBucket

    Attributes
    protected
    Definition Classes
    CaoBase
  2. abstract def key(a: A, b: B): String

    Map 2 param of type A, B to a CB key

    Map 2 param of type A, B to a CB key

    returns

    CB key

    Attributes
    protected
    Definition Classes
    WithCaoKey2
  3. abstract def reads(u: String): T

    Attributes
    protected
    Definition Classes
    CaoBase
  4. abstract def writes(t: T): String

    Attributes
    protected
    Definition Classes
    CaoBase

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. final def change(a: A, b: B)(f: (Option[T]) ⇒ T): Future[StringDocument]

    Definition Classes
    WithCaoKey2
  6. final def changeBulk(aa: Seq[A], b: B)(f: (Option[T]) ⇒ T): Future[Seq[StringDocument]]

    Definition Classes
    WithCaoKey2
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def createDoc(id: String, expiry: Int, content: String): StringDocument

    Attributes
    protected
    Definition Classes
    StrCaoCaoBase
  9. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  11. def expiry(): Int

    Attributes
    protected
    Definition Classes
    CaoBase
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def flatChange(a: A, b: B)(f: (Option[T]) ⇒ Future[T]): Future[StringDocument]

    Definition Classes
    WithCaoKey2
  14. final def flatChangeBulk(aa: Seq[A], b: B)(f: (Option[T]) ⇒ Future[T]): Future[Seq[StringDocument]]

    Definition Classes
    WithCaoKey2
  15. final def get(a: A, b: B): Future[T]

    Definition Classes
    WithCaoKey2
  16. final def get(id: String): Future[T]

    Definition Classes
    CaoBase
    Annotations
    @inline()
  17. final def getBulk(aa: Seq[A], b: B): Future[Seq[T]]

    Definition Classes
    WithCaoKey2
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. final def getOrElse(a: A, b: B)(default: ⇒ T): Future[T]

    Definition Classes
    WithCaoKey2
  20. def getOrElse(id: String)(default: ⇒ T): Future[T]

    Definition Classes
    CaoBase
  21. def hashCode(): Int

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

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

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. final def remove(a: A, b: B): Future[StringDocument]

    Definition Classes
    WithCaoKey2
  27. final def remove(id: String): Future[StringDocument]

    Definition Classes
    CaoBase
    Annotations
    @inline()
  28. final def set(a: A, b: B, t: T): Future[StringDocument]

    Definition Classes
    WithCaoKey2
  29. final def set(id: String, t: T): Future[StringDocument]

    Definition Classes
    CaoBase
    Annotations
    @inline()
  30. final def setBulk(aa: Seq[A], b: B, tt: Seq[T]): Future[Seq[StringDocument]]

    Definition Classes
    WithCaoKey2
  31. final def setT(a: A, b: B, t: T): Future[T]

    convenient method.

    convenient method. = set(..).map(_ => t)

    Definition Classes
    WithCaoKey2
  32. final def setT(id: String, t: T): Future[T]

    convenient method.

    convenient method. = set(..).map(_ => t)

    Definition Classes
    CaoBase
    Annotations
    @inline()
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from WithCaoKey2[T, A, B, String, StringDocument]

Inherited from StrCao[T]

Inherited from CaoBase[T, String, StringDocument]

Inherited from AnyRef

Inherited from Any

Ungrouped