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 IntegergetId()Set<Class<? extends ScatteredConsistentHashFactory>>getTypeClasses()ScatteredConsistentHashFactoryreadObject(ObjectInput unmarshaller)voidwriteObject(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:
IOExceptionClassNotFoundException
-
getId
public Integer getId()
- Specified by:
getIdin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<ScatteredConsistentHashFactory>- Overrides:
getIdin classorg.infinispan.commons.marshall.AbstractExternalizer<ScatteredConsistentHashFactory>
-
getTypeClasses
public Set<Class<? extends ScatteredConsistentHashFactory>> getTypeClasses()
-
-