Class

io.buoyant.namer

NamerConfig

Related Doc: package namer

Permalink

abstract class NamerConfig extends PolymorphicConfig

Read a single namer configuration in the form:

  kind: io.l5d.izzle
  prefix: /i
  frizzle: dee
  swizzle: dah

In this example _io.l5d.izzle_ must be the _kind_ of a NamerInitializer in namers. _frizzle_ and _swizzle_ are namer-specific options. This namer refines names beginning with /#/i (after this prefix has been stripped).

Linear Supertypes
PolymorphicConfig, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NamerConfig
  2. PolymorphicConfig
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NamerConfig()

    Permalink

Abstract Value Members

  1. abstract def defaultPrefix: Path

    Permalink
    Annotations
    @JsonIgnore()
  2. abstract def newNamer(params: Params): Namer

    Permalink
    Attributes
    protected
    Annotations
    @JsonIgnore()

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. var _experimentalEnabled: Option[Boolean]

    Permalink

    This property must be set to true in order to use this namer if it is experimental

  5. var _prefix: Option[Path]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def disabled: Boolean

    Permalink

    If this namer is experimental but has not set the experimental property.

    If this namer is experimental but has not set the experimental property.

    Annotations
    @JsonIgnore()
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def experimentalRequired: Boolean

    Permalink

    Indicates whether this is an experimental namer.

    Indicates whether this is an experimental namer. Experimental namers must have the experimental property set to true to be used

    Annotations
    @JsonIgnore()
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. var kind: String

    Permalink
    Definition Classes
    PolymorphicConfig
  17. def mk(params: Params): Namer

    Permalink
    Annotations
    @JsonIgnore()
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. def prefix: Path

    Permalink
    Annotations
    @JsonIgnore()
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  24. var transformers: Option[Seq[TransformerConfig]]

    Permalink
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PolymorphicConfig

Inherited from AnyRef

Inherited from Any

Ungrouped