case class PipelineProperties(bufferType: BufferType, bufferProperties: Properties, keyManager: KeyManager, streamTimeCharacteristic: TimeCharacteristic, restartStrategy: RestartStrategyConfiguration, checkpointing: Option[Long], checkpointingMode: CheckpointingMode, stateBackend: StateBackend) extends Product with Serializable
Properties of a pipeline are stored in this case class.
- bufferType
The type of org.codefeedr.buffer.Buffer (e.g. Kafka).
- bufferProperties
The properties of the Buffer.
- keyManager
The key manager which provide API call management at stage-level.
- streamTimeCharacteristic
The TimeCharacteristic of the whole pipeline. Event, Ingestion or Processing.
- restartStrategy
The RestartStrategy of the whole pipeline.
- checkpointing
Captures if checkpointing is enabled and if so, what the interval is.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PipelineProperties
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
PipelineProperties(bufferType: BufferType, bufferProperties: Properties, keyManager: KeyManager, streamTimeCharacteristic: TimeCharacteristic, restartStrategy: RestartStrategyConfiguration, checkpointing: Option[Long], checkpointingMode: CheckpointingMode, stateBackend: StateBackend)
- bufferType
The type of org.codefeedr.buffer.Buffer (e.g. Kafka).
- bufferProperties
The properties of the Buffer.
- keyManager
The key manager which provide API call management at stage-level.
- streamTimeCharacteristic
The TimeCharacteristic of the whole pipeline. Event, Ingestion or Processing.
- restartStrategy
The RestartStrategy of the whole pipeline.
- checkpointing
Captures if checkpointing is enabled and if so, what the interval is.
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 bufferProperties: Properties
- val bufferType: BufferType
- val checkpointing: Option[Long]
- val checkpointingMode: CheckpointingMode
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val keyManager: KeyManager
-
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 restartStrategy: RestartStrategyConfiguration
- val stateBackend: StateBackend
- val streamTimeCharacteristic: TimeCharacteristic
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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
- @native() @throws( ... )