Class TransactionOperationFactory

java.lang.Object
org.infinispan.hotrod.impl.transaction.TransactionOperationFactory

public class TransactionOperationFactory extends Object
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