@Internal public class PartitioningEvent extends Object implements org.apache.flink.cdc.common.event.Event
Event, which contains the target partition number and will be used in
EventPartitioner.| Constructor and Description |
|---|
PartitioningEvent(org.apache.flink.cdc.common.event.Event payload,
int targetPartition) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
org.apache.flink.cdc.common.event.Event |
getPayload() |
int |
getTargetPartition() |
int |
hashCode() |
String |
toString() |
Copyright © 2024 The Apache Software Foundation. All rights reserved.