Package

com.twitter.util

registry

Permalink

package registry

Visibility
  1. Public
  2. All

Type Members

  1. final case class Entry(key: Seq[String], value: String) extends Product with Serializable

    Permalink

    This is an expert-level API; it is not meant for end-users.

  2. trait Registry extends Iterable[Entry]

    Permalink

    This is an expert-level API; it is not meant for end-users.

    This is an expert-level API; it is not meant for end-users.

    The registry is a hierarchical key/value store, where all keys are sequences of Strings, and values are Strings.

    Keys and values must be non-control ascii. If you pass in a key or value with an invalid character, the character will silently be removed. If this makes your key clash with another key, it will overwrite.

  3. class Roster extends AnyRef

    Permalink

    Can change the value of params that were already set in the registry, but cannot add new ones.

  4. class SimpleRegistry extends Registry

    Permalink

    This is an expert-level API; it is not meant for end-users.

Value Members

  1. object Entry extends Serializable

    Permalink

    This is an expert-level API; it is not meant for end-users.

  2. object Formatter

    Permalink
  3. object GlobalRegistry

    Permalink

    This is an expert-level API; it is not meant for end-users.

  4. object Library

    Permalink

    Utility for library owners to register information about their libraries in the registry.

Ungrouped