Instance Constructors
-
new
MemcacheHandler
(connection: ClientConnection, queueCollection: QueueCollection, maxOpenReads: Int)
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
andThen
[A]
(g: (Future[MemcacheResponse]) ⇒ A): (MemcacheRequest) ⇒ A
-
def
apply
(request: MemcacheRequest): Future[MemcacheResponse]
-
def
asInstanceOf
[T0]
: T0
-
def
clientDescription
: String
-
def
clone
(): AnyRef
-
def
compose
[A]
(g: (A) ⇒ MemcacheRequest): (A) ⇒ Future[MemcacheResponse]
-
def
disconnect
(): Future[MemcacheResponse]
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
-
def
hashCode
(): Int
-
def
isAvailable
: Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
val
log
: Logger
-
def
map
[Req1]
(f: (Req1) ⇒ MemcacheRequest): Service[Req1, MemcacheResponse]
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
release
(): Unit
-
val
sessionId
: Int
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from Service[MemcacheRequest, MemcacheResponse]
Inherited from (MemcacheRequest) ⇒ Future[MemcacheResponse]
Inherited from AnyRef
Inherited from Any
Memcache protocol handler for a kestrel connection.