Package

com.twitter

zk

Permalink

package zk

Visibility
  1. Public
  2. All

Type Members

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

    Permalink

    Mix-in to make an AsyncCallback a Promise

  2. case class AuthInfo(mode: String, data: Array[Byte]) extends Product with Serializable

    Permalink
  3. class ChildrenCallbackPromise extends Promise[Children] with AsyncCallbackPromise[Children] with Children2Callback

    Permalink
  4. trait Connector extends AnyRef

    Permalink
  5. class DataCallbackPromise extends Promise[Data] with AsyncCallbackPromise[Data] with DataCallback

    Permalink
  6. class EventBroker extends Broker[WatchedEvent] with Watcher

    Permalink
  7. class EventPromise extends Promise[WatchedEvent] with Watcher

    Permalink
  8. class ExistsCallbackPromise extends Promise[Exists] with AsyncCallbackPromise[Exists] with StatCallback

    Permalink
  9. class LiftableFuture[T] extends AnyRef

    Permalink

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

    Allows Future[T] to be mapped to Future[Try[T]]. This is particularly useful in lifting KeepereException.NoNodeExceptions for ZOp.watch().

    Attributes
    protected
  10. case class NativeConnector(connectString: String, connectTimeout: Option[Duration], sessionTimeout: Duration, timer: Timer, authenticate: Option[AuthInfo] = None) extends Connector with Serialized with Product with Serializable

    Permalink

    An Asynchronous ZooKeeper Client.

  11. sealed trait NodeEvent extends AnyRef

    Permalink
  12. trait RetryPolicy extends AnyRef

    Permalink

    Pluggable retry strategy.

  13. sealed trait StateEvent extends AnyRef

    Permalink
  14. class StringCallbackPromise extends Promise[String] with AsyncCallbackPromise[String] with StringCallback

    Permalink
  15. class UnitCallbackPromise extends Promise[Unit] with AsyncCallbackPromise[Unit] with VoidCallback

    Permalink
  16. trait ZNode extends AnyRef

    Permalink

    A handle to a ZNode attached to a ZkClient

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

    Permalink

    A ZNode-read operation.

  18. trait ZkClient extends AnyRef

    Permalink

    An Asynchronous ZooKeeper Client API.

    An Asynchronous ZooKeeper Client API.

    A ZkClient instance is configured with settings and defaults (like a retry policy) and is attached to underlying Connector. This allows new, immutable ZkClient instances to be created with alternative settings on the same underlying Connector.

Value Members

  1. object AuthInfo extends Serializable

    Permalink
  2. object Connector

    Permalink
  3. object Event

    Permalink
  4. object KeeperConnectionException

    Permalink

    Matcher for connection-related KeeperExceptions.

  5. object LiftableFuture

    Permalink
    Attributes
    protected
  6. object NativeConnector extends Serializable

    Permalink
  7. object NodeEvent

    Permalink
  8. object RetryPolicy

    Permalink
  9. object StateEvent

    Permalink
  10. object ZNode

    Permalink

    ZNode utilities and return types.

  11. object ZkClient

    Permalink
  12. package coordination

    Permalink

Ungrouped