Class TombstoneUpdate.Externalizer
- java.lang.Object
-
- org.infinispan.hibernate.cache.commons.util.TombstoneUpdate.Externalizer
-
- All Implemented Interfaces:
Serializable,org.infinispan.commons.marshall.AdvancedExternalizer<TombstoneUpdate>,org.infinispan.commons.marshall.Externalizer<TombstoneUpdate>
- Enclosing class:
- TombstoneUpdate<T>
public static class TombstoneUpdate.Externalizer extends Object implements org.infinispan.commons.marshall.AdvancedExternalizer<TombstoneUpdate>
- 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 TombstoneUpdate>>getTypeClasses()TombstoneUpdatereadObject(ObjectInput input)voidwriteObject(ObjectOutput output, TombstoneUpdate object)
-
-
-
Method Detail
-
getTypeClasses
public Set<Class<? extends TombstoneUpdate>> getTypeClasses()
- Specified by:
getTypeClassesin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<TombstoneUpdate>
-
getId
public Integer getId()
- Specified by:
getIdin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<TombstoneUpdate>
-
writeObject
public void writeObject(ObjectOutput output, TombstoneUpdate object) throws IOException
- Specified by:
writeObjectin interfaceorg.infinispan.commons.marshall.Externalizer<TombstoneUpdate>- Throws:
IOException
-
readObject
public TombstoneUpdate readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Specified by:
readObjectin interfaceorg.infinispan.commons.marshall.Externalizer<TombstoneUpdate>- Throws:
IOExceptionClassNotFoundException
-
-