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:
-
Field Summary
Fields inherited from interface org.infinispan.commons.marshall.AdvancedExternalizer
USER_EXT_ID_MIN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Set<Class<? extends ScatteredConsistentHashFactory>>readObject(ObjectInput unmarshaller) voidwriteObject(ObjectOutput output, ScatteredConsistentHashFactory chf)
-
Constructor Details
-
Externalizer
public Externalizer()
-
-
Method Details
-
writeObject
- Throws:
IOException
-
readObject
public ScatteredConsistentHashFactory readObject(ObjectInput unmarshaller) throws IOException, ClassNotFoundException - Throws:
IOExceptionClassNotFoundException
-
getId
- Specified by:
getIdin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<ScatteredConsistentHashFactory>- Overrides:
getIdin classorg.infinispan.commons.marshall.AbstractExternalizer<ScatteredConsistentHashFactory>
-
getTypeClasses
-