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 classL1InternalCacheEntryAInternalCacheEntryimplementation to store a L1 entry.Methods in org.infinispan.container.entries that return MortalCacheEntry Modifier and Type Method Description MortalCacheEntryMortalCacheEntry. clone()MortalCacheEntryMortalCacheEntry.Externalizer. readObject(java.io.ObjectInput input)Methods in org.infinispan.container.entries that return types with arguments of type MortalCacheEntry Modifier and Type Method Description java.util.Set<java.lang.Class<? extends MortalCacheEntry>>MortalCacheEntry.Externalizer. getTypeClasses()Methods in org.infinispan.container.entries with parameters of type MortalCacheEntry Modifier and Type Method Description voidMortalCacheEntry.Externalizer. writeObject(java.io.ObjectOutput output, MortalCacheEntry mce)
-