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