Uses of Interface
org.infinispan.container.entries.versioned.Versioned

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

Uses of Versioned in org.infinispan.container.entries
 

Subinterfaces of Versioned in org.infinispan.container.entries
 interface CacheEntry
          An entry that is stored in the data container
 interface InternalCacheEntry
          Interface for internal cache entries that expose whether an entry has expired.
 interface MVCCEntry
          An entry that can be safely copied when updates are made, to provide MVCC semantics
 

Classes in org.infinispan.container.entries that implement Versioned
 class AbstractInternalCacheEntry
          An abstract internal cache entry that is typically stored in the data container
 class ClusteredRepeatableReadEntry
          A version of RepeatableReadEntry that can perform write-skew checks during prepare.
 class DeltaAwareCacheEntry
          A wrapper around a cached entry that encapsulates DeltaAware and Delta semantics when writes are initiated, committed or rolled back.
 class ImmortalCacheEntry
          A cache entry that is immortal/cannot expire
 class MortalCacheEntry
          A cache entry that is mortal.
 class NullMarkerEntry
          A marker entry to represent a null for repeatable read, so that a read that returns a null can continue to return null.
 class NullMarkerEntryForRemoval
          A null entry that is read in for removal
 class ReadCommittedEntry
          A wrapper around a cached entry that encapsulates read committed semantics when writes are initiated, committed or rolled back.
 class RepeatableReadEntry
          An extension of ReadCommittedEntry that provides Repeatable Read semantics
 class TransientCacheEntry
          A cache entry that is transient, i.e., it can be considered expired after a period of not being used.
 class TransientMortalCacheEntry
          A cache entry that is both transient and mortal.
 

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

Classes in org.infinispan.container.entries.versioned that implement Versioned
 class VersionedImmortalCacheEntry
          A form of ImmortalCacheEntry that is Versioned
 class VersionedImmortalCacheValue
          A form of ImmortalCacheValue that is Versioned
 class VersionedMortalCacheEntry
          A form of MortalCacheEntry that is Versioned
 class VersionedMortalCacheValue
          A form of MortalCacheValue that is Versioned
 class VersionedTransientCacheEntry
          A form of TransientCacheEntry that is Versioned
 class VersionedTransientCacheValue
          A form of TransientCacheValue that is Versioned
 class VersionedTransientMortalCacheEntry
          A form of TransientMortalCacheEntry that is Versioned
 class VersionedTransientMortalCacheValue
          A form of TransientMortalCacheValue that is Versioned
 


-->

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