public static class SharedBufferEdge.SharedBufferEdgeSerializer extends org.apache.flink.api.common.typeutils.base.TypeSerializerSingleton<SharedBufferEdge>
SharedBufferEdge.| 限定符和类型 | 类和说明 |
|---|---|
static class |
SharedBufferEdge.SharedBufferEdgeSerializer.SharedBufferEdgeSerializerSnapshot
Serializer configuration snapshot for compatibility and format evolution.
|
| 构造器和说明 |
|---|
SharedBufferEdgeSerializer() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
copy(org.apache.flink.core.memory.DataInputView source,
org.apache.flink.core.memory.DataOutputView target) |
SharedBufferEdge |
copy(SharedBufferEdge from) |
SharedBufferEdge |
copy(SharedBufferEdge from,
SharedBufferEdge reuse) |
SharedBufferEdge |
createInstance() |
SharedBufferEdge |
deserialize(org.apache.flink.core.memory.DataInputView source) |
SharedBufferEdge |
deserialize(SharedBufferEdge reuse,
org.apache.flink.core.memory.DataInputView source) |
int |
getLength() |
boolean |
isImmutableType() |
void |
serialize(SharedBufferEdge record,
org.apache.flink.core.memory.DataOutputView target) |
org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<SharedBufferEdge> |
snapshotConfiguration() |
public boolean isImmutableType()
isImmutableType 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferEdge>public SharedBufferEdge createInstance()
createInstance 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferEdge>public SharedBufferEdge copy(SharedBufferEdge from)
copy 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferEdge>public SharedBufferEdge copy(SharedBufferEdge from, SharedBufferEdge reuse)
copy 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferEdge>public int getLength()
getLength 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferEdge>public void serialize(SharedBufferEdge record, org.apache.flink.core.memory.DataOutputView target) throws IOException
serialize 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferEdge>IOExceptionpublic SharedBufferEdge deserialize(org.apache.flink.core.memory.DataInputView source) throws IOException
deserialize 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferEdge>IOExceptionpublic SharedBufferEdge deserialize(SharedBufferEdge reuse, org.apache.flink.core.memory.DataInputView source) throws IOException
deserialize 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferEdge>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<SharedBufferEdge>IOExceptionpublic org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<SharedBufferEdge> snapshotConfiguration()
snapshotConfiguration 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferEdge>Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.