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>>
A
serializer for the IntervalJoinOperator.BufferEntry.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBufferEntrySerializer(org.apache.flink.api.common.typeutils.TypeSerializer<T> elementSerializer) -
Method Summary
Modifier and TypeMethodDescriptionvoidcopy(org.apache.flink.core.memory.DataInputView source, org.apache.flink.core.memory.DataOutputView target) copy(IntervalJoinOperator.BufferEntry<T> from, IntervalJoinOperator.BufferEntry<T> reuse) deserialize(org.apache.flink.core.memory.DataInputView source) deserialize(IntervalJoinOperator.BufferEntry<T> reuse, org.apache.flink.core.memory.DataInputView source) org.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>booleanintinthashCode()booleanvoidserialize(IntervalJoinOperator.BufferEntry<T> record, org.apache.flink.core.memory.DataOutputView target) org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<IntervalJoinOperator.BufferEntry<T>>
-
Constructor Details
-
BufferEntrySerializer
public BufferEntrySerializer(org.apache.flink.api.common.typeutils.TypeSerializer<T> elementSerializer)
-
-
Method Details
-
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
- Specified by:
createInstancein classorg.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>
-
copy
- 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
- 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>>
-