Class/Object

ml.combust.mleap.pb

FlowConfig

Related Docs: object FlowConfig | package pb

Permalink

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)

    Permalink

    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

    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 clearIdleTimeout: FlowConfig

    Permalink
  6. def clearParallelism: FlowConfig

    Permalink
  7. def clearThrottle: FlowConfig

    Permalink
  8. def clearTransformDelay: FlowConfig

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def companion: FlowConfig.type

    Permalink
    Definition Classes
    FlowConfig → GeneratedMessage
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getField(__field: FieldDescriptor): PValue

    Permalink
    Definition Classes
    FlowConfig → GeneratedMessage
  15. def getFieldByNumber(__fieldNumber: Int): Any

    Permalink
    Definition Classes
    FlowConfig → GeneratedMessage
  16. def getIdleTimeout: Long

    Permalink
  17. def getParallelism: Int

    Permalink
  18. def getThrottle: Throttle

    Permalink
  19. def getTransformDelay: Long

    Permalink
  20. val idleTimeout: Option[Long]

    Permalink

    Idle timeout for transform requests

  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def mergeFrom(_input__: CodedInputStream): FlowConfig

    Permalink
    Definition Classes
    FlowConfig → Message
  23. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. val parallelism: Option[Int]

    Permalink

    Parallelism of the flow

  27. final def serializedSize: Int

    Permalink
    Definition Classes
    FlowConfig → GeneratedMessage
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. val throttle: Option[Throttle]

    Permalink

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

  30. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  31. def toByteString: ByteString

    Permalink
    Definition Classes
    GeneratedMessage
  32. def toPMessage: PMessage

    Permalink
    Definition Classes
    GeneratedMessage
  33. def toProtoString: String

    Permalink
    Definition Classes
    FlowConfig → GeneratedMessage
  34. val transformDelay: Option[Long]

    Permalink

    Delay to add to the transform

  35. def update(ms: (Lens[FlowConfig, FlowConfig]) ⇒ Mutation[FlowConfig]*): FlowConfig

    Permalink
    Definition Classes
    Updatable
  36. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def withIdleTimeout(__v: Long): FlowConfig

    Permalink
  40. def withParallelism(__v: Int): FlowConfig

    Permalink
  41. def withThrottle(__v: Throttle): FlowConfig

    Permalink
  42. def withTransformDelay(__v: Long): FlowConfig

    Permalink
  43. def writeDelimitedTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage
  44. def writeTo(_output__: CodedOutputStream): Unit

    Permalink
    Definition Classes
    FlowConfig → GeneratedMessage
  45. def writeTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def getAllFields: Map[FieldDescriptor, Any]

    Permalink
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use toPMessage

  2. def getField(field: FieldDescriptor): Any

    Permalink
    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