Class IntervalJoinOperator.BufferEntrySerializer<T>
- java.lang.Object
-
- org.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>
-
- org.apache.flink.streaming.api.operators.co.IntervalJoinOperator.BufferEntrySerializer<T>
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- IntervalJoinOperator<K,T1,T2,OUT>
@Internal @VisibleForTesting public static class IntervalJoinOperator.BufferEntrySerializer<T> extends org.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>
Aserializerfor theIntervalJoinOperator.BufferEntry.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BufferEntrySerializer(org.apache.flink.api.common.typeutils.TypeSerializer<T> elementSerializer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcopy(org.apache.flink.core.memory.DataInputView source, org.apache.flink.core.memory.DataOutputView target)IntervalJoinOperator.BufferEntry<T>copy(IntervalJoinOperator.BufferEntry<T> from)IntervalJoinOperator.BufferEntry<T>copy(IntervalJoinOperator.BufferEntry<T> from, IntervalJoinOperator.BufferEntry<T> reuse)IntervalJoinOperator.BufferEntry<T>createInstance()IntervalJoinOperator.BufferEntry<T>deserialize(org.apache.flink.core.memory.DataInputView source)IntervalJoinOperator.BufferEntry<T>deserialize(IntervalJoinOperator.BufferEntry<T> reuse, org.apache.flink.core.memory.DataInputView source)org.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>duplicate()booleanequals(Object o)intgetLength()inthashCode()booleanisImmutableType()voidserialize(IntervalJoinOperator.BufferEntry<T> record, org.apache.flink.core.memory.DataOutputView target)org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<IntervalJoinOperator.BufferEntry<T>>snapshotConfiguration()
-
-
-
Constructor Detail
-
BufferEntrySerializer
public BufferEntrySerializer(org.apache.flink.api.common.typeutils.TypeSerializer<T> elementSerializer)
-
-
Method Detail
-
isImmutableType
public boolean isImmutableType()
- Specified by:
isImmutableTypein classorg.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>
-
duplicate
public org.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>> duplicate()
- Specified by:
duplicatein classorg.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>
-
createInstance
public IntervalJoinOperator.BufferEntry<T> createInstance()
- Specified by:
createInstancein classorg.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>
-
copy
public IntervalJoinOperator.BufferEntry<T> copy(IntervalJoinOperator.BufferEntry<T> from)
- Specified by:
copyin classorg.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>
-
copy
public IntervalJoinOperator.BufferEntry<T> copy(IntervalJoinOperator.BufferEntry<T> from, IntervalJoinOperator.BufferEntry<T> reuse)
- Specified by:
copyin classorg.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>
-
getLength
public int getLength()
- Specified by:
getLengthin classorg.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>
-
serialize
public void serialize(IntervalJoinOperator.BufferEntry<T> record, org.apache.flink.core.memory.DataOutputView target) throws IOException
- Specified by:
serializein classorg.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>- Throws:
IOException
-
deserialize
public IntervalJoinOperator.BufferEntry<T> deserialize(org.apache.flink.core.memory.DataInputView source) throws IOException
- Specified by:
deserializein classorg.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>- Throws:
IOException
-
deserialize
public IntervalJoinOperator.BufferEntry<T> deserialize(IntervalJoinOperator.BufferEntry<T> reuse, org.apache.flink.core.memory.DataInputView source) throws IOException
- Specified by:
deserializein classorg.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>- Throws:
IOException
-
copy
public void copy(org.apache.flink.core.memory.DataInputView source, org.apache.flink.core.memory.DataOutputView target) throws IOException- Specified by:
copyin classorg.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>- Throws:
IOException
-
equals
public boolean equals(Object o)
- Specified by:
equalsin classorg.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>
-
hashCode
public int hashCode()
- Specified by:
hashCodein classorg.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>
-
snapshotConfiguration
public org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<IntervalJoinOperator.BufferEntry<T>> snapshotConfiguration()
- Specified by:
snapshotConfigurationin classorg.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>
-
-