net.lag.kestrel

Kestrel

class Kestrel extends Service

Linear Supertypes
Service, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Kestrel
  2. Service
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. 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

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  9. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. var expirationBackgroundProcess : Option[PeriodicBackgroundProcess]

  11. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  13. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  14. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  15. var journalSyncScheduler : ScheduledExecutorService

  16. var memcacheService : Option[Server]

  17. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  18. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  19. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  20. var queueCollection : QueueCollection

  21. def quiesce (): Unit

    Definition Classes
    Service
  22. def reload (newDefaultQueueConfig: QueueConfig, newQueueBuilders: List[QueueBuilder], newAliasBuilders: List[AliasBuilder]): Unit

  23. def reload (): Unit

    Definition Classes
    Kestrel → Service
  24. def shutdown (): Unit

    Definition Classes
    Kestrel → Service
  25. def start (): Unit

    Definition Classes
    Kestrel → Service
  26. def startFinagleServer [Req, Resp] (name: String, port: Int, finagleCodec: Codec[Req, Resp])(factory: (ClientConnection) ⇒ Service[Req, Resp]): Server

  27. def startThriftServer (name: String, port: Int): Server

  28. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  29. var textService : Option[Server]

  30. def thriftCodec : ThriftServerFramedCodecFactory

  31. var thriftService : Option[Server]

  32. var timer : Timer

  33. def toString (): String

    Definition Classes
    AnyRef → Any
  34. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Service

Inherited from AnyRef

Inherited from Any