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