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