Uses of Interface
com.hazelcast.transaction.TransactionalTask
Packages that use TransactionalTask
Package
Description
Provides core API interfaces/classes.
Provides interfaces/classes for Hazelcast transaction support.
-
Uses of TransactionalTask in com.hazelcast.core
Methods in com.hazelcast.core with parameters of type TransactionalTaskModifier and TypeMethodDescription<T> T
HazelcastInstance.executeTransaction
(TransactionalTask<T> task) Executes the given transactional task in current thread using default options and returns the result of the task.<T> T
HazelcastInstance.executeTransaction
(TransactionOptions options, TransactionalTask<T> task) Executes the given transactional task in current thread using given options and returns the result of the task. -
Uses of TransactionalTask in com.hazelcast.transaction
Methods in com.hazelcast.transaction with parameters of type TransactionalTaskModifier and TypeMethodDescription<T> T
TransactionManagerService.executeTransaction
(TransactionOptions options, TransactionalTask<T> task)