Package | Description |
---|---|
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
org.infinispan.interceptors.locking |
Interceptors dealing with locking.
|
org.infinispan.transaction.impl |
Modifier and Type | Method and Description |
---|---|
VersionedPrepareCommand |
CommandsFactory.buildVersionedPrepareCommand(GlobalTransaction gtx,
List<WriteCommand> modifications,
boolean onePhase)
Builds a VersionedPrepareCommand
|
VersionedPrepareCommand |
CommandsFactoryImpl.buildVersionedPrepareCommand(GlobalTransaction gtx,
List<WriteCommand> modifications,
boolean onePhase) |
Modifier and Type | Method and Description |
---|---|
CompletionStage<Map<Object,IncrementableEntryVersion>> |
ClusteringDependentLogic.createNewVersionsAndCheckForWriteSkews(VersionGenerator versionGenerator,
TxInvocationContext context,
VersionedPrepareCommand prepareCommand) |
CompletionStage<Map<Object,IncrementableEntryVersion>> |
ClusteringDependentLogic.AbstractClusteringDependentLogic.createNewVersionsAndCheckForWriteSkews(VersionGenerator versionGenerator,
TxInvocationContext context,
VersionedPrepareCommand prepareCommand) |
CompletionStage<Map<Object,IncrementableEntryVersion>> |
OrderedClusteringDependentLogic.createNewVersionsAndCheckForWriteSkews(VersionGenerator versionGenerator,
TxInvocationContext context,
VersionedPrepareCommand prepareCommand) |
Modifier and Type | Method and Description |
---|---|
static CompletionStage<Map<Object,IncrementableEntryVersion>> |
WriteSkewHelper.performWriteSkewCheckAndReturnNewVersions(VersionedPrepareCommand prepareCommand,
EntryLoader<?,?> entryLoader,
VersionGenerator versionGenerator,
TxInvocationContext<?> context,
WriteSkewHelper.KeySpecificLogic ksl,
KeyPartitioner keyPartitioner) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.