Class TransactionConfiguration
- java.lang.Object
-
- org.infinispan.client.hotrod.configuration.TransactionConfiguration
-
@Deprecated public class TransactionConfiguration extends Object
Deprecated.since 12.0. To be removed in Infinispan 14Configures a transactionalRemoteCache.- Since:
- 9.3
- Author:
- Pedro Ruivo
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description longtimeout()Deprecated.StringtoString()Deprecated.org.infinispan.commons.tx.lookup.TransactionManagerLookuptransactionManagerLookup()Deprecated.TransactionModetransactionMode()Deprecated.
-
-
-
Method Detail
-
transactionMode
@Deprecated public TransactionMode transactionMode()
Deprecated.
-
transactionManagerLookup
@Deprecated public org.infinispan.commons.tx.lookup.TransactionManagerLookup transactionManagerLookup()
Deprecated.
-
timeout
@Deprecated public long timeout()
Deprecated.
-
toString
public String toString()
Deprecated.
-
-