The name of the StackRegistry, to be used for identification in the registry.
Registers an addr and stk.
Returns any registered Entries that had the same Label.
Returns a list of all entries.
Returns the number of entries
Unregisters an addr and stk.
A registry that allows the registration of a string identifier with a a com.twitter.finagle.Stack and its params. This is especially useful in keeping a process global registry of Finagle clients and servers for dynamic introspection.