Uses of Class
org.apache.flink.streaming.runtime.streamrecord.StreamRecord
-
-
Uses of StreamRecord in org.apache.flink.runtime.asyncprocessing.operators
Methods in org.apache.flink.runtime.asyncprocessing.operators that return types with arguments of type StreamRecord Modifier and Type Method Description <T> org.apache.flink.util.function.ThrowingConsumer<StreamRecord<T>,Exception>AbstractAsyncKeyOrderedStreamOperator. getRecordProcessor(int inputId)<T> org.apache.flink.util.function.ThrowingConsumer<StreamRecord<T>,Exception>AbstractAsyncStateStreamOperatorV2. getRecordProcessor(int inputId)Methods in org.apache.flink.runtime.asyncprocessing.operators with parameters of type StreamRecord Modifier and Type Method Description <X> voidTimestampedCollectorWithDeclaredVariable. collect(org.apache.flink.util.OutputTag<X> outputTag, StreamRecord<X> record)protected <T> voidAbstractAsyncStateStreamOperatorV2. internalSetKeyContextElement(StreamRecord<T> record, org.apache.flink.api.java.functions.KeySelector<T,?> selector)voidAsyncKeyedProcessOperator. processElement(StreamRecord<IN> element)voidAsyncStreamFlatMap. processElement(StreamRecord<IN> element)<T> voidAbstractAsyncKeyOrderedStreamOperator. setAsyncKeyedContextElement(StreamRecord<T> record, org.apache.flink.api.java.functions.KeySelector<T,?> keySelector)<T> voidAbstractAsyncStateStreamOperatorV2. setAsyncKeyedContextElement(StreamRecord<T> record, org.apache.flink.api.java.functions.KeySelector<T,?> keySelector)voidAbstractAsyncKeyOrderedStreamOperator. setKeyContextElement1(StreamRecord record)voidAbstractAsyncKeyOrderedStreamOperator. setKeyContextElement2(StreamRecord record)voidTimestampedCollectorWithDeclaredVariable. setTimestamp(StreamRecord<?> timestampBase)Method parameters in org.apache.flink.runtime.asyncprocessing.operators with type arguments of type StreamRecord Modifier and Type Method Description protected voidAbstractAsyncStateUdfStreamOperator. setup(StreamTask<?,?> containingTask, StreamConfig config, Output<StreamRecord<OUT>> output)Constructor parameters in org.apache.flink.runtime.asyncprocessing.operators with type arguments of type StreamRecord Constructor Description TimestampedCollectorWithDeclaredVariable(Output<StreamRecord<T>> output, DeclarationContext declarationContext)Creates a newTimestampedCollectorWithDeclaredVariablethat wraps the givenOutput.TimestampedCollectorWithDeclaredVariable(Output<StreamRecord<T>> output, DeclaredVariable<Long> timestamp)Creates a newTimestampedCollectorWithDeclaredVariablethat wraps the givenOutputand givenDeclaredVariablethat holds the timestamp. -
Uses of StreamRecord in org.apache.flink.runtime.asyncprocessing.operators.co
Methods in org.apache.flink.runtime.asyncprocessing.operators.co with parameters of type StreamRecord Modifier and Type Method Description voidAsyncIntervalJoinOperator. processElement1(StreamRecord<T1> record)Process aStreamRecordfrom the left stream.voidAsyncKeyedCoProcessOperator. processElement1(StreamRecord<IN1> element)voidAsyncIntervalJoinOperator. processElement2(StreamRecord<T2> record)Process aStreamRecordfrom the right stream.voidAsyncKeyedCoProcessOperator. processElement2(StreamRecord<IN2> element) -
Uses of StreamRecord in org.apache.flink.runtime.asyncprocessing.operators.windowing
Methods in org.apache.flink.runtime.asyncprocessing.operators.windowing with parameters of type StreamRecord Modifier and Type Method Description protected booleanAsyncWindowOperator. isElementLate(StreamRecord<IN> element)Decide if a record is currently late, based on current watermark and allowed lateness.org.apache.flink.api.common.state.v2.StateFuture<TriggerResult>AsyncWindowOperator.Context. onElement(StreamRecord<IN> element)voidAsyncEvictingWindowOperator. processElement(StreamRecord<IN> element)voidAsyncWindowOperator. processElement(StreamRecord<IN> element)protected voidAsyncWindowOperator. sideOutput(StreamRecord<IN> element)Write skipped late arriving element to SideOutput.Method parameters in org.apache.flink.runtime.asyncprocessing.operators.windowing with type arguments of type StreamRecord Modifier and Type Method Description voidAsyncWindowOperator. setup(StreamTask<?,?> containingTask, StreamConfig config, Output<StreamRecord<OUT>> output)Constructor parameters in org.apache.flink.runtime.asyncprocessing.operators.windowing with type arguments of type StreamRecord Constructor Description AsyncEvictingWindowOperator(WindowAssigner<? super IN,W> windowAssigner, org.apache.flink.api.common.typeutils.TypeSerializer<W> windowSerializer, org.apache.flink.api.java.functions.KeySelector<IN,K> keySelector, org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer, org.apache.flink.api.common.state.v2.StateDescriptor<StreamRecord<IN>> windowStateDescriptor, InternalAsyncWindowFunction<org.apache.flink.api.common.state.v2.StateIterator<IN>,OUT,K,W> windowFunction, AsyncTrigger<? super IN,? super W> trigger, Evictor<? super IN,? super W> evictor, long allowedLateness, org.apache.flink.util.OutputTag<IN> lateDataOutputTag) -
Uses of StreamRecord in org.apache.flink.streaming.api.functions.query
Methods in org.apache.flink.streaming.api.functions.query with parameters of type StreamRecord Modifier and Type Method Description voidQueryableAppendingStateOperator. processElement(StreamRecord<IN> element)voidQueryableValueStateOperator. processElement(StreamRecord<IN> element) -
Uses of StreamRecord in org.apache.flink.streaming.api.functions.source
Methods in org.apache.flink.streaming.api.functions.source with parameters of type StreamRecord Modifier and Type Method Description voidContinuousFileReaderOperator. processElement(StreamRecord<T> element) -
Uses of StreamRecord in org.apache.flink.streaming.api.operators
Fields in org.apache.flink.streaming.api.operators with type parameters of type StreamRecord Modifier and Type Field Description protected Output<StreamRecord<OUT>>AbstractStreamOperator. outputprotected Output<StreamRecord<OUT>>AbstractStreamOperatorV2. outputMethods in org.apache.flink.streaming.api.operators that return types with arguments of type StreamRecord Modifier and Type Method Description Output<StreamRecord<OUT>>StreamOperatorParameters. getOutput()Methods in org.apache.flink.streaming.api.operators with parameters of type StreamRecord Modifier and Type Method Description voidCountingOutput. collect(StreamRecord<OUT> record)<X> voidCountingOutput. collect(org.apache.flink.util.OutputTag<X> outputTag, StreamRecord<X> record)<X> voidOutput. collect(org.apache.flink.util.OutputTag<X> outputTag, StreamRecord<X> record)Emits a record to the side output identified by the givenOutputTag.<X> voidTimestampedCollector. collect(org.apache.flink.util.OutputTag<X> outputTag, StreamRecord<X> record)protected <T> voidAbstractStreamOperatorV2. internalSetKeyContextElement(StreamRecord<T> record, org.apache.flink.api.java.functions.KeySelector<T,?> selector)voidBatchGroupedReduceOperator. processElement(StreamRecord<IN> element)voidInput. processElement(StreamRecord<IN> element)Processes one element that arrived on this input of theMultipleInputStreamOperator.voidKeyedProcessOperator. processElement(StreamRecord<IN> element)voidLegacyKeyedProcessOperator. processElement(StreamRecord<IN> element)Deprecated.voidMapPartitionOperator. processElement(StreamRecord<IN> element)voidPartitionAggregateOperator. processElement(StreamRecord<IN> element)voidPartitionReduceOperator. processElement(StreamRecord<IN> element)voidProcessOperator. processElement(StreamRecord<IN> element)voidStreamFilter. processElement(StreamRecord<IN> element)voidStreamFlatMap. processElement(StreamRecord<IN> element)voidStreamGroupedReduceAsyncStateOperator. processElement(StreamRecord<IN> element)voidStreamGroupedReduceOperator. processElement(StreamRecord<IN> element)voidStreamMap. processElement(StreamRecord<IN> element)voidStreamProject. processElement(StreamRecord<IN> element)voidStreamSink. processElement(StreamRecord<IN> element)voidTwoInputStreamOperator. processElement1(StreamRecord<IN1> element)Processes one element that arrived on the first input of this two-input operator.voidTwoInputStreamOperator. processElement2(StreamRecord<IN2> element)Processes one element that arrived on the second input of this two-input operator.voidInput. setKeyContextElement(StreamRecord<IN> record)Set the correct key context before processing therecord.default voidOneInputStreamOperator. setKeyContextElement(StreamRecord<IN> record)voidAbstractStreamOperator. setKeyContextElement1(StreamRecord record)voidAbstractStreamOperatorV2. setKeyContextElement1(StreamRecord<?> record)voidStreamOperator. setKeyContextElement1(StreamRecord<?> record)voidAbstractStreamOperator. setKeyContextElement2(StreamRecord record)voidAbstractStreamOperatorV2. setKeyContextElement2(StreamRecord<?> record)voidStreamOperator. setKeyContextElement2(StreamRecord<?> record)voidTimestampedCollector. setTimestamp(StreamRecord<?> timestampBase)Method parameters in org.apache.flink.streaming.api.operators with type arguments of type StreamRecord Modifier and Type Method Description static <OUT,OP extends StreamOperator<OUT>>
org.apache.flink.api.java.tuple.Tuple2<OP,Optional<ProcessingTimeService>>StreamOperatorFactoryUtil. createOperator(StreamOperatorFactory<OUT> operatorFactory, StreamTask<OUT,?> containingTask, StreamConfig configuration, Output<StreamRecord<OUT>> output, OperatorEventDispatcher operatorEventDispatcher)Creates a new operator using a factory and makes sure that all special factory traits are properly handled.static <OUT> SourceFunction.SourceContext<OUT>StreamSourceContexts. getSourceContext(ProcessingTimeService processingTimeService, Object checkpointLock, Output<StreamRecord<OUT>> output, long watermarkInterval, long idleTimeout, boolean emitProgressiveWatermarks)Deprecated.voidStreamSource. run(Object lockingObject, Output<StreamRecord<OUT>> collector, OperatorChain<?,?> operatorChain)Deprecated.protected voidAbstractStreamOperator. setup(StreamTask<?,?> containingTask, StreamConfig config, Output<StreamRecord<OUT>> output)protected voidAbstractUdfStreamOperator. setup(StreamTask<?,?> containingTask, StreamConfig config, Output<StreamRecord<OUT>> output)protected voidSourceOperator. setup(StreamTask<?,?> containingTask, StreamConfig config, Output<StreamRecord<OUT>> output)static <OUT> voidStreamOperatorUtils. setupStreamOperator(AbstractStreamOperator<OUT> operator, StreamTask<?,?> containingTask, StreamConfig config, Output<StreamRecord<OUT>> output)Constructor parameters in org.apache.flink.streaming.api.operators with type arguments of type StreamRecord Constructor Description CountingOutput(WatermarkGaugeExposingOutput<StreamRecord<OUT>> output, org.apache.flink.metrics.Counter numRecordsOut)MailboxWatermarkProcessor(Output<StreamRecord<OUT>> output, org.apache.flink.api.common.operators.MailboxExecutor mailboxExecutor, InternalTimeServiceManager<?> internalTimeServiceManager)StreamOperatorParameters(StreamTask<?,?> containingTask, StreamConfig config, Output<StreamRecord<OUT>> output, Supplier<ProcessingTimeService> processingTimeServiceFactory, OperatorEventDispatcher operatorEventDispatcher, org.apache.flink.api.common.operators.MailboxExecutor mailboxExecutor)TimestampedCollector(Output<StreamRecord<T>> output)Creates a newTimestampedCollectorthat wraps the givenOutput. -
Uses of StreamRecord in org.apache.flink.streaming.api.operators.co
Methods in org.apache.flink.streaming.api.operators.co with parameters of type StreamRecord Modifier and Type Method Description voidBatchCoBroadcastWithKeyedOperator. processElement1(StreamRecord<IN1> element)voidBatchCoBroadcastWithNonKeyedOperator. processElement1(StreamRecord<IN1> element)voidCoBroadcastWithKeyedOperator. processElement1(StreamRecord<IN1> element)voidCoBroadcastWithNonKeyedOperator. processElement1(StreamRecord<IN1> element)voidCoProcessOperator. processElement1(StreamRecord<IN1> element)voidCoStreamFlatMap. processElement1(StreamRecord<IN1> element)voidCoStreamMap. processElement1(StreamRecord<IN1> element)voidIntervalJoinOperator. processElement1(StreamRecord<T1> record)Process aStreamRecordfrom the left stream.voidKeyedCoProcessOperator. processElement1(StreamRecord<IN1> element)voidLegacyKeyedCoProcessOperator. processElement1(StreamRecord<IN1> element)Deprecated.voidCoBroadcastWithKeyedOperator. processElement2(StreamRecord<IN2> element)voidCoBroadcastWithNonKeyedOperator. processElement2(StreamRecord<IN2> element)voidCoProcessOperator. processElement2(StreamRecord<IN2> element)voidCoStreamFlatMap. processElement2(StreamRecord<IN2> element)voidCoStreamMap. processElement2(StreamRecord<IN2> element)voidIntervalJoinOperator. processElement2(StreamRecord<T2> record)Process aStreamRecordfrom the right stream.voidKeyedCoProcessOperator. processElement2(StreamRecord<IN2> element)voidLegacyKeyedCoProcessOperator. processElement2(StreamRecord<IN2> element)Deprecated. -
Uses of StreamRecord in org.apache.flink.streaming.api.operators.sortpartition
Methods in org.apache.flink.streaming.api.operators.sortpartition with parameters of type StreamRecord Modifier and Type Method Description voidKeyedSortPartitionOperator. processElement(StreamRecord<INPUT> element)voidSortPartitionOperator. processElement(StreamRecord<INPUT> element)Method parameters in org.apache.flink.streaming.api.operators.sortpartition with type arguments of type StreamRecord Modifier and Type Method Description protected voidKeyedSortPartitionOperator. setup(StreamTask<?,?> containingTask, StreamConfig config, Output<StreamRecord<INPUT>> output)protected voidSortPartitionOperator. setup(StreamTask<?,?> containingTask, StreamConfig config, Output<StreamRecord<INPUT>> output) -
Uses of StreamRecord in org.apache.flink.streaming.runtime.io
Methods in org.apache.flink.streaming.runtime.io that return types with arguments of type StreamRecord Modifier and Type Method Description static <T> org.apache.flink.util.function.ThrowingConsumer<StreamRecord<T>,Exception>RecordProcessorUtils. getRecordProcessor(Input<T> input)Get record processor forInput, which will omit call ofInput.setKeyContextElement(org.apache.flink.streaming.runtime.streamrecord.StreamRecord<IN>)if it doesn't have key context.static <T> org.apache.flink.util.function.ThrowingConsumer<StreamRecord<T>,Exception>RecordProcessorUtils. getRecordProcessor1(TwoInputStreamOperator<T,?,?> operator)Get record processor for the first input ofTwoInputStreamOperator, which will omit call ofStreamOperator.setKeyContextElement1(org.apache.flink.streaming.runtime.streamrecord.StreamRecord<?>)if it doesn't have key context.static <T> org.apache.flink.util.function.ThrowingConsumer<StreamRecord<T>,Exception>RecordProcessorUtils. getRecordProcessor2(TwoInputStreamOperator<?,T,?> operator)Get record processor for the second input ofTwoInputStreamOperator, which will omit call ofStreamOperator.setKeyContextElement2(org.apache.flink.streaming.runtime.streamrecord.StreamRecord<?>)if it doesn't have key context.Methods in org.apache.flink.streaming.runtime.io with parameters of type StreamRecord Modifier and Type Method Description voidRecordWriterOutput. collect(StreamRecord<OUT> record)<X> voidRecordWriterOutput. collect(org.apache.flink.util.OutputTag<X> outputTag, StreamRecord<X> record)booleanRecordWriterOutput. collectAndCheckIfChained(StreamRecord<OUT> record)<X> booleanRecordWriterOutput. collectAndCheckIfChained(org.apache.flink.util.OutputTag<X> outputTag, StreamRecord<X> record)voidFinishedDataOutput. emitRecord(StreamRecord<IN> streamRecord)voidPushingAsyncDataInput.DataOutput. emitRecord(StreamRecord<T> streamRecord)Constructor parameters in org.apache.flink.streaming.runtime.io with type arguments of type StreamRecord Constructor Description RecordWriterOutput(RecordWriter<SerializationDelegate<StreamRecord<OUT>>> recordWriter, org.apache.flink.api.common.typeutils.TypeSerializer<OUT> outSerializer, org.apache.flink.util.OutputTag outputTag, boolean supportsUnalignedCheckpoints) -
Uses of StreamRecord in org.apache.flink.streaming.runtime.operators
Methods in org.apache.flink.streaming.runtime.operators with parameters of type StreamRecord Modifier and Type Method Description voidTimestampsAndWatermarksOperator. processElement(StreamRecord<T> element) -
Uses of StreamRecord in org.apache.flink.streaming.runtime.operators.asyncprocessing
Methods in org.apache.flink.streaming.runtime.operators.asyncprocessing that return types with arguments of type StreamRecord Modifier and Type Method Description <T> org.apache.flink.util.function.ThrowingConsumer<StreamRecord<T>,Exception>AsyncKeyOrderedProcessing. getRecordProcessor(int inputId)Get the record processor that could process record from input, which is the only entry for async processing.static <T> org.apache.flink.util.function.ThrowingConsumer<StreamRecord<T>,Exception>AsyncKeyOrderedProcessing. makeRecordProcessor(AsyncKeyOrderedProcessingOperator asyncOperator, org.apache.flink.api.java.functions.KeySelector<T,?> keySelector, org.apache.flink.util.function.ThrowingConsumer<StreamRecord<T>,Exception> processor)Static method helper to make a record processor with given infos.Methods in org.apache.flink.streaming.runtime.operators.asyncprocessing with parameters of type StreamRecord Modifier and Type Method Description <T> voidAsyncKeyOrderedProcessingOperator. setAsyncKeyedContextElement(StreamRecord<T> record, org.apache.flink.api.java.functions.KeySelector<T,?> keySelector)Set key context for async state processing.Method parameters in org.apache.flink.streaming.runtime.operators.asyncprocessing with type arguments of type StreamRecord Modifier and Type Method Description static <T> org.apache.flink.util.function.ThrowingConsumer<StreamRecord<T>,Exception>AsyncKeyOrderedProcessing. makeRecordProcessor(AsyncKeyOrderedProcessingOperator asyncOperator, org.apache.flink.api.java.functions.KeySelector<T,?> keySelector, org.apache.flink.util.function.ThrowingConsumer<StreamRecord<T>,Exception> processor)Static method helper to make a record processor with given infos. -
Uses of StreamRecord in org.apache.flink.streaming.runtime.operators.sink
Methods in org.apache.flink.streaming.runtime.operators.sink with parameters of type StreamRecord Modifier and Type Method Description voidGlobalCommitterOperator. processElement(StreamRecord<CommittableMessage<CommT>> element)Method parameters in org.apache.flink.streaming.runtime.operators.sink with type arguments of type StreamRecord Modifier and Type Method Description protected voidGlobalCommitterOperator. setup(StreamTask<?,?> containingTask, StreamConfig config, Output<StreamRecord<Void>> output) -
Uses of StreamRecord in org.apache.flink.streaming.runtime.operators.windowing
Methods in org.apache.flink.streaming.runtime.operators.windowing that return StreamRecord Modifier and Type Method Description StreamRecord<T>TimestampedValue. getStreamRecord()Creates aStreamRecordfrom this TimestampedValue.Methods in org.apache.flink.streaming.runtime.operators.windowing with parameters of type StreamRecord Modifier and Type Method Description static <T> TimestampedValue<T>TimestampedValue. from(StreamRecord<T> streamRecord)Creates a TimestampedValue from givenStreamRecord.protected booleanWindowOperator. isElementLate(StreamRecord<IN> element)Decide if a record is currently late, based on current watermark and allowed lateness.TriggerResultWindowOperator.Context. onElement(StreamRecord<IN> element)voidEvictingWindowOperator. processElement(StreamRecord<IN> element)voidWindowOperator. processElement(StreamRecord<IN> element)protected voidWindowOperator. sideOutput(StreamRecord<IN> element)Write skipped late arriving element to SideOutput.Method parameters in org.apache.flink.streaming.runtime.operators.windowing with type arguments of type StreamRecord Modifier and Type Method Description voidWindowOperator. setup(StreamTask<?,?> containingTask, StreamConfig config, Output<StreamRecord<OUT>> output)Constructor parameters in org.apache.flink.streaming.runtime.operators.windowing with type arguments of type StreamRecord Constructor Description EvictingWindowOperator(WindowAssigner<? super IN,W> windowAssigner, org.apache.flink.api.common.typeutils.TypeSerializer<W> windowSerializer, org.apache.flink.api.java.functions.KeySelector<IN,K> keySelector, org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer, org.apache.flink.api.common.state.StateDescriptor<? extends org.apache.flink.api.common.state.ListState<StreamRecord<IN>>,?> windowStateDescriptor, InternalWindowFunction<Iterable<IN>,OUT,K,W> windowFunction, Trigger<? super IN,? super W> trigger, Evictor<? super IN,? super W> evictor, long allowedLateness, org.apache.flink.util.OutputTag<IN> lateDataOutputTag)EvictingWindowOperatorFactory(WindowAssigner<? super IN,W> windowAssigner, org.apache.flink.api.common.typeutils.TypeSerializer<W> windowSerializer, org.apache.flink.api.java.functions.KeySelector<IN,K> keySelector, org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer, org.apache.flink.api.common.state.StateDescriptor<? extends org.apache.flink.api.common.state.ListState<StreamRecord<IN>>,?> windowStateDescriptor, InternalWindowFunction<Iterable<IN>,OUT,K,W> windowFunction, Trigger<? super IN,? super W> trigger, Evictor<? super IN,? super W> evictor, long allowedLateness, org.apache.flink.util.OutputTag<IN> lateDataOutputTag) -
Uses of StreamRecord in org.apache.flink.streaming.runtime.partitioner
Method parameters in org.apache.flink.streaming.runtime.partitioner with type arguments of type StreamRecord Modifier and Type Method Description intBroadcastPartitioner. selectChannel(SerializationDelegate<StreamRecord<T>> record)Note: Broadcast mode could be handled directly for all the output channels in record writer, so it is no need to select channels via this method.intCustomPartitionerWrapper. selectChannel(SerializationDelegate<StreamRecord<T>> record)intForwardForConsecutiveHashPartitioner. selectChannel(SerializationDelegate<StreamRecord<T>> record)intForwardForUnspecifiedPartitioner. selectChannel(SerializationDelegate<StreamRecord<T>> record)intForwardPartitioner. selectChannel(SerializationDelegate<StreamRecord<T>> record)intGlobalPartitioner. selectChannel(SerializationDelegate<StreamRecord<T>> record)intKeyGroupStreamPartitioner. selectChannel(SerializationDelegate<StreamRecord<T>> record)intRebalancePartitioner. selectChannel(SerializationDelegate<StreamRecord<T>> record)intRescalePartitioner. selectChannel(SerializationDelegate<StreamRecord<T>> record)intShufflePartitioner. selectChannel(SerializationDelegate<StreamRecord<T>> record) -
Uses of StreamRecord in org.apache.flink.streaming.runtime.streamrecord
Methods in org.apache.flink.streaming.runtime.streamrecord that return StreamRecord Modifier and Type Method Description <E> StreamRecord<E>StreamElement. asRecord()Casts this element into a StreamRecord.StreamRecord<T>StreamRecord. copy(T valueCopy)Creates a copy of this stream record.StreamRecord<T>StreamElementSerializer. createInstance()<X> StreamRecord<X>StreamRecord. replace(X element)Replace the currently stored value by the given new value.<X> StreamRecord<X>StreamRecord. replace(X value, long timestamp)Replace the currently stored value by the given new value and the currently stored timestamp with the new timestamp.Methods in org.apache.flink.streaming.runtime.streamrecord with parameters of type StreamRecord Modifier and Type Method Description voidStreamRecord. copyTo(T valueCopy, StreamRecord<T> target)Copies this record into the new stream record. -
Uses of StreamRecord in org.apache.flink.streaming.runtime.tasks
Fields in org.apache.flink.streaming.runtime.tasks with type parameters of type StreamRecord Modifier and Type Field Description protected WatermarkGaugeExposingOutput<StreamRecord<OUT>>OperatorChain. mainOperatorOutputprotected RecordWriterDelegate<SerializationDelegate<StreamRecord<OUT>>>StreamTask. recordWriterMethods in org.apache.flink.streaming.runtime.tasks that return types with arguments of type StreamRecord Modifier and Type Method Description static <OUT> RecordWriterDelegate<SerializationDelegate<StreamRecord<OUT>>>StreamTask. createRecordWriterDelegate(StreamConfig configuration, Environment environment)List<Output<StreamRecord<?>>>OperatorChain. getChainedSourceOutputs()WatermarkGaugeExposingOutput<StreamRecord<OUT>>FinishedOperatorChain. getMainOperatorOutput()WatermarkGaugeExposingOutput<StreamRecord<OUT>>OperatorChain. getMainOperatorOutput()WatermarkGaugeExposingOutput<StreamRecord<?>>OperatorChain.ChainedSource. getSourceOutput()Methods in org.apache.flink.streaming.runtime.tasks with parameters of type StreamRecord Modifier and Type Method Description <X> voidFinishedOnRestoreMainOperatorOutput. collect(org.apache.flink.util.OutputTag<X> outputTag, StreamRecord<X> record)<X> booleanOutputWithChainingCheck. collectAndCheckIfChained(org.apache.flink.util.OutputTag<X> outputTag, StreamRecord<X> record)voidSourceOperatorStreamTask.AsyncDataOutputToOutput. emitRecord(StreamRecord<T> streamRecord)voidFinishedOnRestoreInput. processElement(StreamRecord<IN> element)voidFinishedOnRestoreInput. setKeyContextElement(StreamRecord<IN> record)Constructor parameters in org.apache.flink.streaming.runtime.tasks with type arguments of type StreamRecord Constructor Description AsyncDataOutputToOutput(Output<StreamRecord<T>> output, InternalSourceReaderMetricGroup metricGroup, WatermarkGauge inputWatermarkGauge)ChainedSource(WatermarkGaugeExposingOutput<StreamRecord<?>> chainedSourceOutput, StreamTaskSourceInput<?> sourceTaskInput)FinishedOperatorChain(StreamTask<OUT,OP> containingTask, RecordWriterDelegate<SerializationDelegate<StreamRecord<OUT>>> recordWriterDelegate)OperatorChain(StreamTask<OUT,OP> containingTask, RecordWriterDelegate<SerializationDelegate<StreamRecord<OUT>>> recordWriterDelegate)RegularOperatorChain(StreamTask<OUT,OP> containingTask, RecordWriterDelegate<SerializationDelegate<StreamRecord<OUT>>> recordWriterDelegate) -
Uses of StreamRecord in org.apache.flink.streaming.runtime.translators
Methods in org.apache.flink.streaming.runtime.translators with parameters of type StreamRecord Modifier and Type Method Description voidCacheTransformationTranslator.IdentityStreamOperator. processElement(StreamRecord<T> element)voidCacheTransformationTranslator.NoOpStreamOperator. processElement(StreamRecord<T> element)
-