| Package | Description |
|---|---|
| org.apache.flink.streaming.api.operators | |
| org.apache.flink.streaming.runtime.io | |
| org.apache.flink.streaming.runtime.streamrecord | |
| org.apache.flink.streaming.runtime.tasks |
This package contains classes that realize streaming tasks.
|
| Modifier and Type | Field and Description |
|---|---|
protected RecordAttributes[] |
AbstractStreamOperatorV2.lastRecordAttributes |
protected RecordAttributes |
AbstractStreamOperator.lastRecordAttributes1 |
protected RecordAttributes |
AbstractStreamOperator.lastRecordAttributes2 |
| Modifier and Type | Method and Description |
|---|---|
void |
Output.emitRecordAttributes(RecordAttributes recordAttributes)
Emits a
RecordAttributes from an operator. |
void |
TimestampedCollector.emitRecordAttributes(RecordAttributes recordAttributes) |
void |
CountingOutput.emitRecordAttributes(RecordAttributes recordAttributes) |
void |
AbstractStreamOperator.processRecordAttributes(RecordAttributes recordAttributes) |
default void |
Input.processRecordAttributes(RecordAttributes recordAttributes)
Processes a
RecordAttributes that arrived at this input. |
void |
AbstractInput.processRecordAttributes(RecordAttributes recordAttributes) |
void |
AbstractStreamOperatorV2.processRecordAttributes(RecordAttributes recordAttributes,
int inputId) |
default void |
TwoInputStreamOperator.processRecordAttributes1(RecordAttributes recordAttributes)
Processes a
RecordAttributes that arrived on the first input of this operator. |
void |
AbstractStreamOperator.processRecordAttributes1(RecordAttributes recordAttributes) |
default void |
TwoInputStreamOperator.processRecordAttributes2(RecordAttributes recordAttributes)
Processes a
RecordAttributes that arrived on the second input of this operator. |
void |
AbstractStreamOperator.processRecordAttributes2(RecordAttributes recordAttributes) |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordWriterOutput.emitRecordAttributes(RecordAttributes recordAttributes) |
void |
FinishedDataOutput.emitRecordAttributes(RecordAttributes recordAttributes) |
void |
PushingAsyncDataInput.DataOutput.emitRecordAttributes(RecordAttributes recordAttributes) |
void |
RecordAttributesCombiner.inputRecordAttributes(RecordAttributes recordAttributes,
int channelIdx,
PushingAsyncDataInput.DataOutput<?> output) |
| Modifier and Type | Field and Description |
|---|---|
static RecordAttributes |
RecordAttributes.EMPTY_RECORD_ATTRIBUTES |
| Modifier and Type | Method and Description |
|---|---|
RecordAttributes |
StreamElement.asRecordAttributes()
Casts this element into a RecordAttributes.
|
RecordAttributes |
RecordAttributesBuilder.build()
If any operator attribute is null, we will log it at DEBUG level and determine a non-null
default value as described below.
|
| Constructor and Description |
|---|
RecordAttributesBuilder(List<RecordAttributes> lastRecordAttributesOfInputs)
This constructor takes a list of the last RecordAttributes received from each of the
operator's inputs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FinishedOnRestoreMainOperatorOutput.emitRecordAttributes(RecordAttributes recordAttributes) |
void |
SourceOperatorStreamTask.AsyncDataOutputToOutput.emitRecordAttributes(RecordAttributes recordAttributes) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.