|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IsolationLevel | |
|---|---|
| org.jboss.cache | |
| org.jboss.cache.lock | |
| Uses of IsolationLevel in org.jboss.cache |
|---|
| Fields in org.jboss.cache declared as IsolationLevel | |
|---|---|
protected IsolationLevel |
TreeCache.isolationLevel
Isolation level in use, default is REPEATABLE_READ. |
| Methods in org.jboss.cache that return IsolationLevel | |
|---|---|
IsolationLevel |
TreeCache.getIsolationLevelClass()
|
| Methods in org.jboss.cache with parameters of type IsolationLevel | |
|---|---|
void |
TreeCache.setIsolationLevel(IsolationLevel level)
|
| Uses of IsolationLevel in org.jboss.cache.lock |
|---|
| Fields in org.jboss.cache.lock declared as IsolationLevel | |
|---|---|
static IsolationLevel |
IsolationLevel.NONE
|
static IsolationLevel |
IsolationLevel.READ_COMMITTED
|
static IsolationLevel |
IsolationLevel.READ_UNCOMMITTED
|
static IsolationLevel |
IsolationLevel.REPEATABLE_READ
|
static IsolationLevel |
IsolationLevel.SERIALIZABLE
|
| Methods in org.jboss.cache.lock that return IsolationLevel | |
|---|---|
static IsolationLevel |
IsolationLevel.stringToIsolationLevel(java.lang.String level)
Returns an isolation level from a string. |
| Methods in org.jboss.cache.lock with parameters of type IsolationLevel | |
|---|---|
static LockStrategy |
LockStrategyFactory.getLockStrategy(IsolationLevel lockingLevel)
|
static void |
LockStrategyFactory.setIsolationLevel(IsolationLevel level)
|
| Constructors in org.jboss.cache.lock with parameters of type IsolationLevel | |
|---|---|
IdentityLock(IsolationLevel level)
For testing only |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||