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
Ordering
- Alphabetic
- By Inheritance
Inherited
- StreamConfig
- Product
- Equals
- Updatable
- Message
- GeneratedMessage
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bufferSize: Option[Int]
- def clearBufferSize: StreamConfig
- def clearIdleTimeout: StreamConfig
- def clearParallelism: StreamConfig
- def clearThrottle: StreamConfig
- def clearTransformDelay: StreamConfig
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
companion: StreamConfig.type
- Definition Classes
- StreamConfig → GeneratedMessage
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def getBufferSize: Int
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- StreamConfig → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- StreamConfig → GeneratedMessage
- def getIdleTimeout: Long
- def getParallelism: Int
- def getThrottle: Throttle
- def getTransformDelay: Long
- val idleTimeout: Option[Long]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mergeFrom(_input__: CodedInputStream): StreamConfig
- Definition Classes
- StreamConfig → Message
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val parallelism: Option[Int]
-
final
def
serializedSize: Int
- Definition Classes
- StreamConfig → GeneratedMessage
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val throttle: Option[Throttle]
-
def
toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
-
def
toByteString: ByteString
- Definition Classes
- GeneratedMessage
-
def
toPMessage: PMessage
- Definition Classes
- GeneratedMessage
-
def
toProtoString: String
- Definition Classes
- StreamConfig → GeneratedMessage
- val transformDelay: Option[Long]
-
def
update(ms: (Lens[StreamConfig, StreamConfig]) ⇒ Mutation[StreamConfig]*): StreamConfig
- Definition Classes
- Updatable
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withBufferSize(__v: Int): StreamConfig
- def withIdleTimeout(__v: Long): StreamConfig
- def withParallelism(__v: Int): StreamConfig
- def withThrottle(__v: Throttle): StreamConfig
- def withTransformDelay(__v: Long): StreamConfig
-
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- StreamConfig → GeneratedMessage
-
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
-
def
getAllFields: Map[FieldDescriptor, Any]
- Definition Classes
- GeneratedMessage
- Annotations
- @deprecated
- Deprecated
(Since version 0.6.0) Use toPMessage
-
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