public class UnorderedOperationExecutor extends AbstractOperationExecutor implements OperationExecutor
无序的OperationExecutor同步实现。
处理时按照每个操作的容器分组,因此将不严格按照Orderly.getOrder()或Orderly.getOrder()
的大小顺序执行处理。
一次执行中,每个容器仅需被访问一次。
| 构造器和说明 |
|---|
UnorderedOperationExecutor() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
execute(GlobalConfiguration globalConfiguration,
MultiValueTableMap<Container,AssembleOperation,Object> pendingOperations)
执行操作
|
execute, processAssembleOperations, processDisassembleOperationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, executeprotected void execute(@Nonnull GlobalConfiguration globalConfiguration, @Nonnull MultiValueTableMap<Container,AssembleOperation,Object> pendingOperations)
AbstractOperationExecutorexecute 在类中 AbstractOperationExecutorglobalConfiguration - 全局配置pendingOperations - 待执行的操作Copyright © 2022. All rights reserved.