Trait

io.buoyant.linkerd

RouterConfig

Related Doc: package linkerd

Permalink

trait RouterConfig extends AnyRef

Annotations
@JsonTypeInfo()
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RouterConfig
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def client: Option[ClientConfig]

    Permalink
  2. abstract def protocol: ProtocolInitializer

    Permalink
    Annotations
    @JsonIgnore()
  3. abstract def servers: Seq[ServerConfig]

    Permalink

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 _announcers: Option[Seq[AnnouncerConfig]]

    Permalink
  5. var _bindingTimeoutMs: Option[Int]

    Permalink
  6. var _experimentalEnabled: Option[Boolean]

    Permalink

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

  7. var _interpreter: Option[InterpreterConfig]

    Permalink
  8. var _label: Option[String]

    Permalink
  9. var _responseClassifier: Option[ResponseClassifierConfig]

    Permalink
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. var baseDtab: Option[Dtab]

    Permalink
  12. def baseResponseClassifier: ResponseClassifier

    Permalink
    Annotations
    @JsonIgnore()
  13. var bindingCache: Option[BindingCacheConfig]

    Permalink
  14. def bindingTimeout: Duration

    Permalink
    Annotations
    @JsonIgnore()
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def defaultInterpreter: InterpreterConfig

    Permalink
    Attributes
    protected[this]
  17. def disabled: Boolean

    Permalink

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

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

    Annotations
    @JsonIgnore()
  18. var dstPrefix: Option[String]

    Permalink
  19. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. var failFast: Option[Boolean]

    Permalink
  22. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. def interpreter: InterpreterConfig

    Permalink
    Annotations
    @JsonIgnore()
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def label: String

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

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

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

    Permalink
    Definition Classes
    AnyRef
  31. def responseClassifier: ResponseClassifier

    Permalink
    Annotations
    @JsonIgnore()
  32. def router(params: Params): Router

    Permalink
    Annotations
    @JsonIgnore()
  33. def routerParams: Params

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

    Permalink
    Definition Classes
    AnyRef
  35. var timeoutMs: Option[Int]

    Permalink
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped