Uses of Interface
org.infinispan.container.entries.StateChangingEntry
-
Packages that use StateChangingEntry Package Description 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 Modifier and Type Interface Description interface
MVCCEntry<K,V>
An entry that can be safely copied when updates are made, to provide MVCC semanticsClasses in org.infinispan.container.entries that implement StateChangingEntry Modifier and Type Class Description 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 ofReadCommittedEntry
that provides Repeatable Read semanticsclass
VersionedRepeatableReadEntry
A version of RepeatableReadEntry that can perform write-skew checks during prepare.Methods in org.infinispan.container.entries with parameters of type StateChangingEntry Modifier and Type Method Description default void
StateChangingEntry. copyStateFlagsFrom(StateChangingEntry other)
Deprecated.
-