Uses of Interface
org.infinispan.container.entries.MVCCEntry
Packages that use MVCCEntry
Package
Description
Entries which are stored in data containers.
Data containers which store cache entries.
Basic interceptors
Implementations of the
PersistenceManager interface, which define the logic
of how infinispan interacts with external stores.-
Uses of MVCCEntry in org.infinispan.container.entries
Classes in org.infinispan.container.entries that implement MVCCEntryModifier and TypeClassDescriptionclassReadCommittedEntry<K,V> A wrapper around a cached entry that encapsulates read committed semantics when writes are initiated, committed or rolled back.classRepeatableReadEntry<K,V> An extension ofReadCommittedEntrythat provides Repeatable Read semanticsclassA version of RepeatableReadEntry that can perform write-skew checks during prepare.Methods in org.infinispan.container.entries that return MVCCEntry -
Uses of MVCCEntry in org.infinispan.container.impl
Methods in org.infinispan.container.impl that return MVCCEntryModifier and TypeMethodDescriptionprotected 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 MVCCEntryModifier 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.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type MVCCEntryModifier and TypeMethodDescriptionprotected ObjectCallInterceptor.performRemove(MVCCEntry<?, ?> e, InvocationContext ctx, ValueMatcher valueMatcher, Object key, Object prevValue, Object optionalValue, Metadata commandMetadata, boolean notifyRemove, boolean returnEntry, DataWriteCommand command) -
Uses of MVCCEntry in org.infinispan.persistence.manager
Method parameters in org.infinispan.persistence.manager with type arguments of type MVCCEntryModifier and TypeMethodDescriptionPersistenceManager.performBatch(TxInvocationContext<AbstractCacheTransaction> invocationContext, TriPredicate<? super WriteCommand, Object, MVCCEntry<?, ?>> commandKeyPredicate) Writes a batch for the given modifications in the transactional contextPersistenceManagerImpl.performBatch(TxInvocationContext<AbstractCacheTransaction> ctx, TriPredicate<? super WriteCommand, Object, MVCCEntry<?, ?>> commandKeyPredicate) TracedPersistenceManager.performBatch(TxInvocationContext<AbstractCacheTransaction> ctx, TriPredicate<? super WriteCommand, Object, MVCCEntry<?, ?>> commandKeyPredicate) -
Uses of MVCCEntry in org.infinispan.persistence.support
Method parameters in org.infinispan.persistence.support with type arguments of type MVCCEntryModifier and TypeMethodDescriptionDelegatingPersistenceManager.performBatch(TxInvocationContext<AbstractCacheTransaction> invocationContext, TriPredicate<? super WriteCommand, Object, MVCCEntry<?, ?>> commandKeyPredicate)