Class RowDataKeySerializer
- java.lang.Object
-
- org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKey>
-
- org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKeySerializer
-
- All Implemented Interfaces:
Serializable
@Internal public class RowDataKeySerializer extends org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKey>TypeSerializerforRowDataKey.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RowDataKeySerializer(org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.data.RowData> serializer, RecordEqualiser equalizerInstance, HashFunction hashFunctionInstance, GeneratedRecordEqualiser equaliser, GeneratedHashFunction hashFunction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcopy(org.apache.flink.core.memory.DataInputView source, org.apache.flink.core.memory.DataOutputView target)org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKeycopy(org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKey from)org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKeycopy(org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKey from, org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKey reuse)org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKeycreateInstance()org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKeydeserialize(org.apache.flink.core.memory.DataInputView source)org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKeydeserialize(org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKey reuse, org.apache.flink.core.memory.DataInputView source)org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKey>duplicate()booleanequals(Object obj)intgetLength()inthashCode()booleanisImmutableType()voidserialize(org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKey record, org.apache.flink.core.memory.DataOutputView target)org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKey>snapshotConfiguration()
-
-
-
Constructor Detail
-
RowDataKeySerializer
public RowDataKeySerializer(org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.data.RowData> serializer, RecordEqualiser equalizerInstance, HashFunction hashFunctionInstance, GeneratedRecordEqualiser equaliser, GeneratedHashFunction hashFunction)
-
-
Method Detail
-
isImmutableType
public boolean isImmutableType()
- Specified by:
isImmutableTypein classorg.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKey>
-
duplicate
public org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKey> duplicate()
- Specified by:
duplicatein classorg.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKey>
-
createInstance
public org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKey createInstance()
- Specified by:
createInstancein classorg.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKey>
-
copy
public org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKey copy(org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKey from)
- Specified by:
copyin classorg.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKey>
-
copy
public org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKey copy(org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKey from, org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKey reuse)- Specified by:
copyin classorg.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKey>
-
getLength
public int getLength()
- Specified by:
getLengthin classorg.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKey>
-
serialize
public void serialize(org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKey record, org.apache.flink.core.memory.DataOutputView target) throws IOException- Specified by:
serializein classorg.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKey>- Throws:
IOException
-
deserialize
public org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKey deserialize(org.apache.flink.core.memory.DataInputView source) throws IOException- Specified by:
deserializein classorg.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKey>- Throws:
IOException
-
deserialize
public org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKey deserialize(org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKey reuse, org.apache.flink.core.memory.DataInputView source) throws IOException- Specified by:
deserializein classorg.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKey>- Throws:
IOException
-
copy
public void copy(org.apache.flink.core.memory.DataInputView source, org.apache.flink.core.memory.DataOutputView target) throws IOException- Specified by:
copyin classorg.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKey>- Throws:
IOException
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin classorg.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKey>
-
hashCode
public int hashCode()
- Specified by:
hashCodein classorg.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKey>
-
snapshotConfiguration
public org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKey> snapshotConfiguration()
- Specified by:
snapshotConfigurationin classorg.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.runtime.sequencedmultisetstate.linked.RowDataKey>
-
-