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