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
/
StateHistogramStore
State
Histogram
Store
@
Singleton
class
StateHistogramStore
Members
Constructors
State
Histogram
Store
Link copied to clipboard
constructor
(
)
Functions
accept
Expected
Counts
Link copied to clipboard
fun
acceptExpectedCounts
(
key
:
StateKey
,
count
:
Long
)
:
StateHistogram
accept
Flushed
Counts
Link copied to clipboard
fun
acceptFlushedCounts
(
value
:
PartitionHistogram
)
:
PartitionHistogram
is
Complete
Link copied to clipboard
fun
isComplete
(
key
:
StateKey
)
:
Boolean
remove
Link copied to clipboard
fun
remove
(
key
:
StateKey
)
:
Long
?
why
Is
State
Incomplete
Link copied to clipboard
fun
whyIsStateIncomplete
(
key
:
StateKey
)
:
String