Uses of Class
org.apache.flink.streaming.runtime.streamrecord.StreamElement
Packages that use StreamElement
Package
Description
-
Uses of StreamElement in org.apache.flink.streaming.api.watermark
Subclasses of StreamElement in org.apache.flink.streaming.api.watermarkModifier and TypeClassDescriptionfinal classTheWatermarkthat contains extra information to be used internally.classA Watermark tells operators that no elements with a timestamp older or equal to the watermark timestamp should arrive at the operator. -
Uses of StreamElement in org.apache.flink.streaming.runtime.io
Classes in org.apache.flink.streaming.runtime.io with type parameters of type StreamElementModifier and TypeClassDescriptionclassAbstractStreamTaskNetworkInput<T,R extends RecordDeserializer<DeserializationDelegate<StreamElement>>> Base class for network-based StreamTaskInput where each channel has a designatedRecordDeserializerfor spanning records.Fields in org.apache.flink.streaming.runtime.io with type parameters of type StreamElementModifier and TypeFieldDescriptionprotected final DeserializationDelegate<StreamElement>AbstractStreamTaskNetworkInput.deserializationDelegate -
Uses of StreamElement in org.apache.flink.streaming.runtime.streamrecord
Subclasses of StreamElement in org.apache.flink.streaming.runtime.streamrecordModifier and TypeClassDescriptionfinal classSpecial record type carrying a timestamp of its creation time at a source operator and the vertexId and subtask index of the operator.classA RecordAttributes describes the attributes of records from the current RecordAttributes until the next one is received.final classStreamRecord<T>One value in a data stream.Methods in org.apache.flink.streaming.runtime.streamrecord that return StreamElementModifier and TypeMethodDescriptionStreamElementSerializer.copy(StreamElement from) StreamElementSerializer.copy(StreamElement from, StreamElement reuse) StreamElementSerializer.deserialize(org.apache.flink.core.memory.DataInputView source) StreamElementSerializer.deserialize(StreamElement reuse, org.apache.flink.core.memory.DataInputView source) Methods in org.apache.flink.streaming.runtime.streamrecord with parameters of type StreamElementModifier and TypeMethodDescriptionStreamElementSerializer.copy(StreamElement from) StreamElementSerializer.copy(StreamElement from, StreamElement reuse) StreamElementSerializer.deserialize(StreamElement reuse, org.apache.flink.core.memory.DataInputView source) voidStreamElementSerializer.serialize(StreamElement value, org.apache.flink.core.memory.DataOutputView target) -
Uses of StreamElement in org.apache.flink.streaming.runtime.watermarkstatus
Subclasses of StreamElement in org.apache.flink.streaming.runtime.watermarkstatusModifier and TypeClassDescriptionfinal classA Watermark Status element informs stream tasks whether or not they should continue to expect watermarks from the input stream that sent them.