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