@Internal public final class CheckpointAndXidSerializer extends org.apache.flink.api.common.typeutils.TypeSerializer<CheckpointAndXid>
CheckpointAndXid serializer.| 限定符和类型 | 类和说明 |
|---|---|
static class |
CheckpointAndXidSerializer.CheckpointAndXidSimpleTypeSerializerSnapshot
SImple
TypeSerializerSnapshot for CheckpointAndXidSerializer. |
| 限定符和类型 | 字段和说明 |
|---|---|
static org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<CheckpointAndXid> |
SNAPSHOT |
| 构造器和说明 |
|---|
CheckpointAndXidSerializer() |
| 限定符和类型 | 方法和说明 |
|---|---|
CheckpointAndXid |
copy(CheckpointAndXid from) |
CheckpointAndXid |
copy(CheckpointAndXid from,
CheckpointAndXid reuse) |
void |
copy(org.apache.flink.core.memory.DataInputView source,
org.apache.flink.core.memory.DataOutputView target) |
CheckpointAndXid |
createInstance() |
CheckpointAndXid |
deserialize(CheckpointAndXid reuse,
org.apache.flink.core.memory.DataInputView source) |
CheckpointAndXid |
deserialize(org.apache.flink.core.memory.DataInputView source) |
org.apache.flink.api.common.typeutils.TypeSerializer<CheckpointAndXid> |
duplicate() |
boolean |
equals(Object o) |
int |
getLength() |
int |
hashCode() |
boolean |
isImmutableType() |
void |
serialize(CheckpointAndXid record,
org.apache.flink.core.memory.DataOutputView target) |
org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<CheckpointAndXid> |
snapshotConfiguration() |
public static final org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<CheckpointAndXid> SNAPSHOT
public boolean isImmutableType()
isImmutableType 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<CheckpointAndXid>public org.apache.flink.api.common.typeutils.TypeSerializer<CheckpointAndXid> duplicate()
duplicate 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<CheckpointAndXid>public CheckpointAndXid createInstance()
createInstance 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<CheckpointAndXid>public CheckpointAndXid copy(CheckpointAndXid from)
copy 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<CheckpointAndXid>public CheckpointAndXid copy(CheckpointAndXid from, CheckpointAndXid reuse)
copy 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<CheckpointAndXid>public int getLength()
getLength 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<CheckpointAndXid>public void serialize(CheckpointAndXid record, org.apache.flink.core.memory.DataOutputView target) throws IOException
serialize 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<CheckpointAndXid>IOExceptionpublic CheckpointAndXid deserialize(org.apache.flink.core.memory.DataInputView source) throws IOException
deserialize 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<CheckpointAndXid>IOExceptionpublic CheckpointAndXid deserialize(CheckpointAndXid reuse, org.apache.flink.core.memory.DataInputView source) throws IOException
deserialize 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<CheckpointAndXid>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<CheckpointAndXid>IOExceptionpublic boolean equals(Object o)
equals 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<CheckpointAndXid>public int hashCode()
hashCode 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<CheckpointAndXid>public org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<CheckpointAndXid> snapshotConfiguration()
snapshotConfiguration 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<CheckpointAndXid>Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.