Class StateObjectCollectionSerializer
java.lang.Object
com.esotericsoftware.kryo.Serializer<T>
com.esotericsoftware.kryo.serializers.CollectionSerializer<StateObjectCollection<?>>
org.apache.flink.runtime.checkpoint.StateObjectCollectionSerializer
public class StateObjectCollectionSerializer
extends com.esotericsoftware.kryo.serializers.CollectionSerializer<StateObjectCollection<?>>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.esotericsoftware.kryo.serializers.CollectionSerializer
com.esotericsoftware.kryo.serializers.CollectionSerializer.BindCollection -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StateObjectCollection<?>create(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<? extends StateObjectCollection<?>> type, int size) Methods inherited from class com.esotericsoftware.kryo.serializers.CollectionSerializer
copy, createCopy, getElementClass, getElementSerializer, read, setElementClass, setElementClass, setElementsCanBeNull, setElementSerializer, write, writeHeaderMethods inherited from class com.esotericsoftware.kryo.Serializer
getAcceptsNull, isImmutable, setAcceptsNull, setImmutable
-
Constructor Details
-
StateObjectCollectionSerializer
public StateObjectCollectionSerializer()
-
-
Method Details
-
create
protected StateObjectCollection<?> create(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<? extends StateObjectCollection<?>> type, int size) - Overrides:
createin classcom.esotericsoftware.kryo.serializers.CollectionSerializer<StateObjectCollection<?>>
-