public class CdcPostponeBucketChannelComputer extends Object implements ChannelComputer<CdcRecord>
ChannelComputer
for writing CdcRecord
s into postpone bucket tables. Records with
same primary keys are distributed to the same subtask.Constructor and Description |
---|
CdcPostponeBucketChannelComputer(TableSchema schema) |
Modifier and Type | Method and Description |
---|---|
int |
channel(CdcRecord record) |
void |
setup(int numChannels) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
select, select, startChannel, transform
public CdcPostponeBucketChannelComputer(TableSchema schema)
public void setup(int numChannels)
setup
in interface ChannelComputer<CdcRecord>
public int channel(CdcRecord record)
channel
in interface ChannelComputer<CdcRecord>
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.