Infinispan Distribution 5.2.6.Final-redhat-2

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

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

Uses of ImmortalCacheValue in org.infinispan.container.entries
 

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

Fields in org.infinispan.container.entries declared as ImmortalCacheValue
protected  ImmortalCacheValue ImmortalCacheEntry.cacheValue
           
 

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

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

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

Constructors in org.infinispan.container.entries with parameters of type ImmortalCacheValue
ImmortalCacheEntry(Object key, ImmortalCacheValue value)
           
 

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

Subclasses of ImmortalCacheValue in org.infinispan.container.entries.versioned
 class VersionedImmortalCacheValue
          A form of ImmortalCacheValue that is Versioned
 class VersionedMortalCacheValue
          A form of MortalCacheValue that is Versioned
 class VersionedTransientCacheValue
          A form of TransientCacheValue 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.