| 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 AttributeDefinition<TransactionMode> |
TransactionConfiguration.TRANSACTION_MODE |
| Modifier and Type | Method and Description |
|---|---|
TransactionMode |
TransactionMode.getMode() |
TransactionMode |
TransactionConfiguration.transactionMode() |
TransactionMode |
TransactionConfigurationBuilder.transactionMode() |
| Modifier and Type | Method and Description |
|---|---|
TransactionConfigurationBuilder |
TransactionConfigurationBuilder.transactionMode(TransactionMode transactionMode) |
| Modifier and Type | Method and Description |
|---|---|
TransactionMode |
Parser.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 |
|---|---|
CacheConfigurationException |
Log.unknownTransactionConfiguration(TransactionMode mode,
boolean xaEnabled,
boolean recoveryEnabled,
boolean batchingEnabled) |
CacheConfigurationException |
Log_$logger.unknownTransactionConfiguration(TransactionMode mode,
boolean xaEnabled,
boolean recoveryEnabled,
boolean batchingEnabled) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.