case class RichClientParam extends Product with Serializable
Thrift-specific parameters for configuring clients.
- Alphabetic
- By Inheritance
- RichClientParam
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
RichClientParam()
- Annotations
- @deprecated
- Deprecated
(Since version 2019-11-19) Use RichClientParam#apply instead
-
new
RichClientParam(protocolFactory: TProtocolFactory)
- Annotations
- @deprecated
- Deprecated
(Since version 2019-11-19) Use RichClientParam#apply instead
-
new
RichClientParam(protocolFactory: TProtocolFactory, responseClassifier: ResponseClassifier)
- Annotations
- @deprecated
- Deprecated
(Since version 2019-11-19) Use RichClientParam#apply instead
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val clientStats: StatsReceiver
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def copy(protocolFactory: TProtocolFactory = this.protocolFactory, serviceName: String = this.serviceName, maxThriftBufferSize: Int = this.maxThriftBufferSize, thriftReusableBufferFactory: () ⇒ TReusableBuffer = this.thriftReusableBufferFactory, responseClassifier: ResponseClassifier = this.responseClassifier, clientStats: StatsReceiver = this.clientStats, perEndpointStats: Boolean = this.perEndpointStats): RichClientParam
- def createThriftReusableBuffer(): TReusableBuffer
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val perEndpointStats: Boolean
- val protocolFactory: TProtocolFactory
- val responseClassifier: ResponseClassifier
-
val
restrictedProtocolFactory: TProtocolFactory
Apply system-wide read limit on TBinaryProtocol and TCompactProtocol if any of the following System Properties are set: org.apache.thrift.readLength (deprecated) com.twitter.finagle.thrift.stringLengthLimit com.twitter.finagle.thrift.containerLengthLimit
- val serviceName: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val thriftReusableBufferFactory: () ⇒ TReusableBuffer
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()