public abstract class LoopCondition extends Condition
| Modifier and Type | Class and Description |
|---|---|
class |
LoopCondition.LoopParallelSupplier |
| Constructor and Description |
|---|
LoopCondition() |
| Modifier and Type | Method and Description |
|---|---|
protected Executable |
getBreakItem() |
protected Executable |
getDoExecutor() |
String |
getThreadPoolExecutorClass() |
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) |
void |
setThreadPoolExecutorClass(String threadPoolExecutorClass) |
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)
public String getThreadPoolExecutorClass()
public void setThreadPoolExecutorClass(String threadPoolExecutorClass)
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 © 2025. All rights reserved.