Package | Description |
---|---|
org.apache.paimon.flink | |
org.apache.paimon.flink.sink | |
org.apache.paimon.flink.sink.cdc |
Modifier and Type | Method and Description |
---|---|
static void |
ProcessRecordAttributesUtil.processWithWrite(RecordAttributes recordAttributes,
StoreSinkWrite write) |
Modifier and Type | Class and Description |
---|---|
class |
AsyncLookupSinkWrite
StoreSinkWrite for tables with lookup changelog producer and CoreOptions.LOOKUP_WAIT set to false. |
class |
GlobalFullCompactionSinkWrite
StoreSinkWrite for execute full compaction globally. |
class |
StoreSinkWriteImpl
Default implementation of
StoreSinkWrite . |
Modifier and Type | Field and Description |
---|---|
protected StoreSinkWrite |
TableWriteOperator.write |
Modifier and Type | Field and Description |
---|---|
protected Map<Identifier,StoreSinkWrite> |
MultiTablesStoreCompactOperator.writes |
Modifier and Type | Method and Description |
---|---|
StoreSinkWrite |
TableWriteOperator.getWrite() |
StoreSinkWrite |
StoreSinkWrite.WithWriteBufferProvider.provide(FileStoreTable table,
String commitUser,
StoreSinkWriteState state,
org.apache.flink.runtime.io.disk.iomanager.IOManager ioManager,
MemoryPoolFactory memoryPoolFactory,
org.apache.flink.metrics.MetricGroup metricGroup)
TODO: The argument list has become too complicated.
|
StoreSinkWrite |
StoreSinkWrite.Provider.provide(FileStoreTable table,
String commitUser,
StoreSinkWriteState state,
org.apache.flink.runtime.io.disk.iomanager.IOManager ioManager,
MemorySegmentPool memoryPool,
org.apache.flink.metrics.MetricGroup metricGroup)
TODO: The argument list has become too complicated.
|
Modifier and Type | Method and Description |
---|---|
Map<Identifier,StoreSinkWrite> |
CdcRecordStoreMultiWriteOperator.writes() |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.