Class 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:
    Serialized Form
    • Constructor Detail

      • MetadataTransientCacheValueExternalizer

        public MetadataTransientCacheValueExternalizer()
    • Method Detail

      • 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