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