Construct a new Dtab with the given delegation entry appended.
Construct a new Dtab with the given delegation entry appended.
Construct a new Dtab with the given dtab appended.
Construct a new Dtab with the given dtab appended.
Java API for '+'
Java API for '+'
Java API for '++'
Java API for '++'
Lookup the given path with this dtab.
Lookup the given path with this dtab.
Print a pretty representation of this Dtab.
Print a pretty representation of this Dtab.
(Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.
Simplify the Dtab.
Simplify the Dtab. This returns a functionally equivalent Dtab whose destination name trees have been simplified. The returned Dtab is equivalent with respect to evaluation.
collapse entries with common prefixes
,dedup equivalent entries so that only the last entry is retained
Efficiently removes prefix prefix from dtab.
Efficiently removes prefix prefix from dtab.
(Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.
A Dtab--short for delegation table--comprises a sequence of delegation rules. Together, these describe how to bind a com.twitter.finagle.Path to a set of com.twitter.finagle.Addr. com.twitter.finagle.naming.DefaultInterpreter implements the default binding strategy.
The user guide for further details.