Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.container.entries.MortalCacheValue

Packages that use MortalCacheValue
org.infinispan.container.entries Entries which are stored in data containers. 
org.infinispan.container.entries.versioned   
 

Uses of MortalCacheValue in org.infinispan.container.entries
 

Subclasses of MortalCacheValue in org.infinispan.container.entries
 class TransientMortalCacheValue
          A transient, mortal cache value to correspond with TransientMortalCacheEntry
 

Fields in org.infinispan.container.entries declared as MortalCacheValue
protected  MortalCacheValue MortalCacheEntry.cacheValue
           
 

Methods in org.infinispan.container.entries that return MortalCacheValue
 MortalCacheValue MortalCacheValue.clone()
           
 MortalCacheValue MortalCacheValue.Externalizer.readObject(ObjectInput input)
           
 

Methods in org.infinispan.container.entries that return types with arguments of type MortalCacheValue
 Set<Class<? extends MortalCacheValue>> MortalCacheValue.Externalizer.getTypeClasses()
           
 

Methods in org.infinispan.container.entries with parameters of type MortalCacheValue
 void MortalCacheValue.Externalizer.writeObject(ObjectOutput output, MortalCacheValue mcv)
           
 

Constructors in org.infinispan.container.entries with parameters of type MortalCacheValue
MortalCacheEntry(Object key, MortalCacheValue cacheValue)
           
 

Uses of MortalCacheValue in org.infinispan.container.entries.versioned
 

Subclasses of MortalCacheValue in org.infinispan.container.entries.versioned
 class VersionedMortalCacheValue
          A form of MortalCacheValue that is Versioned
 class VersionedTransientMortalCacheValue
          A form of TransientMortalCacheValue that is Versioned
 


Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.