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.state
/
StateStore
State
Store
@
Singleton
class
StateStore
(
keyClient
:
StateKeyClient
,
histogramStore
:
StateHistogramStore
,
stateStatsEnricher
:
StateStatsEnricher
)
Members
Constructors
State
Store
Link copied to clipboard
constructor
(
keyClient
:
StateKeyClient
,
histogramStore
:
StateHistogramStore
,
stateStatsEnricher
:
StateStatsEnricher
)
Functions
accept
Link copied to clipboard
fun
accept
(
msg
:
CheckpointMessage
)
get
Next
Complete
Link copied to clipboard
fun
getNextComplete
(
)
:
CheckpointMessage
?
has
States
Link copied to clipboard
fun
hasStates
(
)
:
Boolean
log
State
Info
Link copied to clipboard
fun
logStateInfo
(
)