Package org.infinispan.topology
Class CacheStatusResponse.Externalizer
- java.lang.Object
-
- org.infinispan.commons.marshall.AbstractExternalizer<CacheStatusResponse>
-
- org.infinispan.topology.CacheStatusResponse.Externalizer
-
- All Implemented Interfaces:
Serializable
,org.infinispan.commons.marshall.AdvancedExternalizer<CacheStatusResponse>
,org.infinispan.commons.marshall.Externalizer<CacheStatusResponse>
- Enclosing class:
- CacheStatusResponse
public static class CacheStatusResponse.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<CacheStatusResponse>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Externalizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getId()
Set<Class<? extends CacheStatusResponse>>
getTypeClasses()
CacheStatusResponse
readObject(ObjectInput unmarshaller)
void
writeObject(ObjectOutput output, CacheStatusResponse cacheStatusResponse)
-
-
-
Method Detail
-
writeObject
public void writeObject(ObjectOutput output, CacheStatusResponse cacheStatusResponse) throws IOException
- Throws:
IOException
-
readObject
public CacheStatusResponse readObject(ObjectInput unmarshaller) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
getId
public Integer getId()
- Specified by:
getId
in interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<CacheStatusResponse>
- Overrides:
getId
in classorg.infinispan.commons.marshall.AbstractExternalizer<CacheStatusResponse>
-
getTypeClasses
public Set<Class<? extends CacheStatusResponse>> getTypeClasses()
-
-