Class DefaultConsistentHashFactory.Externalizer
- java.lang.Object
-
- org.infinispan.commons.marshall.AbstractExternalizer<DefaultConsistentHashFactory>
-
- org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Externalizer
-
- All Implemented Interfaces:
Serializable,org.infinispan.commons.marshall.AdvancedExternalizer<DefaultConsistentHashFactory>,org.infinispan.commons.marshall.Externalizer<DefaultConsistentHashFactory>
- Enclosing class:
- DefaultConsistentHashFactory
public static class DefaultConsistentHashFactory.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<DefaultConsistentHashFactory>
- 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 DefaultConsistentHashFactory>>getTypeClasses()DefaultConsistentHashFactoryreadObject(ObjectInput unmarshaller)voidwriteObject(ObjectOutput output, DefaultConsistentHashFactory chf)
-
-
-
Method Detail
-
writeObject
public void writeObject(ObjectOutput output, DefaultConsistentHashFactory chf) throws IOException
- Throws:
IOException
-
readObject
public DefaultConsistentHashFactory readObject(ObjectInput unmarshaller) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
getId
public Integer getId()
- Specified by:
getIdin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<DefaultConsistentHashFactory>- Overrides:
getIdin classorg.infinispan.commons.marshall.AbstractExternalizer<DefaultConsistentHashFactory>
-
getTypeClasses
public Set<Class<? extends DefaultConsistentHashFactory>> getTypeClasses()
-
-