public static final class SharedBufferNode.SharedBufferNodeSerializer.SharedBufferNodeSerializerSnapshot extends CompositeTypeSerializerSnapshot<SharedBufferNode,SharedBufferNode.SharedBufferNodeSerializer>
CompositeTypeSerializerSnapshot.OuterSchemaCompatibility
Constructor and Description |
---|
SharedBufferNodeSerializerSnapshot() |
SharedBufferNodeSerializerSnapshot(SharedBufferNode.SharedBufferNodeSerializer sharedBufferNodeSerializer) |
Modifier and Type | Method and Description |
---|---|
protected SharedBufferNode.SharedBufferNodeSerializer |
createOuterSerializerWithNestedSerializers(TypeSerializer<?>[] nestedSerializers)
Creates an instance of the outer serializer with a given array of its nested serializers.
|
protected int |
getCurrentOuterSnapshotVersion()
Returns the version of the current outer snapshot's written binary format.
|
protected TypeSerializer<?>[] |
getNestedSerializers(SharedBufferNode.SharedBufferNodeSerializer outerSerializer)
Gets the nested serializers from the outer serializer.
|
getCurrentVersion, getNestedSerializerSnapshots, isOuterSnapshotCompatible, readOuterSnapshot, readSnapshot, resolveOuterSchemaCompatibility, resolveSchemaCompatibility, restoreSerializer, writeOuterSnapshot, writeSnapshot
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
readVersionedSnapshot, writeVersionedSnapshot
public SharedBufferNodeSerializerSnapshot()
public SharedBufferNodeSerializerSnapshot(SharedBufferNode.SharedBufferNodeSerializer sharedBufferNodeSerializer)
protected int getCurrentOuterSnapshotVersion()
CompositeTypeSerializerSnapshot
getCurrentOuterSnapshotVersion
in class CompositeTypeSerializerSnapshot<SharedBufferNode,SharedBufferNode.SharedBufferNodeSerializer>
protected SharedBufferNode.SharedBufferNodeSerializer createOuterSerializerWithNestedSerializers(TypeSerializer<?>[] nestedSerializers)
CompositeTypeSerializerSnapshot
createOuterSerializerWithNestedSerializers
in class CompositeTypeSerializerSnapshot<SharedBufferNode,SharedBufferNode.SharedBufferNodeSerializer>
nestedSerializers
- array of nested serializers to create the outer serializer with.protected TypeSerializer<?>[] getNestedSerializers(SharedBufferNode.SharedBufferNodeSerializer outerSerializer)
CompositeTypeSerializerSnapshot
getNestedSerializers
in class CompositeTypeSerializerSnapshot<SharedBufferNode,SharedBufferNode.SharedBufferNodeSerializer>
outerSerializer
- the outer serializer.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.