Package | Description |
---|---|
org.infinispan.config |
Cache configuration beans and parsers.
|
org.infinispan.configuration.cache |
Classes related to eviction.
|
org.infinispan.transaction |
JTA transaction support.
|
Modifier and Type | Field and Description |
---|---|
protected TransactionMode |
Configuration.TransactionType.transactionMode
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TransactionMode |
Configuration.getTransactionMode()
Deprecated.
Returns cache's transaction mode.
|
TransactionMode |
Configuration.TransactionType.getTransactionMode()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.TransactionType.setTransactionMode(TransactionMode transactionMode)
Deprecated.
|
FluentConfiguration.TransactionConfig |
FluentConfiguration.TransactionConfig.transactionMode(TransactionMode transactionMode)
Deprecated.
Configures whether the cache is transactional or not.
|
FluentConfiguration.TransactionConfig |
Configuration.TransactionType.transactionMode(TransactionMode txMode)
Deprecated.
|
FluentConfiguration.TransactionConfig |
Configuration.RecoveryType.transactionMode(TransactionMode transactionMode)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TransactionMode |
TransactionConfiguration.transactionMode() |
Modifier and Type | Method and Description |
---|---|
TransactionConfigurationBuilder |
TransactionConfigurationBuilder.transactionMode(TransactionMode transactionMode) |
Modifier and Type | Method and Description |
---|---|
static TransactionMode |
TransactionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionMode[] |
TransactionMode.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.