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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  14. var journalSyncScheduler : ScheduledExecutorService

  15. var memcacheService : Option[Server]

  16. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  19. var queueCollection : QueueCollection

  20. def quiesce (): Unit

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

  22. def reload (): Unit

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

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

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

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

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

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

  29. def thriftCodec : ThriftServerFramedCodecFactory

  30. var thriftService : Option[Server]

  31. var timer : Timer

  32. def toString (): String

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Service

Inherited from AnyRef

Inherited from Any