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