Class TransactionConfiguration

java.lang.Object
org.infinispan.client.hotrod.configuration.TransactionConfiguration

@Deprecated(forRemoval=true) public class TransactionConfiguration extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
since 12.0. To be removed in Infinispan 14
Configures a transactional RemoteCache.
Since:
9.3
Author:
Pedro Ruivo
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Deprecated, for removal: This API element is subject to removal in a future version.
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    org.infinispan.commons.tx.lookup.TransactionManagerLookup
    Deprecated, for removal: This API element is subject to removal in a future version.
    Deprecated, for removal: This API element is subject to removal in a future version.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Method Details

    • transactionMode

      @Deprecated(forRemoval=true) public TransactionMode transactionMode()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • transactionManagerLookup

      @Deprecated(forRemoval=true) public org.infinispan.commons.tx.lookup.TransactionManagerLookup transactionManagerLookup()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • timeout

      @Deprecated(forRemoval=true) public long timeout()
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object