public class ComponentTransaction<T extends ComponentTransaction> extends Object
| Constructor and Description |
|---|
ComponentTransaction() |
| Modifier and Type | Method and Description |
|---|---|
Long |
commits()
The number of transaction commits.
|
T |
commits(Long value)
The number of transaction commits.
|
String |
getKey() |
String |
locking()
The locking mode for this cache, one of OPTIMISTIC or PESSIMISTIC.
|
T |
locking(String value)
The locking mode for this cache, one of OPTIMISTIC or PESSIMISTIC.
|
String |
mode()
Sets the cache transaction mode to one of NONE, NON_XA, NON_DURABLE_XA, FULL_XA.
|
T |
mode(String value)
Sets the cache transaction mode to one of NONE, NON_XA, NON_DURABLE_XA, FULL_XA.
|
Long |
prepares()
The number of transaction prepares.
|
T |
prepares(Long value)
The number of transaction prepares.
|
Long |
rollbacks()
The number of transaction rollbacks.
|
T |
rollbacks(Long value)
The number of transaction rollbacks.
|
Long |
stopTimeout()
If there are any ongoing transactions when a cache is stopped, Infinispan waits for ongoing remote and local transactions to finish.
|
T |
stopTimeout(Long value)
If there are any ongoing transactions when a cache is stopped, Infinispan waits for ongoing remote and local transactions to finish.
|
public String getKey()
public Long commits()
public T commits(Long value)
public String locking()
public T locking(String value)
public String mode()
public T mode(String value)
public Long prepares()
public T prepares(Long value)
public Long rollbacks()
public T rollbacks(Long value)
public Long stopTimeout()
Copyright © 2015 JBoss by Red Hat. All rights reserved.