Uses of Interface
lumis.portal.structure.sync.ParallelExecutor.ITransactionFactory
-
Packages that use ParallelExecutor.ITransactionFactory Package Description lumis.portal.structure.sync Structure synchronization implementation. -
-
Uses of ParallelExecutor.ITransactionFactory in lumis.portal.structure.sync
Fields in lumis.portal.structure.sync declared as ParallelExecutor.ITransactionFactory Modifier and Type Field Description static ParallelExecutor.ITransactionFactory
ParallelExecutor.ITransactionFactory. READ_ONLY_TRANSACTION_FACTORY
A transaction factory that returns transactions optimized for read-only use.Constructors in lumis.portal.structure.sync with parameters of type ParallelExecutor.ITransactionFactory Constructor Description ParallelExecutor(int numGeneralThreads, int numDbThreads, ParallelExecutor.ITransactionFactory transactionFactory)
Constructs a parallel executor with independent transaction for each database task.
-