Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Interface
org.infinispan.container.entries.StateChangingEntry

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

Uses of StateChangingEntry in org.infinispan.container.entries
 

Subinterfaces of StateChangingEntry in org.infinispan.container.entries
 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 StateChangingEntry
 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 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
 

Methods in org.infinispan.container.entries with parameters of type StateChangingEntry
 void DeltaAwareCacheEntry.copyStateFlagsFrom(StateChangingEntry other)
           
 void ReadCommittedEntry.copyStateFlagsFrom(StateChangingEntry other)
           
 void StateChangingEntry.copyStateFlagsFrom(StateChangingEntry other)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

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