Uses of Class
org.infinispan.container.versioning.EntryVersionsMap
-
Packages that use EntryVersionsMap Package Description org.infinispan.container.versioning org.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.transaction.xa XA transaction support. -
-
Uses of EntryVersionsMap in org.infinispan.container.versioning
Methods in org.infinispan.container.versioning that return EntryVersionsMap Modifier and Type Method Description EntryVersionsMap
EntryVersionsMap. merge(EntryVersionsMap updatedVersions)
Methods in org.infinispan.container.versioning with parameters of type EntryVersionsMap Modifier and Type Method Description EntryVersionsMap
EntryVersionsMap. merge(EntryVersionsMap updatedVersions)
-
Uses of EntryVersionsMap in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking that return types with arguments of type EntryVersionsMap Modifier and Type Method Description java.util.concurrent.CompletionStage<EntryVersionsMap>
ClusteringDependentLogic.AbstractClusteringDependentLogic. createNewVersionsAndCheckForWriteSkews(VersionGenerator versionGenerator, org.infinispan.context.impl.TxInvocationContext context, org.infinispan.commands.tx.VersionedPrepareCommand prepareCommand)
java.util.concurrent.CompletionStage<EntryVersionsMap>
ClusteringDependentLogic. createNewVersionsAndCheckForWriteSkews(VersionGenerator versionGenerator, org.infinispan.context.impl.TxInvocationContext context, org.infinispan.commands.tx.VersionedPrepareCommand prepareCommand)
java.util.concurrent.CompletionStage<EntryVersionsMap>
OrderedClusteringDependentLogic. createNewVersionsAndCheckForWriteSkews(VersionGenerator versionGenerator, org.infinispan.context.impl.TxInvocationContext context, org.infinispan.commands.tx.VersionedPrepareCommand prepareCommand)
-
Uses of EntryVersionsMap in org.infinispan.transaction.xa
Methods in org.infinispan.transaction.xa that return EntryVersionsMap Modifier and Type Method Description EntryVersionsMap
CacheTransaction. getUpdatedEntryVersions()
EntryVersionsMap
CacheTransaction. getVersionsRead()
Note: used in Repeatable Read + Write Skew + Clustering + Versioning.Methods in org.infinispan.transaction.xa with parameters of type EntryVersionsMap Modifier and Type Method Description void
CacheTransaction. setUpdatedEntryVersions(EntryVersionsMap updatedEntryVersions)
-