public static final class NodeId.NodeIdSerializer.NodeIdSerializerSnapshot extends CompositeTypeSerializerSnapshot<NodeId,NodeId.NodeIdSerializer>
Constructor and Description |
---|
NodeIdSerializerSnapshot() |
NodeIdSerializerSnapshot(NodeId.NodeIdSerializer nodeIdSerializer) |
Modifier and Type | Method and Description |
---|---|
protected NodeId.NodeIdSerializer |
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(NodeId.NodeIdSerializer outerSerializer)
Gets the nested serializers from the outer serializer.
|
getCurrentVersion, isOuterSnapshotCompatible, readOuterSnapshot, readSnapshot, resolveSchemaCompatibility, restoreSerializer, writeOuterSnapshot, writeSnapshot
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
readVersionedSnapshot, writeVersionedSnapshot
public NodeIdSerializerSnapshot()
public NodeIdSerializerSnapshot(NodeId.NodeIdSerializer nodeIdSerializer)
protected int getCurrentOuterSnapshotVersion()
CompositeTypeSerializerSnapshot
getCurrentOuterSnapshotVersion
in class CompositeTypeSerializerSnapshot<NodeId,NodeId.NodeIdSerializer>
protected NodeId.NodeIdSerializer createOuterSerializerWithNestedSerializers(TypeSerializer<?>[] nestedSerializers)
CompositeTypeSerializerSnapshot
createOuterSerializerWithNestedSerializers
in class CompositeTypeSerializerSnapshot<NodeId,NodeId.NodeIdSerializer>
nestedSerializers
- array of nested serializers to create the outer serializer with.protected TypeSerializer<?>[] getNestedSerializers(NodeId.NodeIdSerializer outerSerializer)
CompositeTypeSerializerSnapshot
getNestedSerializers
in class CompositeTypeSerializerSnapshot<NodeId,NodeId.NodeIdSerializer>
outerSerializer
- the outer serializer.Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.