Package | Description |
---|---|
org.infinispan.configuration.cache |
Cache configuration |
org.infinispan.configuration.parsing | |
org.infinispan.transaction |
JTA transaction support.
|
org.infinispan.util.logging |
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
|
Modifier and Type | Field and Description |
---|---|
static org.infinispan.commons.configuration.attributes.AttributeDefinition<TransactionMode> |
TransactionConfiguration.TRANSACTION_MODE |
Modifier and Type | Method and Description |
---|---|
TransactionMode |
TransactionMode.getMode() |
TransactionMode |
TransactionConfiguration.transactionMode() |
Modifier and Type | Method and Description |
---|---|
TransactionConfigurationBuilder |
TransactionConfigurationBuilder.transactionMode(TransactionMode transactionMode) |
Modifier and Type | Method and Description |
---|---|
TransactionMode |
Parser72.TransactionMode.getMode() |
TransactionMode |
Parser80.TransactionMode.getMode() |
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.
|
Modifier and Type | Method and Description |
---|---|
org.infinispan.commons.CacheConfigurationException |
Log.invalidTxModeForTotalOrder(TransactionMode transactionMode) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.