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(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 voidMortalCacheEntry.Externalizer. writeObject(ObjectOutput output, MortalCacheEntry mce)
-