Uses of Class
org.apache.flink.streaming.api.operators.co.IntervalJoinOperator.BufferEntry
Packages that use IntervalJoinOperator.BufferEntry
-
Uses of IntervalJoinOperator.BufferEntry in org.apache.flink.streaming.api.operators.co
Methods in org.apache.flink.streaming.api.operators.co that return IntervalJoinOperator.BufferEntryModifier and TypeMethodDescriptionIntervalJoinOperator.BufferEntrySerializer.copy(IntervalJoinOperator.BufferEntry<T> from) IntervalJoinOperator.BufferEntrySerializer.copy(IntervalJoinOperator.BufferEntry<T> from, IntervalJoinOperator.BufferEntry<T> reuse) IntervalJoinOperator.BufferEntrySerializer.createInstance()IntervalJoinOperator.BufferEntrySerializer.deserialize(org.apache.flink.core.memory.DataInputView source) IntervalJoinOperator.BufferEntrySerializer.deserialize(IntervalJoinOperator.BufferEntry<T> reuse, org.apache.flink.core.memory.DataInputView source) Methods in org.apache.flink.streaming.api.operators.co that return types with arguments of type IntervalJoinOperator.BufferEntryModifier and TypeMethodDescriptionorg.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>IntervalJoinOperator.BufferEntrySerializer.duplicate()org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<IntervalJoinOperator.BufferEntry<T>>IntervalJoinOperator.BufferEntrySerializer.snapshotConfiguration()Methods in org.apache.flink.streaming.api.operators.co with parameters of type IntervalJoinOperator.BufferEntryModifier and TypeMethodDescriptionIntervalJoinOperator.BufferEntrySerializer.copy(IntervalJoinOperator.BufferEntry<T> from) IntervalJoinOperator.BufferEntrySerializer.copy(IntervalJoinOperator.BufferEntry<T> from, IntervalJoinOperator.BufferEntry<T> reuse) IntervalJoinOperator.BufferEntrySerializer.deserialize(IntervalJoinOperator.BufferEntry<T> reuse, org.apache.flink.core.memory.DataInputView source) voidIntervalJoinOperator.BufferEntrySerializer.serialize(IntervalJoinOperator.BufferEntry<T> record, org.apache.flink.core.memory.DataOutputView target)