Package org.infinispan.topology
Class CacheTopology.Externalizer
- java.lang.Object
-
- org.infinispan.commons.marshall.AbstractExternalizer<T>
-
- org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer<CacheTopology>
-
- org.infinispan.topology.CacheTopology.Externalizer
-
- All Implemented Interfaces:
Serializable,org.infinispan.commons.marshall.AdvancedExternalizer<CacheTopology>,org.infinispan.commons.marshall.Externalizer<CacheTopology>
- Enclosing class:
- CacheTopology
public static class CacheTopology.Externalizer extends org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer<CacheTopology>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Externalizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CacheTopologydoReadObject(ObjectInput unmarshaller)voiddoWriteObject(ObjectOutput output, CacheTopology cacheTopology)IntegergetId()Set<Class<? extends CacheTopology>>getTypeClasses()
-
-
-
Method Detail
-
doWriteObject
public void doWriteObject(ObjectOutput output, CacheTopology cacheTopology) throws IOException
- Specified by:
doWriteObjectin classorg.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer<CacheTopology>- Throws:
IOException
-
doReadObject
public CacheTopology doReadObject(ObjectInput unmarshaller) throws IOException, ClassNotFoundException
- Specified by:
doReadObjectin classorg.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer<CacheTopology>- Throws:
IOExceptionClassNotFoundException
-
getId
public Integer getId()
- Specified by:
getIdin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<CacheTopology>- Overrides:
getIdin classorg.infinispan.commons.marshall.AbstractExternalizer<CacheTopology>
-
getTypeClasses
public Set<Class<? extends CacheTopology>> getTypeClasses()
-
-