Package | Description |
---|---|
org.apache.flink.runtime.operators.hash | |
org.apache.flink.runtime.operators.sort |
Modifier and Type | Field and Description |
---|---|
protected ChannelWriterOutputView |
HashPartition.probeSideBuffer |
Modifier and Type | Method and Description |
---|---|
void |
InMemorySorter.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 |
NormalizedKeySorter.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 |
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 |
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 |
InMemorySorter.writeToOutput(ChannelWriterOutputView output,
LargeRecordHandler<T> largeRecordsOutput) |
void |
FixedLengthRecordSorter.writeToOutput(ChannelWriterOutputView output,
LargeRecordHandler<T> largeRecordsOutput) |
void |
NormalizedKeySorter.writeToOutput(ChannelWriterOutputView output,
LargeRecordHandler<T> largeRecordsOutput) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.