Class/Object

com.github.j5ik2o.reactive.memcached

MemcachedClient

Related Docs: object MemcachedClient | package memcached

Permalink

final class MemcachedClient extends AnyRef

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

Instance Constructors

  1. new MemcachedClient()(implicit system: ActorSystem)

    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. def add[A](key: String, value: A, expireDuration: Duration = Duration.Inf, flags: Int = 0)(implicit arg0: Show[A]): ReaderTTaskMemcachedConnection[Int]

    Permalink
  5. def append[A](key: String, value: A, expireDuration: Duration = Duration.Inf, flags: Int = 0)(implicit arg0: Show[A]): ReaderTTaskMemcachedConnection[Int]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def cas[A](key: String, value: A, casUnique: Long, expireDurationDuration: Duration = Duration.Inf, flags: Int = 0)(implicit arg0: Show[A]): ReaderTTaskMemcachedConnection[Int]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def decrement(key: String, value: Long): ReaderTTaskMemcachedConnection[Option[Long]]

    Permalink
  10. def delete(key: String): ReaderTTaskMemcachedConnection[Int]

    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 finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def gat(key: String, expireDuration: Duration): ReaderTTaskMemcachedConnection[Option[ValueDesc]]

    Permalink
  15. def gats(key: String, expireDuration: Duration): ReaderTTaskMemcachedConnection[Option[ValueDesc]]

    Permalink
  16. def get(key: String): ReaderTTaskMemcachedConnection[Option[ValueDesc]]

    Permalink
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def gets(key: String): ReaderTTaskMemcachedConnection[Option[ValueDesc]]

    Permalink
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. def increment(key: String, value: Long): ReaderTTaskMemcachedConnection[Option[Long]]

    Permalink
  21. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  25. def prepend[A](key: String, value: A, expireDuration: Duration = Duration.Inf, flags: Int = 0)(implicit arg0: Show[A]): ReaderTTaskMemcachedConnection[Int]

    Permalink
  26. def replace[A](key: String, value: A, expireDuration: Duration = Duration.Inf, flags: Int = 0)(implicit arg0: Show[A]): ReaderTTaskMemcachedConnection[Int]

    Permalink
  27. def send[C <: CommandRequest](cmd: C): ReaderTTaskMemcachedConnection[send.C.Response]

    Permalink
  28. def set[A](key: String, value: A, expireDuration: Duration = Duration.Inf, flags: Int = 0)(implicit arg0: Show[A]): ReaderTTaskMemcachedConnection[Int]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  31. def touch(key: String, expireDuration: Duration): ReaderTTaskMemcachedConnection[Int]

    Permalink
  32. def version(): ReaderTTaskMemcachedConnection[String]

    Permalink
  33. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped