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

Inherited from Message[StreamConfig]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped