| Package | Description |
|---|---|
| org.jboss.cache.lock |
| Modifier and Type | Class and Description |
|---|---|
class |
LockStrategyNone
Transaction isolation level of None.
|
class |
LockStrategyReadCommitted
Transaction isolation level of READ_COMMITTED.
|
class |
LockStrategyReadUncommitted
Transaction isolation level of READ-UNCOMMITTED.
|
class |
LockStrategyRepeatableRead
Transaction isolation level of Repeatable_Read.
|
class |
LockStrategySerializable
Lock strategy of Serializable that prevents dirty read, non-repeatable read, and
phantom read.
|
| Modifier and Type | Method and Description |
|---|---|
LockStrategy |
LockStrategyFactory.getLockStrategy() |
LockStrategy |
LockStrategyFactory.getLockStrategy(IsolationLevel lockingLevel) |
| Modifier and Type | Method and Description |
|---|---|
void |
LockMap.releaseReaderOwners(LockStrategy lock) |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.