Class TransactionOperationFactory
java.lang.Object
org.infinispan.hotrod.impl.transaction.TransactionOperationFactory
An operation factory that builds operations independent from the cache used.
This operations are the commit/rollback request, forget request and in-doubt transactions request.
This operation aren't associated to any cache, but they use the default cache topology to pick the server to contact.
- Since:
- 14.0
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionOperationFactory(HotRodConfiguration configuration, ChannelFactory channelFactory, Codec codec) -
Method Summary
-
Constructor Details
-
TransactionOperationFactory
public TransactionOperationFactory(HotRodConfiguration configuration, ChannelFactory channelFactory, Codec codec)
-