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