Uses of Class
org.infinispan.container.entries.MortalCacheEntry
-
Packages that use MortalCacheEntry Package Description org.infinispan.container.entries Entries which are stored in data containers. -
-
Uses of MortalCacheEntry in org.infinispan.container.entries
Subclasses of MortalCacheEntry in org.infinispan.container.entries Modifier and Type Class Description class
L1InternalCacheEntry
AInternalCacheEntry
implementation to store a L1 entry.Methods in org.infinispan.container.entries that return MortalCacheEntry Modifier and Type Method Description MortalCacheEntry
MortalCacheEntry. clone()
MortalCacheEntry
MortalCacheEntry.Externalizer. readObject(ObjectInput input)
Methods in org.infinispan.container.entries that return types with arguments of type MortalCacheEntry Modifier and Type Method Description Set<Class<? extends MortalCacheEntry>>
MortalCacheEntry.Externalizer. getTypeClasses()
Methods in org.infinispan.container.entries with parameters of type MortalCacheEntry Modifier and Type Method Description void
MortalCacheEntry.Externalizer. writeObject(ObjectOutput output, MortalCacheEntry mce)
-