| Package | Description |
|---|---|
| com.hazelcast.impl | |
| com.hazelcast.impl.base | |
| com.hazelcast.impl.management |
| Modifier and Type | Field and Description |
|---|---|
protected DistributedLock |
AbstractRecord.lock |
| Modifier and Type | Method and Description |
|---|---|
DistributedLock |
Record.getLock() |
DistributedLock |
AbstractRecord.getLock() |
DistributedLock |
AbstractSimpleRecord.getLock() |
| Modifier and Type | Method and Description |
|---|---|
void |
Record.setLock(DistributedLock lock) |
void |
AbstractRecord.setLock(DistributedLock lock) |
void |
AbstractSimpleRecord.setLock(DistributedLock lock) |
| Modifier and Type | Method and Description |
|---|---|
void |
CMap.collectScheduledLocks(Map<Object,DistributedLock> lockOwners,
Map<Object,DistributedLock> lockRequested)
for dead-lock detection
TODO: Warning => DistributedLock is not thread-safe !!!
|
void |
CMap.collectScheduledLocks(Map<Object,DistributedLock> lockOwners,
Map<Object,DistributedLock> lockRequested)
for dead-lock detection
TODO: Warning => DistributedLock is not thread-safe !!!
|
| Constructor and Description |
|---|
DistributedLock(DistributedLock copy) |
| Modifier and Type | Method and Description |
|---|---|
DistributedLock |
DetectDeadlockRequest.Vertex.getOwner() |
| Modifier and Type | Method and Description |
|---|---|
Map<Object,DistributedLock> |
LockInformationCallable.MapLockState.getLockOwners() |
Map<Object,DistributedLock> |
LockInformationCallable.MapLockState.getLockRequested() |
| Modifier and Type | Method and Description |
|---|---|
void |
LockInformationCallable.MapLockState.setLockOwners(Map<Object,DistributedLock> lockOwners) |
void |
LockInformationCallable.MapLockState.setLockRequested(Map<Object,DistributedLock> lockRequested) |
Copyright © 2013 Hazelcast, Inc.. All rights reserved.