Class ScatteredConsistentHashFactory.Externalizer
- java.lang.Object
-
- org.infinispan.commons.marshall.AbstractExternalizer<ScatteredConsistentHashFactory>
-
- org.infinispan.distribution.ch.impl.ScatteredConsistentHashFactory.Externalizer
-
- All Implemented Interfaces:
Serializable
,org.infinispan.commons.marshall.AdvancedExternalizer<ScatteredConsistentHashFactory>
,org.infinispan.commons.marshall.Externalizer<ScatteredConsistentHashFactory>
- Enclosing class:
- ScatteredConsistentHashFactory
public static class ScatteredConsistentHashFactory.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<ScatteredConsistentHashFactory>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Externalizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getId()
Set<Class<? extends ScatteredConsistentHashFactory>>
getTypeClasses()
ScatteredConsistentHashFactory
readObject(ObjectInput unmarshaller)
void
writeObject(ObjectOutput output, ScatteredConsistentHashFactory chf)
-
-
-
Method Detail
-
writeObject
public void writeObject(ObjectOutput output, ScatteredConsistentHashFactory chf) throws IOException
- Throws:
IOException
-
readObject
public ScatteredConsistentHashFactory readObject(ObjectInput unmarshaller) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
getId
public Integer getId()
- Specified by:
getId
in interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<ScatteredConsistentHashFactory>
- Overrides:
getId
in classorg.infinispan.commons.marshall.AbstractExternalizer<ScatteredConsistentHashFactory>
-
getTypeClasses
public Set<Class<? extends ScatteredConsistentHashFactory>> getTypeClasses()
-
-