@Internal @VisibleForTesting public static class IntervalJoinOperator.BufferEntrySerializer<T> extends org.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>
serializer for the IntervalJoinOperator.BufferEntry.| Constructor and Description |
|---|
BufferEntrySerializer(org.apache.flink.api.common.typeutils.TypeSerializer<T> elementSerializer) |
| Modifier and Type | Method and Description |
|---|---|
void |
copy(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() |
boolean |
equals(Object o) |
int |
getLength() |
int |
hashCode() |
boolean |
isImmutableType() |
void |
serialize(IntervalJoinOperator.BufferEntry<T> record,
org.apache.flink.core.memory.DataOutputView target) |
org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<IntervalJoinOperator.BufferEntry<T>> |
snapshotConfiguration() |
public BufferEntrySerializer(org.apache.flink.api.common.typeutils.TypeSerializer<T> elementSerializer)
public boolean isImmutableType()
isImmutableType in class org.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>public org.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>> duplicate()
duplicate in class org.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>public IntervalJoinOperator.BufferEntry<T> createInstance()
createInstance in class org.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>public IntervalJoinOperator.BufferEntry<T> copy(IntervalJoinOperator.BufferEntry<T> from)
copy in class org.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>public IntervalJoinOperator.BufferEntry<T> copy(IntervalJoinOperator.BufferEntry<T> from, IntervalJoinOperator.BufferEntry<T> reuse)
copy in class org.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>public int getLength()
getLength in class org.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>public void serialize(IntervalJoinOperator.BufferEntry<T> record, org.apache.flink.core.memory.DataOutputView target) throws IOException
serialize in class org.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>IOExceptionpublic IntervalJoinOperator.BufferEntry<T> deserialize(org.apache.flink.core.memory.DataInputView source) throws IOException
deserialize in class org.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>IOExceptionpublic IntervalJoinOperator.BufferEntry<T> deserialize(IntervalJoinOperator.BufferEntry<T> reuse, org.apache.flink.core.memory.DataInputView source) throws IOException
deserialize in class org.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>IOExceptionpublic void copy(org.apache.flink.core.memory.DataInputView source,
org.apache.flink.core.memory.DataOutputView target)
throws IOException
copy in class org.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>IOExceptionpublic boolean equals(Object o)
equals in class org.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>public int hashCode()
hashCode in class org.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>public org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<IntervalJoinOperator.BufferEntry<T>> snapshotConfiguration()
snapshotConfiguration in class org.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.