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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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, writeHeader

    Methods inherited from class com.esotericsoftware.kryo.Serializer

    getAcceptsNull, isImmutable, setAcceptsNull, setImmutable

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • StateObjectCollectionSerializer

      public StateObjectCollectionSerializer()
  • Method Details