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

idleTimeout

Idle timeout for transform requests

transformDelay

Delay to add to the transform

parallelism

Parallelism of the flow

throttle

Rate limit for the flow Underlying rate limit of the stream will apply as well

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[FlowConfig], GeneratedMessage, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FlowConfig
  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 FlowConfig(idleTimeout: Option[Long] = _root_.scala.None, transformDelay: Option[Long] = _root_.scala.None, parallelism: Option[Int] = _root_.scala.None, throttle: Option[Throttle] = _root_.scala.None)

    idleTimeout

    Idle timeout for transform requests

    transformDelay

    Delay to add to the transform

    parallelism

    Parallelism of the flow

    throttle

    Rate limit for the flow Underlying rate limit of the stream will apply as well

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

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped