public static final class LongValueWithProperHashCode.LongValueWithProperHashCodeSerializer extends org.apache.flink.api.common.typeutils.base.TypeSerializerSingleton<LongValueWithProperHashCode>
LongValueWithProperHashCode.LongValueSerializer,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
LongValueWithProperHashCode.LongValueWithProperHashCodeSerializer.LongValueWithProperHashCodeSerializerSnapshot
Serializer configuration snapshot for compatibility and format evolution.
|
| Constructor and Description |
|---|
LongValueWithProperHashCodeSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
copy(org.apache.flink.core.memory.DataInputView source,
org.apache.flink.core.memory.DataOutputView target) |
LongValueWithProperHashCode |
copy(LongValueWithProperHashCode from) |
LongValueWithProperHashCode |
copy(LongValueWithProperHashCode from,
LongValueWithProperHashCode reuse) |
LongValueWithProperHashCode |
createInstance() |
LongValueWithProperHashCode |
deserialize(org.apache.flink.core.memory.DataInputView source) |
LongValueWithProperHashCode |
deserialize(LongValueWithProperHashCode reuse,
org.apache.flink.core.memory.DataInputView source) |
int |
getLength() |
boolean |
isImmutableType() |
void |
serialize(LongValueWithProperHashCode record,
org.apache.flink.core.memory.DataOutputView target) |
org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<LongValueWithProperHashCode> |
snapshotConfiguration() |
public LongValueWithProperHashCodeSerializer()
public boolean isImmutableType()
isImmutableType in class org.apache.flink.api.common.typeutils.TypeSerializer<LongValueWithProperHashCode>public LongValueWithProperHashCode createInstance()
createInstance in class org.apache.flink.api.common.typeutils.TypeSerializer<LongValueWithProperHashCode>public LongValueWithProperHashCode copy(LongValueWithProperHashCode from)
copy in class org.apache.flink.api.common.typeutils.TypeSerializer<LongValueWithProperHashCode>public LongValueWithProperHashCode copy(LongValueWithProperHashCode from, LongValueWithProperHashCode reuse)
copy in class org.apache.flink.api.common.typeutils.TypeSerializer<LongValueWithProperHashCode>public int getLength()
getLength in class org.apache.flink.api.common.typeutils.TypeSerializer<LongValueWithProperHashCode>public void serialize(LongValueWithProperHashCode record, org.apache.flink.core.memory.DataOutputView target) throws IOException
serialize in class org.apache.flink.api.common.typeutils.TypeSerializer<LongValueWithProperHashCode>IOExceptionpublic LongValueWithProperHashCode deserialize(org.apache.flink.core.memory.DataInputView source) throws IOException
deserialize in class org.apache.flink.api.common.typeutils.TypeSerializer<LongValueWithProperHashCode>IOExceptionpublic LongValueWithProperHashCode deserialize(LongValueWithProperHashCode reuse, org.apache.flink.core.memory.DataInputView source) throws IOException
deserialize in class org.apache.flink.api.common.typeutils.TypeSerializer<LongValueWithProperHashCode>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<LongValueWithProperHashCode>IOExceptionpublic org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<LongValueWithProperHashCode> snapshotConfiguration()
snapshotConfiguration in class org.apache.flink.api.common.typeutils.TypeSerializer<LongValueWithProperHashCode>Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.