Object/Class

com.twitter.finagle.thriftmux

MethodBuilder

Related Docs: class MethodBuilder | package thriftmux

Permalink

object MethodBuilder

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MethodBuilder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  8. def from(clientBuilder: ClientBuilder[ThriftClientRequest, Array[Byte], Yes, _, _]): MethodBuilder

    Permalink

    NOTE: Prefer using com.twitter.finagle.ThriftMux.Client.methodBuilder over using this approach to construction.

    NOTE: Prefer using com.twitter.finagle.ThriftMux.Client.methodBuilder over using this approach to construction. The functionality is available through ThriftMux.Client and MethodBuilder while addressing the various issues of ClientBuilder.

    Creates a MethodBuilder from the given ClientBuilder.

    Note that metrics will be scoped (e.g. "clnt/clientbuilders_name/method_name").

    The value for "clientbuilders_name" is taken from the ClientBuilder.name configuration, using "client" if unspecified. The value for "method_name" is set when an method-specific client is constructed, as in MethodBuilder.servicePerEndpoint.

    See also

    user guide

  9. def from(dest: Name, thriftMuxClient: ThriftMux.Client): MethodBuilder

    Permalink

    Create a MethodBuilder for a given destination.

    Create a MethodBuilder for a given destination.

    Note that metrics will be scoped (e.g. "clnt/your_client_label/method_name").

    The value for "your_client_label" is taken from the withLabel setting (from param.Label). If that is not set, dest is used. The value for "method_name" is set when an method-specific client is constructed, as in MethodBuilder.servicePerEndpoint.

    dest

    where requests are dispatched to. See the user guide for details on destination names.

    See also

    com.twitter.finagle.ThriftMux.Client.methodBuilder(Name)

  10. def from(dest: String, thriftMuxClient: ThriftMux.Client): MethodBuilder

    Permalink

    Create a MethodBuilder for a given destination.

    Create a MethodBuilder for a given destination.

    Note that metrics will be scoped (e.g. "clnt/your_client_label/method_name").

    The value for "your_client_label" is taken from the withLabel setting (from param.Label). If that is not set, dest is used. The value for "method_name" is set when an method-specific client is constructed, as in MethodBuilder.servicePerEndpoint.

    dest

    where requests are dispatched to. See the user guide for details on destination names.

    See also

    com.twitter.finagle.ThriftMux.Client.methodBuilder(String)

  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  16. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  17. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped