Class

org.aerospiker.codec

Client

Related Doc: package codec

Permalink

abstract class Client extends AerospikeType with LazyLogging

Linear Supertypes
LazyLogging, AerospikeType, Database, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Client
  2. LazyLogging
  3. AerospikeType
  4. Database
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Client(client: aerospiker.Client)(implicit dp: ClientPolicy)

    Permalink

Type Members

  1. type D[A] = BinsDecoder[A]

    Permalink
    Definition Classes
    AerospikeTypeDatabase
  2. type E[A] = BinsEncoder[A]

    Permalink
    Definition Classes
    AerospikeTypeDatabase

Abstract Value Members

  1. abstract def namespace: String

    Permalink
    Attributes
    protected
  2. abstract def setName: String

    Permalink
    Attributes
    protected

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. def all[M](target: String, binNames: Seq[String])(implicit decode: D[M]): Xor[Throwable, Seq[(Key, Option[M])]]

    Permalink
    Definition Classes
    ClientDatabase
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val client: aerospiker.Client

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def delete[T](keyName: String): Xor[Throwable, Unit]

    Permalink
    Definition Classes
    ClientDatabase
  9. def deletes[T](keys: Seq[String]): Task[Seq[Xor[Throwable, Boolean]]]

    Permalink
    Definition Classes
    ClientDatabase
  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. def get[M](key: String)(implicit decoder: D[M]): Xor[Throwable, Option[M]]

    Permalink
    Definition Classes
    ClientDatabase
  14. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  17. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. implicit val nelSemigroup: Semigroup[NonEmptyList[Throwable]]

    Permalink
  20. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  22. def put[M](key: String, m: M)(implicit encoder: E[M]): Xor[Throwable, Unit]

    Permalink
    Definition Classes
    ClientDatabase
  23. def puts[M](kvs: Map[String, M])(implicit encoder: E[M]): Task[Seq[Xor[Throwable, String]]]

    Permalink
    Definition Classes
    ClientDatabase
  24. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. def toXor[A, B](x: \/[A, B]): Xor[A, B]

    Permalink
  27. final def wait(): Unit

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

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

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

Inherited from LazyLogging

Inherited from AerospikeType

Inherited from Database

Inherited from AnyRef

Inherited from Any

Ungrouped