public final class ShortValueArraySerializer extends org.apache.flink.api.common.typeutils.base.TypeSerializerSingleton<ShortValueArray>
ShortValueArray.| Constructor and Description |
|---|
ShortValueArraySerializer() |
| 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) |
ShortValueArray |
copy(ShortValueArray from) |
ShortValueArray |
copy(ShortValueArray from,
ShortValueArray reuse) |
ShortValueArray |
createInstance() |
ShortValueArray |
deserialize(org.apache.flink.core.memory.DataInputView source) |
ShortValueArray |
deserialize(ShortValueArray reuse,
org.apache.flink.core.memory.DataInputView source) |
int |
getLength() |
protected boolean |
isCompatibleSerializationFormatIdentifier(String identifier) |
boolean |
isImmutableType() |
void |
serialize(ShortValueArray record,
org.apache.flink.core.memory.DataOutputView target) |
public boolean isImmutableType()
isImmutableType in class org.apache.flink.api.common.typeutils.TypeSerializer<ShortValueArray>public ShortValueArray createInstance()
createInstance in class org.apache.flink.api.common.typeutils.TypeSerializer<ShortValueArray>public ShortValueArray copy(ShortValueArray from)
copy in class org.apache.flink.api.common.typeutils.TypeSerializer<ShortValueArray>public ShortValueArray copy(ShortValueArray from, ShortValueArray reuse)
copy in class org.apache.flink.api.common.typeutils.TypeSerializer<ShortValueArray>public int getLength()
getLength in class org.apache.flink.api.common.typeutils.TypeSerializer<ShortValueArray>public void serialize(ShortValueArray record, org.apache.flink.core.memory.DataOutputView target) throws IOException
serialize in class org.apache.flink.api.common.typeutils.TypeSerializer<ShortValueArray>IOExceptionpublic ShortValueArray deserialize(org.apache.flink.core.memory.DataInputView source) throws IOException
deserialize in class org.apache.flink.api.common.typeutils.TypeSerializer<ShortValueArray>IOExceptionpublic ShortValueArray deserialize(ShortValueArray reuse, org.apache.flink.core.memory.DataInputView source) throws IOException
deserialize in class org.apache.flink.api.common.typeutils.TypeSerializer<ShortValueArray>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<ShortValueArray>IOExceptionpublic boolean canEqual(Object obj)
canEqual in class org.apache.flink.api.common.typeutils.TypeSerializer<ShortValueArray>protected boolean isCompatibleSerializationFormatIdentifier(String identifier)
isCompatibleSerializationFormatIdentifier in class org.apache.flink.api.common.typeutils.base.TypeSerializerSingleton<ShortValueArray>Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.