Uses of Interface
org.infinispan.container.entries.MVCCEntry
-
Packages that use MVCCEntry Package Description org.infinispan.container.entries Entries which are stored in data containers.org.infinispan.container.impl Data containers which store cache entries.org.infinispan.functional.impl org.infinispan.interceptors.impl Basic interceptors -
-
Uses of MVCCEntry in org.infinispan.container.entries
Classes in org.infinispan.container.entries that implement MVCCEntry 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 that return MVCCEntry Modifier and Type Method Description MVCCEntry<K,V>MVCCEntry. clone() -
Uses of MVCCEntry in org.infinispan.container.impl
Methods in org.infinispan.container.impl that return MVCCEntry Modifier and Type Method Description protected MVCCEntry<?,?>EntryFactoryImpl. createWrappedEntry(Object key, CacheEntry<?,?> cacheEntry) -
Uses of MVCCEntry in org.infinispan.functional.impl
Methods in org.infinispan.functional.impl with parameters of type MVCCEntry Modifier and Type Method Description static <K,V>
EntryViews.AccessLoggingReadWriteView<K,V>EntryViews. readWrite(MVCCEntry entry, Object prevValue, Metadata prevMetadata, DataConversion keyDataConversion, DataConversion valueDataConversion)static <K,V>
EntryViews.AccessLoggingReadWriteView<K,V>EntryViews. readWrite(MVCCEntry entry, DataConversion keyDataConversion, DataConversion valueDataConversion) -
Uses of MVCCEntry in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type MVCCEntry Modifier and Type Method Description protected ObjectCallInterceptor. performRemove(MVCCEntry e, InvocationContext ctx, ValueMatcher valueMatcher, Object key, Object prevValue, Object optionalValue, boolean notifyRemove, RemoveCommand command)
-