| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.operators.hash | |
| org.apache.flink.runtime.operators.sort |
| 限定符和类型 | 字段和说明 |
|---|---|
protected ChannelWriterOutputView |
HashPartition.probeSideBuffer |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
InMemorySorter.writeToOutput(ChannelWriterOutputView output)
Writes the records in this buffer in their logical order to the given output.
|
void |
NormalizedKeySorter.writeToOutput(ChannelWriterOutputView output)
Writes the records in this buffer in their logical order to the given output.
|
void |
FixedLengthRecordSorter.writeToOutput(ChannelWriterOutputView output)
Writes the records in this buffer in their logical order to the given output.
|
void |
InMemorySorter.writeToOutput(ChannelWriterOutputView output,
int start,
int num)
Writes a subset of the records in this buffer in their logical order to the given output.
|
void |
NormalizedKeySorter.writeToOutput(ChannelWriterOutputView output,
int start,
int num)
Writes a subset of the records in this buffer in their logical order to the given output.
|
void |
FixedLengthRecordSorter.writeToOutput(ChannelWriterOutputView output,
int start,
int num)
Writes a subset of the records in this buffer in their logical order to the given output.
|
void |
InMemorySorter.writeToOutput(ChannelWriterOutputView output,
LargeRecordHandler<T> largeRecordsOutput) |
void |
NormalizedKeySorter.writeToOutput(ChannelWriterOutputView output,
LargeRecordHandler<T> largeRecordsOutput) |
void |
FixedLengthRecordSorter.writeToOutput(ChannelWriterOutputView output,
LargeRecordHandler<T> largeRecordsOutput) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.