Uses of Class
org.apache.flink.streaming.runtime.streamrecord.StreamElement
-
-
Uses of StreamElement in org.apache.flink.streaming.api.watermark
Subclasses of StreamElement in org.apache.flink.streaming.api.watermark Modifier and Type Class Description classInternalWatermarkTheWatermarkthat contains extra information to be used internally.classWatermarkA 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 StreamElement Modifier and Type Class Description classAbstractStreamTaskNetworkInput<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 StreamElement Modifier and Type Field Description protected DeserializationDelegate<StreamElement>AbstractStreamTaskNetworkInput. deserializationDelegate -
Uses of StreamElement in org.apache.flink.streaming.runtime.streamrecord
Subclasses of StreamElement in org.apache.flink.streaming.runtime.streamrecord Modifier and Type Class Description classLatencyMarkerSpecial record type carrying a timestamp of its creation time at a source operator and the vertexId and subtask index of the operator.classRecordAttributesA RecordAttributes describes the attributes of records from the current RecordAttributes until the next one is received.classStreamRecord<T>One value in a data stream.Methods in org.apache.flink.streaming.runtime.streamrecord that return StreamElement Modifier and Type Method Description StreamElementStreamElementSerializer. copy(StreamElement from)StreamElementStreamElementSerializer. copy(StreamElement from, StreamElement reuse)StreamElementStreamElementSerializer. deserialize(org.apache.flink.core.memory.DataInputView source)StreamElementStreamElementSerializer. deserialize(StreamElement reuse, org.apache.flink.core.memory.DataInputView source)Methods in org.apache.flink.streaming.runtime.streamrecord with parameters of type StreamElement Modifier and Type Method Description StreamElementStreamElementSerializer. copy(StreamElement from)StreamElementStreamElementSerializer. copy(StreamElement from, StreamElement reuse)StreamElementStreamElementSerializer. 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.watermarkstatus Modifier and Type Class Description classWatermarkStatusA Watermark Status element informs stream tasks whether or not they should continue to expect watermarks from the input stream that sent them.
-