public static class Tombstone.ExcludeTombstonesFilterExternalizer extends Object implements org.infinispan.commons.marshall.AdvancedExternalizer<Tombstone.ExcludeTombstonesFilter>
Constructor and Description |
---|
ExcludeTombstonesFilterExternalizer() |
Modifier and Type | Method and Description |
---|---|
Integer |
getId() |
Set<Class<? extends Tombstone.ExcludeTombstonesFilter>> |
getTypeClasses() |
Tombstone.ExcludeTombstonesFilter |
readObject(ObjectInput input) |
void |
writeObject(ObjectOutput output,
Tombstone.ExcludeTombstonesFilter object) |
public Set<Class<? extends Tombstone.ExcludeTombstonesFilter>> getTypeClasses()
getTypeClasses
in interface org.infinispan.commons.marshall.AdvancedExternalizer<Tombstone.ExcludeTombstonesFilter>
public Integer getId()
getId
in interface org.infinispan.commons.marshall.AdvancedExternalizer<Tombstone.ExcludeTombstonesFilter>
public void writeObject(ObjectOutput output, Tombstone.ExcludeTombstonesFilter object) throws IOException
writeObject
in interface org.infinispan.commons.marshall.Externalizer<Tombstone.ExcludeTombstonesFilter>
IOException
public Tombstone.ExcludeTombstonesFilter readObject(ObjectInput input) throws IOException, ClassNotFoundException
readObject
in interface org.infinispan.commons.marshall.Externalizer<Tombstone.ExcludeTombstonesFilter>
IOException
ClassNotFoundException
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.