Uses of Interface
com.hazelcast.transaction.TransactionalTask
Package
Description
Provides core API interfaces/classes.
Provides interfaces/classes for Hazelcast transaction support.
-
Uses of TransactionalTask in com.hazelcast.core
Modifier 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
Modifier and TypeMethodDescription<T> T
TransactionManagerService.executeTransaction
(TransactionOptions options, TransactionalTask<T> task)