Package org.apache.flink.cep.nfa
Class SharedBuffer.SharedBufferSerializerSnapshot<K,V>
- java.lang.Object
-
- org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<SharedBuffer<V>,SharedBuffer.SharedBufferSerializer<K,V>>
-
- org.apache.flink.cep.nfa.SharedBuffer.SharedBufferSerializerSnapshot<K,V>
-
- All Implemented Interfaces:
org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<SharedBuffer<V>>
- Enclosing class:
- SharedBuffer<V>
public static final class SharedBuffer.SharedBufferSerializerSnapshot<K,V> extends org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<SharedBuffer<V>,SharedBuffer.SharedBufferSerializer<K,V>>
ATypeSerializerSnapshotfor theSharedBuffer.SharedBufferSerializerSnapshot.
-
-
Constructor Summary
Constructors Constructor Description SharedBufferSerializerSnapshot()SharedBufferSerializerSnapshot(SharedBuffer.SharedBufferSerializer<K,V> sharedBufferSerializer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SharedBuffer.SharedBufferSerializer<K,V>createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers)protected intgetCurrentOuterSnapshotVersion()protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[]getNestedSerializers(SharedBuffer.SharedBufferSerializer<K,V> outerSerializer)-
Methods inherited from class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot
getCurrentVersion, getNestedSerializerSnapshots, isOuterSnapshotCompatible, readOuterSnapshot, readSnapshot, resolveOuterSchemaCompatibility, resolveOuterSchemaCompatibility, resolveSchemaCompatibility, restoreSerializer, writeOuterSnapshot, writeSnapshot
-
-
-
-
Constructor Detail
-
SharedBufferSerializerSnapshot
public SharedBufferSerializerSnapshot()
-
SharedBufferSerializerSnapshot
public SharedBufferSerializerSnapshot(SharedBuffer.SharedBufferSerializer<K,V> sharedBufferSerializer)
-
-
Method Detail
-
getCurrentOuterSnapshotVersion
protected int getCurrentOuterSnapshotVersion()
- Specified by:
getCurrentOuterSnapshotVersionin classorg.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<SharedBuffer<V>,SharedBuffer.SharedBufferSerializer<K,V>>
-
getNestedSerializers
protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] getNestedSerializers(SharedBuffer.SharedBufferSerializer<K,V> outerSerializer)
- Specified by:
getNestedSerializersin classorg.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<SharedBuffer<V>,SharedBuffer.SharedBufferSerializer<K,V>>
-
createOuterSerializerWithNestedSerializers
protected SharedBuffer.SharedBufferSerializer<K,V> createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers)
- Specified by:
createOuterSerializerWithNestedSerializersin classorg.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<SharedBuffer<V>,SharedBuffer.SharedBufferSerializer<K,V>>
-
-