public static final class LongValueWithProperHashCode.LongValueWithProperHashCodeSerializer extends org.apache.flink.api.common.typeutils.base.TypeSerializerSingleton<LongValueWithProperHashCode>
LongValueWithProperHashCode.LongValueSerializer,
Serialized Form| Constructor and Description |
|---|
LongValueWithProperHashCodeSerializer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canEqual(Object obj) |
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() |
protected boolean |
isCompatibleSerializationFormatIdentifier(String identifier) |
boolean |
isImmutableType() |
void |
serialize(LongValueWithProperHashCode record,
org.apache.flink.core.memory.DataOutputView target) |
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 boolean canEqual(Object obj)
canEqual in class org.apache.flink.api.common.typeutils.TypeSerializer<LongValueWithProperHashCode>protected boolean isCompatibleSerializationFormatIdentifier(String identifier)
isCompatibleSerializationFormatIdentifier in class org.apache.flink.api.common.typeutils.base.TypeSerializerSingleton<LongValueWithProperHashCode>Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.