public class NFAStateSerializerSnapshot extends org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<NFAState,NFAStateSerializer>
NFAStateSerializer.| Constructor and Description |
|---|
NFAStateSerializerSnapshot()
Constructor for read instantiation.
|
NFAStateSerializerSnapshot(NFAStateSerializer serializerInstance)
Constructor to create the snapshot for writing.
|
| Modifier and Type | Method and Description |
|---|---|
protected NFAStateSerializer |
createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers) |
protected int |
getCurrentOuterSnapshotVersion() |
protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] |
getNestedSerializers(NFAStateSerializer outerSerializer) |
protected void |
readOuterSnapshot(int readOuterSnapshotVersion,
org.apache.flink.core.memory.DataInputView in,
ClassLoader userCodeClassLoader) |
protected org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot.OuterSchemaCompatibility |
resolveOuterSchemaCompatibility(org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<NFAState> oldSerializerSnapshot) |
protected void |
writeOuterSnapshot(org.apache.flink.core.memory.DataOutputView out) |
getCurrentVersion, getNestedSerializerSnapshots, isOuterSnapshotCompatible, readSnapshot, resolveOuterSchemaCompatibility, resolveSchemaCompatibility, restoreSerializer, writeSnapshotpublic NFAStateSerializerSnapshot()
public NFAStateSerializerSnapshot(NFAStateSerializer serializerInstance)
protected int getCurrentOuterSnapshotVersion()
getCurrentOuterSnapshotVersion in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<NFAState,NFAStateSerializer>protected void readOuterSnapshot(int readOuterSnapshotVersion,
org.apache.flink.core.memory.DataInputView in,
ClassLoader userCodeClassLoader)
throws IOException
readOuterSnapshot in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<NFAState,NFAStateSerializer>IOExceptionprotected void writeOuterSnapshot(org.apache.flink.core.memory.DataOutputView out)
throws IOException
writeOuterSnapshot in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<NFAState,NFAStateSerializer>IOExceptionprotected org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot.OuterSchemaCompatibility resolveOuterSchemaCompatibility(org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<NFAState> oldSerializerSnapshot)
resolveOuterSchemaCompatibility in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<NFAState,NFAStateSerializer>protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] getNestedSerializers(NFAStateSerializer outerSerializer)
getNestedSerializers in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<NFAState,NFAStateSerializer>protected NFAStateSerializer createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers)
createOuterSerializerWithNestedSerializers in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<NFAState,NFAStateSerializer>Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.