Class

com.sandinh.couchbase.transcoder

CompatStringTranscoderBase

Related Doc: package transcoder

Permalink

abstract class CompatStringTranscoderBase extends AbstractTranscoder[CompatStringDocument, String]

A abstract transcoder to decode CompatStringDocument. This class permit decoding a stored document in format of StringDocument OR JsonStringDocument.

Linear Supertypes
AbstractTranscoder[CompatStringDocument, String], Transcoder[CompatStringDocument, String], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CompatStringTranscoderBase
  2. AbstractTranscoder
  3. Transcoder
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CompatStringTranscoderBase()

    Permalink

Abstract Value Members

  1. abstract def doEncode(arg0: CompatStringDocument): Tuple2[ByteBuf, Integer]

    Permalink
    Attributes
    protected[com.couchbase.client.java.transcoder]
    Definition Classes
    AbstractTranscoder
    Annotations
    @throws( classOf[java.lang.Exception] )

Concrete 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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def decode(arg0: String, arg1: ByteBuf, arg2: Long, arg3: Int, arg4: Int, arg5: ResponseStatus): CompatStringDocument

    Permalink
    Definition Classes
    AbstractTranscoder → Transcoder
  7. def doDecode(id: String, content: ByteBuf, cas: Long, expiry: Int, flags: Int, status: ResponseStatus): CompatStringDocument

    Permalink
    Definition Classes
    CompatStringTranscoderBase → AbstractTranscoder
  8. def documentType(): Class[CompatStringDocument]

    Permalink
    Definition Classes
    CompatStringTranscoderBase → Transcoder
  9. def encode(arg0: CompatStringDocument): Tuple2[ByteBuf, Integer]

    Permalink
    Definition Classes
    AbstractTranscoder → Transcoder
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  17. def newDocument(id: String, expiry: Int, content: String, cas: Long, mutationToken: MutationToken): CompatStringDocument

    Permalink
    Definition Classes
    CompatStringTranscoderBase → AbstractTranscoder → Transcoder
  18. def newDocument(id: String, expiry: Int, content: String, cas: Long): CompatStringDocument

    Permalink
    Definition Classes
    CompatStringTranscoderBase → Transcoder
  19. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  21. def shouldAutoReleaseOnDecode(): Boolean

    Permalink
    Attributes
    protected[com.couchbase.client.java.transcoder]
    Definition Classes
    AbstractTranscoder
  22. def shouldAutoReleaseOnError(): Boolean

    Permalink
    Attributes
    protected[com.couchbase.client.java.transcoder]
    Definition Classes
    AbstractTranscoder
  23. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from AbstractTranscoder[CompatStringDocument, String]

Inherited from Transcoder[CompatStringDocument, String]

Inherited from AnyRef

Inherited from Any

Ungrouped