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], statusFile: String, defaultStatus: Status, statusChangeGracePeriod: Duration, zkConfig: Option[ZooKeeperConfig])

Value Members

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

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

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

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

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

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

    Definition Classes
    Any
  7. def clone(): AnyRef

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

    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. final def getClass(): java.lang.Class[_]

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

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

    Definition Classes
    Any
  15. var journalSyncScheduler: ScheduledExecutorService

  16. var memcacheService: Option[Server]

  17. final def ne(arg0: AnyRef): Boolean

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

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

    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. var serverStatus: ServerStatus

  25. def shutdown(): Unit

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

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

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

  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. var textService: Option[Server]

  31. def thriftCodec: ThriftServerFramedCodecFactory

  32. var thriftService: Option[Server]

  33. var timer: Timer

  34. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Service

Inherited from AnyRef

Inherited from Any