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