Class MetadataTransientCacheValueExternalizer

java.lang.Object
org.infinispan.tools.store.migrator.marshaller.common.MetadataTransientCacheValueExternalizer
All Implemented Interfaces:
Serializable, org.infinispan.commons.marshall.AdvancedExternalizer<org.infinispan.container.entries.metadata.MetadataTransientCacheValue>, org.infinispan.commons.marshall.Externalizer<org.infinispan.container.entries.metadata.MetadataTransientCacheValue>

public class MetadataTransientCacheValueExternalizer extends Object implements org.infinispan.commons.marshall.AdvancedExternalizer<org.infinispan.container.entries.metadata.MetadataTransientCacheValue>
Externalizer for MetadataTransientCacheValue.
Since:
11.0
Author:
Pedro Ruivo
See Also:
  • Constructor Details

    • MetadataTransientCacheValueExternalizer

      public MetadataTransientCacheValueExternalizer()
  • Method Details

    • getTypeClasses

      public Set<Class<? extends org.infinispan.container.entries.metadata.MetadataTransientCacheValue>> getTypeClasses()
      Specified by:
      getTypeClasses in interface org.infinispan.commons.marshall.AdvancedExternalizer<org.infinispan.container.entries.metadata.MetadataTransientCacheValue>
    • getId

      public Integer getId()
      Specified by:
      getId in interface org.infinispan.commons.marshall.AdvancedExternalizer<org.infinispan.container.entries.metadata.MetadataTransientCacheValue>
    • writeObject

      public void writeObject(ObjectOutput output, org.infinispan.container.entries.metadata.MetadataTransientCacheValue icv) throws IOException
      Specified by:
      writeObject in interface org.infinispan.commons.marshall.Externalizer<org.infinispan.container.entries.metadata.MetadataTransientCacheValue>
      Throws:
      IOException
    • readObject

      public org.infinispan.container.entries.metadata.MetadataTransientCacheValue readObject(ObjectInput input) throws IOException, ClassNotFoundException
      Specified by:
      readObject in interface org.infinispan.commons.marshall.Externalizer<org.infinispan.container.entries.metadata.MetadataTransientCacheValue>
      Throws:
      IOException
      ClassNotFoundException