class serverset extends IdPrefixingNamer
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 and shard IDs are delimited by the '#' character. For example:
/$/com.twitter.serverset/sdzookeeper.local.twitter.com:2181/twitter/service/cuckoo/prod/read:http#0
is the endpoint http
of shard 0 of serverset /twitter/service/cuckoo/prod/read
on
the ensemble sdzookeeper.local.twitter.com:2181
.
- Alphabetic
- By Inheritance
- serverset
- IdPrefixingNamer
- TransformingNamer
- Namer
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new serverset()
- new serverset(zk2: Zk2Resolver)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bind(tree: NameTree[Path]): Activity[NameTree[Bound]]
Bind the given tree with this namer.
Bind the given tree with this namer. Bind recursively follows paths by looking them up in this namer. A recursion depth of up to 100 is allowed.
- Definition Classes
- Namer
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lookup(path: Path): Activity[NameTree[Name]]
Translate a Path into a NameTree.
- Definition Classes
- TransformingNamer → Namer
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def transform(bound: Bound): Bound
- Attributes
- protected
- Definition Classes
- IdPrefixingNamer → TransformingNamer
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()