public static class MultiClusterEventCallable.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<MultiClusterEventCallable>
Constructor and Description |
---|
Externalizer() |
Modifier and Type | Method and Description |
---|---|
Integer |
getId() |
Set<Class<? extends MultiClusterEventCallable>> |
getTypeClasses() |
MultiClusterEventCallable |
readObject(ObjectInput input) |
void |
writeObject(ObjectOutput output,
MultiClusterEventCallable object) |
public Set<Class<? extends MultiClusterEventCallable>> getTypeClasses()
public void writeObject(ObjectOutput output, MultiClusterEventCallable object) throws IOException
IOException
public MultiClusterEventCallable readObject(ObjectInput input) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public Integer getId()
getId
in interface org.infinispan.commons.marshall.AdvancedExternalizer<MultiClusterEventCallable>
getId
in class org.infinispan.commons.marshall.AbstractExternalizer<MultiClusterEventCallable>
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.