Package

io.buoyant

etcd

Permalink

package etcd

Visibility
  1. Public
  2. All

Type Members

  1. case class ApiError(errorCode: Int, message: String, cause: String, index: Int) extends Exception with Product with Serializable

    Permalink
  2. case class BackoffsExhausted(key: Path, throwable: Throwable) extends Exception with Product with Serializable

    Permalink
  3. class Etcd extends Closable

    Permalink

    An etcd client.

    An etcd client.

    The client service is responsible for setting the Host: header, etc...

  4. class Key extends AnyRef

    Permalink
  5. sealed trait Node extends AnyRef

    Permalink
  6. case class NodeOp(action: Action, node: Node, etcd: State, prevNode: Option[Node] = None) extends Product with Serializable

    Permalink
  7. case class UnexpectedResponse(method: Method, uri: String, params: Seq[(String, String)], status: Status, state: State) extends Exception with Product with Serializable

    Permalink
  8. case class Version(etcdserver: String, etcdcluster: String) extends Product with Serializable

    Permalink

Value Members

  1. object ApiError extends Serializable

    Permalink
  2. object Etcd

    Permalink
  3. object Key

    Permalink
  4. object Node

    Permalink
  5. object NodeOp extends Serializable

    Permalink

Ungrouped