Interface Input
- All Superinterfaces:
Lifecycle
- All Known Implementing Classes:
InputImpl,StreamingInputImpl
-
Method Summary
Modifier and TypeMethodDescriptiondefault CheckpointStateRetrieve the current checkpoint.default booleanIs a new checkpoint available.next()default voidstart(Consumer<CheckpointState> checkpointCallback) Start the input with a checkpoint callback feature and resuming state.
-
Method Details
-
next
-
start
Start the input with a checkpoint callback feature and resuming state. -
getCheckpoint
Retrieve the current checkpoint. -
isCheckpointReady
Is a new checkpoint available.
-