Airbyte Kotlin Bulk CDK
Toggle table of contents
0.1.92
jvm
Platform filter
jvm
Switch theme
Search in API
Airbyte Kotlin Bulk CDK
bulk-cdk-core-load
/
io.airbyte.cdk.load.dataflow.finalization
/
StreamCompletionTracker
Stream
Completion
Tracker
@
Singleton
class
StreamCompletionTracker
(
catalog
:
DestinationCatalog
)
Tracks whether we've received stream complete messages for all streams in the catalog.
Members
Constructors
Stream
Completion
Tracker
Link copied to clipboard
constructor
(
catalog
:
DestinationCatalog
)
Functions
accept
Link copied to clipboard
fun
accept
(
msg
:
DestinationRecordStreamComplete
)
all
Streams
Complete
Link copied to clipboard
fun
allStreamsComplete
(
)
:
Boolean