Uses of Class
org.apache.flink.streaming.runtime.streamrecord.RecordAttributes
Packages that use RecordAttributes
Package
Description
-
Uses of RecordAttributes in org.apache.flink.runtime.asyncprocessing.operators
Methods in org.apache.flink.runtime.asyncprocessing.operators with parameters of type RecordAttributesModifier and TypeMethodDescriptionvoidTimestampedCollectorWithDeclaredVariable.emitRecordAttributes(RecordAttributes recordAttributes) voidAbstractAsyncStateStreamOperator.processRecordAttributes(RecordAttributes recordAttributes) voidAbstractAsyncStateStreamOperatorV2.processRecordAttributes(RecordAttributes recordAttributes, int inputId) voidAbstractAsyncStateStreamOperator.processRecordAttributes1(RecordAttributes recordAttributes) voidAbstractAsyncStateStreamOperator.processRecordAttributes2(RecordAttributes recordAttributes) -
Uses of RecordAttributes in org.apache.flink.streaming.api.operators
Fields in org.apache.flink.streaming.api.operators declared as RecordAttributesModifier and TypeFieldDescriptionprotected final RecordAttributes[]AbstractStreamOperatorV2.lastRecordAttributesprotected RecordAttributesAbstractStreamOperator.lastRecordAttributes1protected RecordAttributesAbstractStreamOperator.lastRecordAttributes2Methods in org.apache.flink.streaming.api.operators with parameters of type RecordAttributesModifier and TypeMethodDescriptionvoidCountingOutput.emitRecordAttributes(RecordAttributes recordAttributes) voidOutput.emitRecordAttributes(RecordAttributes recordAttributes) Emits aRecordAttributesfrom an operator.voidTimestampedCollector.emitRecordAttributes(RecordAttributes recordAttributes) voidAbstractStreamOperator.processRecordAttributes(RecordAttributes recordAttributes) voidAbstractStreamOperatorV2.processRecordAttributes(RecordAttributes recordAttributes, int inputId) default voidInput.processRecordAttributes(RecordAttributes recordAttributes) Processes aRecordAttributesthat arrived at this input.voidAbstractStreamOperator.processRecordAttributes1(RecordAttributes recordAttributes) default voidTwoInputStreamOperator.processRecordAttributes1(RecordAttributes recordAttributes) Processes aRecordAttributesthat arrived on the first input of this operator.voidAbstractStreamOperator.processRecordAttributes2(RecordAttributes recordAttributes) default voidTwoInputStreamOperator.processRecordAttributes2(RecordAttributes recordAttributes) Processes aRecordAttributesthat arrived on the second input of this operator. -
Uses of RecordAttributes in org.apache.flink.streaming.runtime.io
Methods in org.apache.flink.streaming.runtime.io with parameters of type RecordAttributesModifier and TypeMethodDescriptionvoidFinishedDataOutput.emitRecordAttributes(RecordAttributes recordAttributes) voidPushingAsyncDataInput.DataOutput.emitRecordAttributes(RecordAttributes recordAttributes) voidRecordWriterOutput.emitRecordAttributes(RecordAttributes recordAttributes) voidRecordAttributesCombiner.inputRecordAttributes(RecordAttributes recordAttributes, int channelIdx, PushingAsyncDataInput.DataOutput<?> output) -
Uses of RecordAttributes in org.apache.flink.streaming.runtime.streamrecord
Fields in org.apache.flink.streaming.runtime.streamrecord declared as RecordAttributesModifier and TypeFieldDescriptionstatic final RecordAttributesRecordAttributes.EMPTY_RECORD_ATTRIBUTESMethods in org.apache.flink.streaming.runtime.streamrecord that return RecordAttributesModifier and TypeMethodDescriptionfinal RecordAttributesStreamElement.asRecordAttributes()Casts this element into a 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 parameters in org.apache.flink.streaming.runtime.streamrecord with type arguments of type RecordAttributesModifierConstructorDescriptionRecordAttributesBuilder(List<RecordAttributes> lastRecordAttributesOfInputs) This constructor takes a list of the last RecordAttributes received from each of the operator's inputs. -
Uses of RecordAttributes in org.apache.flink.streaming.runtime.tasks
Methods in org.apache.flink.streaming.runtime.tasks with parameters of type RecordAttributesModifier and TypeMethodDescriptionvoidFinishedOnRestoreMainOperatorOutput.emitRecordAttributes(RecordAttributes recordAttributes) voidSourceOperatorStreamTask.AsyncDataOutputToOutput.emitRecordAttributes(RecordAttributes recordAttributes)