abstract
class
KestrelHandler extends AnyRef
Instance Constructors
-
new
KestrelHandler(queues: QueueCollection, maxOpenReads: Int, clientDescription: () ⇒ String, sessionId: Int, serverStatus: Option[ServerStatus])
Abstract Value Members
-
abstract
def
addPendingRead(key: String, xid: Int): Option[Long]
-
abstract
def
cancelAllPendingReads(): Int
-
abstract
def
countPendingReads(key: String): Int
Concrete Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
abortAnyOpenRead(): Unit
-
final
def
asInstanceOf[T0]: T0
-
def
checkBlockReads(op: String, key: String): Unit
-
def
checkBlockWrites(op: String, key: String): Unit
-
val
clientDescription: () ⇒ String
-
def
clone(): AnyRef
-
def
currentStatus: String
-
def
delete(key: String): Unit
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
finish(): Unit
-
val
finished: AtomicBoolean
-
def
flush(key: String): Unit
-
def
flushAllQueues(): Unit
-
def
flushExpired(key: String): Int
-
final
def
getClass(): java.lang.Class[_]
-
def
getItem(key: String, timeout: Option[Time], opening: Boolean, peeking: Boolean): Future[Option[QItem]]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
val
log: Logger
-
def
markQuiescecent(): Unit
-
def
markReadOnly(): Unit
-
def
markUp(): Unit
-
val
maxOpenReads: Int
-
final
def
monitorUntil(key: String, timeLimit: Option[Time], maxItems: Int, opening: Boolean)(f: (Option[QItem], Option[Long]) ⇒ Unit): Unit
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
def
safeCheckBlockReads: Boolean
-
val
serverStatus: Option[ServerStatus]
-
val
sessionId: Int
-
def
setItem(key: String, flags: Int, expiry: Option[Time], data: Array[Byte]): Boolean
-
def
setStatus(status: String): Unit
-
def
shutdown(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
var
waitingFor: Option[Future[Option[QItem]]]
Inherited from AnyRef
Inherited from Any
Common implementations of kestrel commands that don't depend on which protocol you're using.