Uses of Class
org.apache.ignite.internal.processors.cache.distributed.GridDistributedLockCancelledException
-
Packages that use GridDistributedLockCancelledException Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.distributed org.apache.ignite.internal.processors.cache.distributed.dht -
-
Uses of GridDistributedLockCancelledException in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that throw GridDistributedLockCancelledException Modifier and Type Method Description booleanGridCacheEntryEx. tmLock(IgniteInternalTx tx, long timeout, @Nullable GridCacheVersion serOrder, @Nullable GridCacheVersion serReadVer, boolean read)This locks is called by transaction manager during prepare step for optimistic transactions. -
Uses of GridDistributedLockCancelledException in org.apache.ignite.internal.processors.cache.distributed
Methods in org.apache.ignite.internal.processors.cache.distributed that throw GridDistributedLockCancelledException Modifier and Type Method Description voidGridDistributedCacheEntry. addRemote(UUID nodeId, @Nullable UUID otherNodeId, long threadId, GridCacheVersion ver, boolean tx, boolean implicitSingle, @Nullable GridCacheVersion owned)Adds new lock candidate.protected voidGridDistributedCacheEntry. checkRemoved(GridCacheVersion ver)booleanGridDistributedCacheEntry. tmLock(IgniteInternalTx tx, long timeout, @Nullable GridCacheVersion serOrder, GridCacheVersion serReadVer, boolean read)This locks is called by transaction manager during prepare step for optimistic transactions. -
Uses of GridDistributedLockCancelledException in org.apache.ignite.internal.processors.cache.distributed.dht
Methods in org.apache.ignite.internal.processors.cache.distributed.dht that throw GridDistributedLockCancelledException Modifier and Type Method Description @Nullable GridCacheMvccCandidateGridDhtLockFuture. addEntry(GridDhtCacheEntry entry)Adds entry to future.booleanGridDhtCacheEntry. tmLock(IgniteInternalTx tx, long timeout, @Nullable GridCacheVersion serOrder, GridCacheVersion serReadVer, boolean read)This locks is called by transaction manager during prepare step for optimistic transactions.
-