public static final class SharedBuffer.SharedBufferSerializerSnapshot<K,V> extends org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<SharedBuffer<V>,SharedBuffer.SharedBufferSerializer<K,V>>
TypeSerializerSnapshot for the SharedBuffer.SharedBufferSerializerSnapshot.| Constructor and Description |
|---|
SharedBufferSerializerSnapshot() |
SharedBufferSerializerSnapshot(SharedBuffer.SharedBufferSerializer<K,V> sharedBufferSerializer) |
| Modifier and Type | Method and Description |
|---|---|
protected SharedBuffer.SharedBufferSerializer<K,V> |
createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers) |
protected int |
getCurrentOuterSnapshotVersion() |
protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] |
getNestedSerializers(SharedBuffer.SharedBufferSerializer<K,V> outerSerializer) |
getCurrentVersion, getNestedSerializerSnapshots, isOuterSnapshotCompatible, readOuterSnapshot, readSnapshot, resolveOuterSchemaCompatibility, resolveSchemaCompatibility, restoreSerializer, writeOuterSnapshot, writeSnapshotpublic SharedBufferSerializerSnapshot()
public SharedBufferSerializerSnapshot(SharedBuffer.SharedBufferSerializer<K,V> sharedBufferSerializer)
protected int getCurrentOuterSnapshotVersion()
getCurrentOuterSnapshotVersion in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<SharedBuffer<V>,SharedBuffer.SharedBufferSerializer<K,V>>protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] getNestedSerializers(SharedBuffer.SharedBufferSerializer<K,V> outerSerializer)
getNestedSerializers in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<SharedBuffer<V>,SharedBuffer.SharedBufferSerializer<K,V>>protected SharedBuffer.SharedBufferSerializer<K,V> createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers)
createOuterSerializerWithNestedSerializers in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<SharedBuffer<V>,SharedBuffer.SharedBufferSerializer<K,V>>Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.