Package

io.buoyant.namer

serversets

Permalink

package serversets

Visibility
  1. Public
  2. All

Type Members

  1. class ServersetNamer extends Namer

    Permalink

    The serverset namer takes Paths of the form

    The serverset namer takes Paths of the form

    hosts/path...

    and returns a dynamic represention of the resolution of the path into a tree of Names.

    The namer synthesizes nodes for each endpoint in the serverset. Endpoint names are delimited by the ':' character. For example

    /#/io.l5d.serversets/discovery/prod/foo:http

    is the endpoint http of serverset /discovery/prod/foo

    Cribbed from https://github.com/twitter/finagle/blob/develop/finagle-serversets/src/main/scala/com/twitter/serverset.scala

  2. case class ServersetsConfig(zkAddrs: Seq[HostAndPort]) extends NamerConfig with Product with Serializable

    Permalink
  3. class ServersetsInitializer extends NamerInitializer

    Permalink

Value Members

  1. object ServersetsInitializer extends ServersetsInitializer

    Permalink

Ungrouped