| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache |
This package contain cache-related processors & persistence implementation.
|
| org.apache.ignite.internal.processors.cache.distributed |
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheMvccCandidate
Lock candidate.
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable CacheLockCandidates |
GridCacheMvcc.allOwners() |
@Nullable CacheLockCandidates |
GridCacheMvcc.doneRemote(GridCacheVersion ver,
Collection<GridCacheVersion> pending,
Collection<GridCacheVersion> committed,
Collection<GridCacheVersion> rolledback)
Sets remote candidate to done.
|
@Nullable CacheLockCandidates |
GridCacheMvcc.localOwners() |
@Nullable CacheLockCandidates |
GridCacheMvcc.readyLocal(GridCacheMvccCandidate cand) |
@Nullable CacheLockCandidates |
GridCacheMvcc.readyLocal(GridCacheVersion ver) |
@Nullable CacheLockCandidates |
GridCacheMvcc.readyNearLocal(GridCacheVersion ver,
GridCacheVersion mappedVer,
Collection<GridCacheVersion> committedVers,
Collection<GridCacheVersion> rolledBackVers,
Collection<GridCacheVersion> pending)
Marks near-local candidate as ready and makes locks reassignment.
|
@Nullable CacheLockCandidates |
GridCacheMvcc.recheck()
Checks if lock should be assigned.
|
@Nullable CacheLockCandidates |
GridCacheMvcc.removeExplicitNodeCandidates(UUID nodeId)
Removes all candidates for node.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridCacheMapEntry.checkOwnerChanged(@Nullable CacheLockCandidates prevOwners,
@Nullable CacheLockCandidates owners,
CacheObject val) |
protected void |
GridCacheMapEntry.checkOwnerChanged(@Nullable CacheLockCandidates prevOwners,
@Nullable CacheLockCandidates owners,
CacheObject val) |
protected void |
GridCacheMapEntry.checkOwnerChanged(@Nullable CacheLockCandidates prevOwners,
@Nullable CacheLockCandidates owners,
CacheObject val,
boolean inThreadChain) |
protected void |
GridCacheMapEntry.checkOwnerChanged(@Nullable CacheLockCandidates prevOwners,
@Nullable CacheLockCandidates owners,
CacheObject val,
boolean inThreadChain) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable CacheLockCandidates |
GridDistributedCacheEntry.readyLock(GridCacheVersion ver) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020