@Internal @VisibleForTesting public static class IntervalJoinOperator.BufferEntrySerializer<T> extends org.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>
serializer for the IntervalJoinOperator.BufferEntry.| 构造器和说明 |
|---|
BufferEntrySerializer(org.apache.flink.api.common.typeutils.TypeSerializer<T> elementSerializer) |
public BufferEntrySerializer(org.apache.flink.api.common.typeutils.TypeSerializer<T> elementSerializer)
public boolean isImmutableType()
isImmutableType 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>public org.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>> duplicate()
duplicate 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>public IntervalJoinOperator.BufferEntry<T> createInstance()
createInstance 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>public IntervalJoinOperator.BufferEntry<T> copy(IntervalJoinOperator.BufferEntry<T> from)
copy 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>public IntervalJoinOperator.BufferEntry<T> copy(IntervalJoinOperator.BufferEntry<T> from, IntervalJoinOperator.BufferEntry<T> reuse)
copy 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>public int getLength()
getLength 在类中 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 在类中 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 在类中 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 在类中 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 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>IOExceptionpublic boolean equals(Object o)
equals 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>public int hashCode()
hashCode 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>public org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<IntervalJoinOperator.BufferEntry<T>> snapshotConfiguration()
snapshotConfiguration 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<IntervalJoinOperator.BufferEntry<T>>Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.