com.twitter

zk

package zk

Visibility
  1. Public
  2. All

Type Members

  1. trait AsyncCallbackPromise[T] extends Promise[T]

    Mix-in to make an AsyncCallback a Promise

  2. class ChildrenCallbackPromise extends Promise[Children] with AsyncCallbackPromise[Children] with Children2Callback

  3. trait Connector extends AnyRef

  4. class DataCallbackPromise extends Promise[Data] with AsyncCallbackPromise[Data] with DataCallback

  5. class EventBroker extends Broker[WatchedEvent] with Watcher

  6. class EventPromise extends Promise[WatchedEvent] with Watcher

  7. class ExistsCallbackPromise extends Promise[Exists] with AsyncCallbackPromise[Exists] with StatCallback

  8. class LiftableFuture[T] extends AnyRef

    Allows Future[T] to be mapped to Future[Try[T]].

  9. case class NativeConnector(connectString: String, connectTimeout: Option[Duration], sessionTimeout: Duration, timer: Timer) extends Connector with Serialized with Product with Serializable

    An Asynchronous ZooKeeper Client.

  10. sealed trait NodeEvent extends AnyRef

  11. trait RetryPolicy extends AnyRef

    Pluggable retry strategy.

  12. sealed trait StateEvent extends AnyRef

  13. class StringCallbackPromise extends Promise[String] with AsyncCallbackPromise[String] with StringCallback

  14. class UnitCallbackPromise extends Promise[Unit] with AsyncCallbackPromise[Unit] with VoidCallback

  15. trait ZNode extends AnyRef

    A handle to a ZNode attached to a ZkClient

  16. trait ZOp[T <: Exists] extends AnyRef

    A ZNode-read operation.

  17. trait ZkClient extends AnyRef

    An Asynchronous ZooKeeper Client API.

Value Members

  1. object Connector

  2. object Event

  3. object KeeperConnectionException

    Matcher for connection-related KeeperExceptions.

  4. object LiftableFuture

    Attributes
    protected
  5. object NativeConnector extends Serializable

  6. object NodeEvent

  7. object RetryPolicy

  8. object StateEvent

  9. object ZNode

    ZNode utilities and return types.

  10. object ZkClient

  11. package coordination

Ungrouped