final case class FlowConfig(idleTimeout: Option[Long] = None, transformDelay: Option[Long] = None, parallelism: Option[Int] = None, throttle: Option[Throttle] = None) extends GeneratedMessage with Message[FlowConfig] 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
Product, Equals, Updatable[FlowConfig], Message[FlowConfig], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FlowConfig
  2. Product
  3. Equals
  4. Updatable
  5. Message
  6. GeneratedMessage
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

Deprecated Value Members

  1. def getAllFields: Map[FieldDescriptor, Any]
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use toPMessage

  2. def getField(field: FieldDescriptor): Any
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use getField that accepts a ScalaPB descriptor and returns PValue

Inherited from Product

Inherited from Equals

Inherited from Updatable[FlowConfig]

Inherited from Message[FlowConfig]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped