Package | Description |
---|---|
org.infinispan.configuration.cache | |
org.infinispan.util.concurrent |
Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities
and containers.
|
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 © 2016 JBoss, a division of Red Hat. All rights reserved.