Modifier and Type | Class and Description |
---|---|
class |
SnapshotHintChannelComputer
ChannelComputer for distributing CloneFileInfo records into SnapshotHintOperator
for recreate snapshot hints. |
Modifier and Type | Method and Description |
---|---|
static ChannelComputer<InternalRow> |
QueryFileMonitor.createChannelComputer() |
Modifier and Type | Class and Description |
---|---|
class |
BucketsRowChannelComputer
|
class |
MultiTableCommittableChannelComputer
|
class |
RowAssignerChannelComputer
Hash key of a
RowData . |
class |
RowDataChannelComputer
|
class |
RowWithBucketChannelComputer
Hash key of a
RowData with bucket. |
Modifier and Type | Method and Description |
---|---|
protected abstract ChannelComputer<T> |
DynamicBucketSink.assignerChannelComputer(Integer numAssigners) |
protected ChannelComputer<InternalRow> |
RowDynamicBucketSink.assignerChannelComputer(Integer numAssigners) |
protected abstract ChannelComputer<org.apache.flink.api.java.tuple.Tuple2<T,Integer>> |
DynamicBucketSink.channelComputer2() |
protected ChannelComputer<org.apache.flink.api.java.tuple.Tuple2<InternalRow,Integer>> |
RowDynamicBucketSink.channelComputer2() |
Modifier and Type | Method and Description |
---|---|
static <T> org.apache.flink.streaming.api.datastream.DataStream<T> |
FlinkStreamPartitioner.partition(org.apache.flink.streaming.api.datastream.DataStream<T> input,
ChannelComputer<T> channelComputer,
Integer parallelism) |
Constructor and Description |
---|
FlinkStreamPartitioner(ChannelComputer<T> channelComputer) |
Modifier and Type | Class and Description |
---|---|
class |
CdcFixedBucketChannelComputerBase<T>
ChannelComputer for distributing CDC records into writers for fixed-bucket mode tables. |
class |
CdcMultiplexRecordChannelComputer
|
class |
CdcRecordChannelComputer
|
Modifier and Type | Method and Description |
---|---|
protected ChannelComputer<T> |
CdcDynamicBucketSinkBase.assignerChannelComputer(Integer numAssigners) |
protected ChannelComputer<org.apache.flink.api.java.tuple.Tuple2<T,Integer>> |
CdcDynamicBucketSinkBase.channelComputer2() |
Modifier and Type | Class and Description |
---|---|
class |
KeyPartRowChannelComputer
A
ChannelComputer for KeyPartOrRow and row. |
Modifier and Type | Method and Description |
---|---|
static <T,R> ChannelComputer<R> |
ChannelComputer.transform(ChannelComputer<T> input,
SerializableFunction<R,T> converter) |
Modifier and Type | Method and Description |
---|---|
static <T,R> ChannelComputer<R> |
ChannelComputer.transform(ChannelComputer<T> input,
SerializableFunction<R,T> converter) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.