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