object Checkpointer
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Checkpointer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- def batchFlow(settings: CheckpointSettings): Flow[Checkpointable, Checkpointable, NotUsed]
Batches checkpointables and checkpoints them to the checkpoint store, emitting the batched checkpoint
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def flow(settings: CheckpointSettings): Flow[Checkpointable, Done, NotUsed]
Batches checkpointables and checkpoints them, emitting Done for every checkpointed batch
- def flowWithCheckpointableContext[E](settings: CheckpointSettings): FlowWithContext[E, Checkpointable, Done, Checkpointable, NotUsed]
Batches checkpointables from context and checkpoints them to the checkpoint store.
Batches checkpointables from context and checkpoints them to the checkpoint store. Emits Done for every batch and keeps the batched checkpointable as context.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- def sink(settings: CheckpointSettings): Sink[Checkpointable, Future[Done]]
Batches checkpointables and checkpoints them to the checkpoint store
- def sinkWithCheckpointableContext[E](settings: CheckpointSettings): Sink[(E, Checkpointable), Future[Done]]
Batches checkpointables from context and checkpoints them to the checkpoint store
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()