Uses of Interface
org.infinispan.container.entries.MVCCEntry
-
Packages that use MVCCEntry Package Description org.infinispan.commands.write Commands that alter the state of the cache.org.infinispan.container.entries Entries which are stored in data containers. -
-
Uses of MVCCEntry in org.infinispan.commands.write
Methods in org.infinispan.commands.write with parameters of type MVCCEntry Modifier and Type Method Description protected void
InvalidateCommand. notify(InvocationContext ctx, MVCCEntry e, boolean pre)
protected Object
RemoveCommand. performRemove(MVCCEntry e, Object prevValue, InvocationContext ctx)
-
Uses of MVCCEntry in org.infinispan.container.entries
Classes in org.infinispan.container.entries that implement MVCCEntry 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 that return MVCCEntry Modifier and Type Method Description MVCCEntry<K,V>
MVCCEntry. clone()
-