class
Kestrel
extends Service
Instance Constructors
-
new
Kestrel
(defaultQueueConfig: QueueConfig, builders: List[QueueBuilder], aliases: List[AliasBuilder], listenAddress: String, memcacheListenPort: Option[Int], textListenPort: Option[Int], thriftListenPort: Option[Int], queuePath: String, expirationTimerFrequency: Option[Duration], clientTimeout: Option[Duration], maxOpenTransactions: Int, connectionBacklog: Option[Int])
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
var
expirationBackgroundProcess
: Option[PeriodicBackgroundProcess]
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
var
journalSyncScheduler
: ScheduledExecutorService
-
var
memcacheService
: Option[Server]
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
-
def
quiesce
(): Unit
-
def
reload
(newDefaultQueueConfig: QueueConfig, newQueueBuilders: List[QueueBuilder], newAliasBuilders: List[AliasBuilder]): Unit
-
def
reload
(): Unit
-
def
shutdown
(): Unit
-
def
start
(): Unit
-
def
startFinagleServer
[Req, Resp]
(name: String, port: Int, finagleCodec: Codec[Req, Resp])(factory: (ClientConnection) ⇒ Service[Req, Resp]): Server
-
def
startThriftServer
(name: String, port: Int): Server
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
var
textService
: Option[Server]
-
def
thriftCodec
: ThriftServerFramedCodecFactory
-
var
thriftService
: Option[Server]
-
var
timer
: Timer
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from Service
Inherited from AnyRef
Inherited from Any