Uses of Class
org.apache.flink.streaming.runtime.streamrecord.RecordAttributes
-
-
Uses of RecordAttributes in org.apache.flink.runtime.asyncprocessing.operators
Methods in org.apache.flink.runtime.asyncprocessing.operators with parameters of type RecordAttributes Modifier and Type Method Description voidTimestampedCollectorWithDeclaredVariable. emitRecordAttributes(RecordAttributes recordAttributes)voidAbstractAsyncKeyOrderedStreamOperator. processRecordAttributes(RecordAttributes recordAttributes)voidAbstractAsyncStateStreamOperatorV2. processRecordAttributes(RecordAttributes recordAttributes, int inputId)voidAbstractAsyncKeyOrderedStreamOperator. processRecordAttributes1(RecordAttributes recordAttributes)voidAbstractAsyncKeyOrderedStreamOperator. processRecordAttributes2(RecordAttributes recordAttributes) -
Uses of RecordAttributes in org.apache.flink.streaming.api.operators
Fields in org.apache.flink.streaming.api.operators declared as RecordAttributes Modifier and Type Field Description protected RecordAttributes[]AbstractStreamOperatorV2. lastRecordAttributesprotected RecordAttributesAbstractStreamOperator. lastRecordAttributes1protected RecordAttributesAbstractStreamOperator. lastRecordAttributes2Methods in org.apache.flink.streaming.api.operators with parameters of type RecordAttributes Modifier and Type Method Description voidCountingOutput. 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 RecordAttributes Modifier and Type Method Description voidFinishedDataOutput. 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 RecordAttributes Modifier and Type Field Description static RecordAttributesRecordAttributes. EMPTY_RECORD_ATTRIBUTESMethods in org.apache.flink.streaming.runtime.streamrecord that return RecordAttributes Modifier and Type Method Description RecordAttributesStreamElement. asRecordAttributes()Casts this element into a RecordAttributes.RecordAttributesRecordAttributesBuilder. 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 RecordAttributes Constructor Description RecordAttributesBuilder(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 RecordAttributes Modifier and Type Method Description voidFinishedOnRestoreMainOperatorOutput. emitRecordAttributes(RecordAttributes recordAttributes)voidSourceOperatorStreamTask.AsyncDataOutputToOutput. emitRecordAttributes(RecordAttributes recordAttributes)
-