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