Package | Description |
---|---|
org.infinispan.config |
Cache configuration beans and parsers.
|
org.infinispan.configuration.cache |
Classes related to eviction.
|
org.infinispan.util.concurrent |
Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities
and containers.
|
Modifier and Type | Field and Description |
---|---|
protected IsolationLevel |
Configuration.LockingType.isolationLevel
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IsolationLevel |
Configuration.getIsolationLevel()
Deprecated.
|
IsolationLevel |
Configuration.LockingType.getIsolationLevel()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FluentConfiguration.LockingConfig |
FluentConfiguration.LockingConfig.isolationLevel(IsolationLevel isolationLevel)
Deprecated.
Cache isolation level.
|
FluentConfiguration.LockingConfig |
Configuration.LockingType.isolationLevel(IsolationLevel isolationLevel)
Deprecated.
|
void |
Configuration.setIsolationLevel(IsolationLevel isolationLevel)
Deprecated.
|
void |
Configuration.LockingType.setIsolationLevel(IsolationLevel isolationLevel)
Deprecated.
The visibility of this will be reduced, use
Configuration.LockingType.isolationLevel(org.infinispan.util.concurrent.IsolationLevel) instead |
Modifier and Type | Method and Description |
---|---|
IsolationLevel |
LockingConfiguration.isolationLevel()
Cache isolation level.
|
Modifier and Type | Method and Description |
---|---|
LockingConfigurationBuilder |
LockingConfigurationBuilder.isolationLevel(IsolationLevel isolationLevel)
Cache isolation level.
|
Modifier and Type | Method and Description |
---|---|
static IsolationLevel |
IsolationLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IsolationLevel[] |
IsolationLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.