public abstract class LoopCondition extends Condition
| 限定符和类型 | 类和说明 |
|---|---|
class |
LoopCondition.LoopParallelSupplier |
| 构造器和说明 |
|---|
LoopCondition() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Executable |
getBreakItem() |
protected Executable |
getDoExecutor() |
protected void |
handleFutureList(List<CompletableFuture<LoopFutureObj>> futureList) |
boolean |
isParallel() |
protected void |
removeCurrLoopObject(Executable executableItem) |
protected void |
removeLoopIndex(Executable executableItem) |
void |
setBreakItem(Executable breakNode) |
protected void |
setCurrLoopObject(Executable executableItem,
Object obj) |
void |
setDoExecutor(Executable executable) |
protected void |
setLoopIndex(Executable executableItem,
int index) |
void |
setParallel(boolean parallel) |
addExecutable, addExecutable, execute, executeCondition, getAllNodeInCondition, getConditionType, getCurrChainId, getCurrChainName, getExecutableGroup, getExecutableList, getExecutableList, getExecutableOne, getExecuteType, getId, getTag, setCurrChainId, setExecutableList, setId, setTagclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExecuteName, getItemResultMetaValue, isAccess, setCurrChainNameprotected Executable getBreakItem()
public void setBreakItem(Executable breakNode)
protected Executable getDoExecutor()
public void setDoExecutor(Executable executable)
protected void setLoopIndex(Executable executableItem, int index)
protected void setCurrLoopObject(Executable executableItem, Object obj)
protected void removeLoopIndex(Executable executableItem)
protected void removeCurrLoopObject(Executable executableItem)
public boolean isParallel()
public void setParallel(boolean parallel)
protected void handleFutureList(List<CompletableFuture<LoopFutureObj>> futureList) throws Exception
ExceptionCopyright © 2024. All rights reserved.