Uses of Class
org.apache.flink.streaming.runtime.streamrecord.StreamRecord
Packages that use StreamRecord
Package
Description
-
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 StreamRecordModifier and TypeMethodDescriptionfinal <T> org.apache.flink.util.function.ThrowingConsumer<StreamRecord<T>,Exception> AbstractAsyncStateStreamOperator.getRecordProcessor(int inputId) final <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 StreamRecordModifier and TypeMethodDescription<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) voidAsyncIntervalJoinOperator.processElement1(StreamRecord<T1> record) Process aStreamRecordfrom the left stream.voidAsyncIntervalJoinOperator.processElement2(StreamRecord<T2> record) Process aStreamRecordfrom the right stream.final <T> voidAbstractAsyncStateStreamOperator.setAsyncKeyedContextElement(StreamRecord<T> record, org.apache.flink.api.java.functions.KeySelector<T, ?> keySelector) final <T> voidAbstractAsyncStateStreamOperatorV2.setAsyncKeyedContextElement(StreamRecord<T> record, org.apache.flink.api.java.functions.KeySelector<T, ?> keySelector) voidAbstractAsyncStateStreamOperator.setKeyContextElement1(StreamRecord record) voidAbstractAsyncStateStreamOperator.setKeyContextElement2(StreamRecord record) voidTimestampedCollectorWithDeclaredVariable.setTimestamp(StreamRecord<?> timestampBase) Method parameters in org.apache.flink.runtime.asyncprocessing.operators with type arguments of type StreamRecordModifier and TypeMethodDescriptionprotected voidAbstractAsyncStateUdfStreamOperator.setup(StreamTask<?, ?> containingTask, StreamConfig config, Output<StreamRecord<OUT>> output) Constructor parameters in org.apache.flink.runtime.asyncprocessing.operators with type arguments of type StreamRecordModifierConstructorDescriptionTimestampedCollectorWithDeclaredVariable(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.windowing
Methods in org.apache.flink.runtime.asyncprocessing.operators.windowing with parameters of type StreamRecordModifier and TypeMethodDescriptionprotected 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 StreamRecordModifier and TypeMethodDescriptionvoidAsyncWindowOperator.setup(StreamTask<?, ?> containingTask, StreamConfig config, Output<StreamRecord<OUT>> output) Constructor parameters in org.apache.flink.runtime.asyncprocessing.operators.windowing with type arguments of type StreamRecordModifierConstructorDescriptionAsyncEvictingWindowOperator(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 StreamRecordModifier and TypeMethodDescriptionvoidQueryableAppendingStateOperator.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 StreamRecordModifier and TypeMethodDescriptionvoidContinuousFileReaderOperator.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 StreamRecordModifier and TypeFieldDescriptionprotected Output<StreamRecord<OUT>>AbstractStreamOperator.outputprotected final Output<StreamRecord<OUT>>AbstractStreamOperatorV2.outputMethods in org.apache.flink.streaming.api.operators that return types with arguments of type StreamRecordMethods in org.apache.flink.streaming.api.operators with parameters of type StreamRecordModifier and TypeMethodDescriptionvoidCountingOutput.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 StreamRecordModifier and TypeMethodDescriptionstatic <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 StreamRecordModifierConstructorDescriptionCountingOutput(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 StreamRecordModifier and TypeMethodDescriptionvoidBatchCoBroadcastWithKeyedOperator.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 StreamRecordModifier and TypeMethodDescriptionvoidKeyedSortPartitionOperator.processElement(StreamRecord<INPUT> element) voidSortPartitionOperator.processElement(StreamRecord<INPUT> element) Method parameters in org.apache.flink.streaming.api.operators.sortpartition with type arguments of type StreamRecordModifier and TypeMethodDescriptionprotected 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 StreamRecordModifier and TypeMethodDescriptionstatic <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 StreamRecordModifier and TypeMethodDescriptionvoidRecordWriterOutput.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 StreamRecordModifierConstructorDescriptionRecordWriterOutput(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 StreamRecordModifier and TypeMethodDescriptionvoidTimestampsAndWatermarksOperator.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 StreamRecordModifier and TypeMethodDescription<T> org.apache.flink.util.function.ThrowingConsumer<StreamRecord<T>,Exception> AsyncStateProcessing.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> AsyncStateProcessing.makeRecordProcessor(AsyncStateProcessingOperator 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 StreamRecordModifier and TypeMethodDescription<T> voidAsyncStateProcessingOperator.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 StreamRecordModifier and TypeMethodDescriptionstatic <T> org.apache.flink.util.function.ThrowingConsumer<StreamRecord<T>,Exception> AsyncStateProcessing.makeRecordProcessor(AsyncStateProcessingOperator 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 StreamRecordModifier and TypeMethodDescriptionvoidGlobalCommitterOperator.processElement(StreamRecord<CommittableMessage<CommT>> element) Method parameters in org.apache.flink.streaming.runtime.operators.sink with type arguments of type StreamRecordModifier and TypeMethodDescriptionprotected 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 StreamRecordModifier and TypeMethodDescriptionTimestampedValue.getStreamRecord()Creates aStreamRecordfrom this TimestampedValue.Methods in org.apache.flink.streaming.runtime.operators.windowing with parameters of type StreamRecordModifier and TypeMethodDescriptionstatic <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.WindowOperator.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 StreamRecordModifier and TypeMethodDescriptionvoidWindowOperator.setup(StreamTask<?, ?> containingTask, StreamConfig config, Output<StreamRecord<OUT>> output) Constructor parameters in org.apache.flink.streaming.runtime.operators.windowing with type arguments of type StreamRecordModifierConstructorDescriptionEvictingWindowOperator(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 StreamRecordModifier and TypeMethodDescriptionintBroadcastPartitioner.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 StreamRecordModifier and TypeMethodDescriptionfinal <E> StreamRecord<E>StreamElement.asRecord()Casts this element into a StreamRecord.Creates a copy of this stream record.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 StreamRecordModifier and TypeMethodDescriptionvoidStreamRecord.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 StreamRecordModifier and TypeFieldDescriptionprotected final WatermarkGaugeExposingOutput<StreamRecord<OUT>>OperatorChain.mainOperatorOutputprotected final RecordWriterDelegate<SerializationDelegate<StreamRecord<OUT>>>StreamTask.recordWriterMethods in org.apache.flink.streaming.runtime.tasks that return types with arguments of type StreamRecordModifier and TypeMethodDescriptionstatic <OUT> RecordWriterDelegate<SerializationDelegate<StreamRecord<OUT>>>StreamTask.createRecordWriterDelegate(StreamConfig configuration, Environment environment) List<Output<StreamRecord<?>>>OperatorChain.getChainedSourceOutputs()FinishedOperatorChain.getMainOperatorOutput()OperatorChain.getMainOperatorOutput()OperatorChain.ChainedSource.getSourceOutput()Methods in org.apache.flink.streaming.runtime.tasks with parameters of type StreamRecordModifier and TypeMethodDescription<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 StreamRecordModifierConstructorDescriptionAsyncDataOutputToOutput(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 StreamRecordModifier and TypeMethodDescriptionvoidCacheTransformationTranslator.IdentityStreamOperator.processElement(StreamRecord<T> element) voidCacheTransformationTranslator.NoOpStreamOperator.processElement(StreamRecord<T> element)