Uses of Class
com.loomcache.server.handler.BatchExecutionHandler
Packages that use BatchExecutionHandler
-
Uses of BatchExecutionHandler in com.loomcache.server.transaction
Method parameters in com.loomcache.server.transaction with type arguments of type BatchExecutionHandlerModifier and TypeMethodDescriptionvoidTransactionManager.setShardedBatchHandlerResolver(@Nullable Function<Integer, BatchExecutionHandler> resolver) Installs an optional resolver that maps a single Raft group ID to theBatchExecutionHandlerbound to that group's registry slice.Constructors in com.loomcache.server.transaction with parameters of type BatchExecutionHandlerModifierConstructorDescriptionTransactionManager(DataStructureRegistry registry, @Nullable BatchExecutionHandler batchHandler, @Nullable CrossGroupTransactionExecutor crossGroupExecutor, @Nullable PartitionRouter partitionRouter) Creates a new transaction manager with optional Raft-replicated commit.