Class Tombstone.Externalizer
- java.lang.Object
-
- org.infinispan.hibernate.cache.commons.util.Tombstone.Externalizer
-
- All Implemented Interfaces:
Serializable,org.infinispan.commons.marshall.AdvancedExternalizer<Tombstone>,org.infinispan.commons.marshall.Externalizer<Tombstone>
- Enclosing class:
- Tombstone
public static class Tombstone.Externalizer extends Object implements org.infinispan.commons.marshall.AdvancedExternalizer<Tombstone>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Externalizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetId()Set<Class<? extends Tombstone>>getTypeClasses()TombstonereadObject(ObjectInput input)voidwriteObject(ObjectOutput output, Tombstone tombstone)
-
-
-
Method Detail
-
getTypeClasses
public Set<Class<? extends Tombstone>> getTypeClasses()
- Specified by:
getTypeClassesin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<Tombstone>
-
getId
public Integer getId()
- Specified by:
getIdin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<Tombstone>
-
writeObject
public void writeObject(ObjectOutput output, Tombstone tombstone) throws IOException
- Specified by:
writeObjectin interfaceorg.infinispan.commons.marshall.Externalizer<Tombstone>- Throws:
IOException
-
readObject
public Tombstone readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Specified by:
readObjectin interfaceorg.infinispan.commons.marshall.Externalizer<Tombstone>- Throws:
IOExceptionClassNotFoundException
-
-