Package

com.twitter.finagle.serverset2

addr

Permalink

package addr

Visibility
  1. Public
  2. All

Type Members

  1. case class ZkMetadata(shardId: Option[Int]) extends Product with Serializable

    Permalink

    Zookeeper per-address metadata.

    Zookeeper per-address metadata.

    Note that weight also comes from Zookeeper, but it is consumed directly by Finagle's load balancer so it is represented separately as com.twitter.finagle.addr.WeightedAddress. Weights are treated specially since their interpretation requires deep integration into the Finagle client stack.

    shardId

    The shard ID of the address.

Value Members

  1. object ZkMetadata extends Serializable

    Permalink

Ungrouped