Package | Description |
---|---|
org.wildfly.swarm.config.infinispan.remote_cache_container |
Modifier and Type | Method and Description |
---|---|
TransactionComponent.Mode |
TransactionComponent.mode()
Sets the cache transaction mode to one of NONE, NON_XA, NON_DURABLE_XA,
FULL_XA.
|
static TransactionComponent.Mode |
TransactionComponent.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionComponent.Mode[] |
TransactionComponent.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
TransactionComponent.mode(TransactionComponent.Mode value)
Sets the cache transaction mode to one of NONE, NON_XA, NON_DURABLE_XA,
FULL_XA.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.