Uses of Interface
org.infinispan.container.entries.MVCCEntry
Package
Description
Entries which are stored in data containers.
Data containers which store cache entries.
-
Uses of MVCCEntry in org.infinispan.container.entries
Modifier and TypeClassDescriptionclass
ReadCommittedEntry<K,
V> A wrapper around a cached entry that encapsulates read committed semantics when writes are initiated, committed or rolled back.class
RepeatableReadEntry<K,
V> An extension ofReadCommittedEntry
that provides Repeatable Read semanticsclass
A version of RepeatableReadEntry that can perform write-skew checks during prepare. -
Uses of MVCCEntry in org.infinispan.container.impl
Modifier and TypeMethodDescriptionprotected MVCCEntry<?,
?> EntryFactoryImpl.createWrappedEntry
(Object key, CacheEntry<?, ?> cacheEntry) -
Uses of MVCCEntry in org.infinispan.functional.impl
Modifier and TypeMethodDescriptionstatic <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.persistence.support
Modifier and TypeMethodDescriptionDelegatingPersistenceManager.performBatch
(TxInvocationContext<AbstractCacheTransaction> invocationContext, TriPredicate<? super org.infinispan.commands.write.WriteCommand, Object, MVCCEntry<?, ?>> commandKeyPredicate)