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.aggregate
/
AggregateStore
Aggregate
Store
class
AggregateStore
(
aggFactory
:
AggregateFactory
,
config
:
AggregatePublishingConfig
)
Members
Constructors
Aggregate
Store
Link copied to clipboard
constructor
(
aggFactory
:
AggregateFactory
,
config
:
AggregatePublishingConfig
)
Functions
accept
For
Link copied to clipboard
fun
acceptFor
(
key
:
StoreKey
,
record
:
RecordDTO
)
get
All
Link copied to clipboard
fun
getAll
(
)
:
List
<
AggregateEntry
>
remove
Next
Complete
Link copied to clipboard
fun
removeNextComplete
(
timestampMs
:
Long
)
:
AggregateEntry
?