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 long
timeout()
Deprecated.String
toString()
Deprecated.org.infinispan.commons.tx.lookup.TransactionManagerLookup
transactionManagerLookup()
Deprecated.TransactionMode
transactionMode()
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.
-
-