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 interfaceMVCCEntry<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 classReadCommittedEntryA wrapper around a cached entry that encapsulates read committed semantics when writes are initiated, committed or rolled back.classRepeatableReadEntryAn extension ofReadCommittedEntrythat provides Repeatable Read semanticsclassVersionedRepeatableReadEntryA 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 voidStateChangingEntry. copyStateFlagsFrom(StateChangingEntry other)Deprecated.
-