final case class StreamConfig(idleTimeout: Option[Long] = _root_.scala.None, transformDelay: Option[Long] = _root_.scala.None, parallelism: Option[Int] = _root_.scala.None, throttle: Option[Throttle] = _root_.scala.None, bufferSize: Option[Int] = _root_.scala.None) extends GeneratedMessage with Updatable[StreamConfig] with Product with Serializable

idleTimeout

Idle timeout for transform requests

transformDelay

Delay to add to the transform

parallelism

Parallelism of the stream

throttle

Rate limit for the stream

bufferSize

Buffer size of element queue

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[StreamConfig], GeneratedMessage, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamConfig
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Serializable
  6. Product
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StreamConfig(idleTimeout: Option[Long] = _root_.scala.None, transformDelay: Option[Long] = _root_.scala.None, parallelism: Option[Int] = _root_.scala.None, throttle: Option[Throttle] = _root_.scala.None, bufferSize: Option[Int] = _root_.scala.None)

    idleTimeout

    Idle timeout for transform requests

    transformDelay

    Delay to add to the transform

    parallelism

    Parallelism of the stream

    throttle

    Rate limit for the stream

    bufferSize

    Buffer size of element queue

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val bufferSize: Option[Int]
  6. def clearBufferSize: StreamConfig
  7. def clearIdleTimeout: StreamConfig
  8. def clearParallelism: StreamConfig
  9. def clearThrottle: StreamConfig
  10. def clearTransformDelay: StreamConfig
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  12. def companion: StreamConfig.type
    Definition Classes
    StreamConfig → GeneratedMessage
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def getBufferSize: Int
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    StreamConfig → GeneratedMessage
  17. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    StreamConfig → GeneratedMessage
  18. def getIdleTimeout: Long
  19. def getParallelism: Int
  20. def getThrottle: Throttle
  21. def getTransformDelay: Long
  22. val idleTimeout: Option[Long]
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. val parallelism: Option[Int]
  28. def serializedSize: Int
    Definition Classes
    StreamConfig → GeneratedMessage
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. val throttle: Option[Throttle]
  31. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  32. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  33. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  34. def toProtoString: String
    Definition Classes
    StreamConfig → GeneratedMessage
  35. val transformDelay: Option[Long]
  36. def update(ms: (Lens[StreamConfig, StreamConfig]) ⇒ Mutation[StreamConfig]*): StreamConfig
    Definition Classes
    Updatable
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def withBufferSize(__v: Int): StreamConfig
  41. def withIdleTimeout(__v: Long): StreamConfig
  42. def withParallelism(__v: Int): StreamConfig
  43. def withThrottle(__v: Throttle): StreamConfig
  44. def withTransformDelay(__v: Long): StreamConfig
  45. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  46. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    StreamConfig → GeneratedMessage
  47. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Updatable[StreamConfig]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped