| Package | Description |
|---|---|
| com.ql.util.express | |
| com.ql.util.express.instruction |
| Modifier and Type | Field and Description |
|---|---|
static ExecuteTimeout |
ExecuteTimeout.NO_TIMEOUT
表示不限制时间的实例
|
| Modifier and Type | Method and Description |
|---|---|
ExecuteTimeout |
RunEnvironment.getExecuteTimeOut() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
InstructionSetRunner.execute(ExpressRunner runner,
InstructionSet instructionSet,
ExpressLoader loader,
IExpressContext<java.lang.String,java.lang.Object> iExpressContext,
java.util.List<java.lang.String> errorList,
boolean isTrace,
boolean isCatchException,
boolean isReturnLastData,
boolean isSupportDynamicFieldName,
ExecuteTimeout executeTimeOut)
批量执行指令集合,指令集间可以共享 变量和函数
|
static java.lang.Object |
InstructionSetRunner.execute(InstructionSet set,
InstructionSetContext context,
java.util.List<java.lang.String> errorList,
boolean isTrace,
boolean isCatchException,
boolean isReturnLastData,
ExecuteTimeout executeTimeOut) |
void |
RunEnvironment.initial(InstructionSet instructionSet,
InstructionSetContext instructionSetContext,
boolean isTrace,
ExecuteTimeout executeTimeOut) |
| Constructor and Description |
|---|
RunEnvironment(InstructionSet instructionSet,
InstructionSetContext instructionSetContext,
boolean isTrace,
ExecuteTimeout executeTimeOut) |
| Modifier and Type | Method and Description |
|---|---|
RunEnvironment |
IOperateDataCache.fetRunEnvironment(InstructionSet instructionSet,
InstructionSetContext instructionSetContext,
boolean isTrace,
ExecuteTimeout executeTimeOut) |
RunEnvironment |
OperateDataCacheImpl.fetRunEnvironment(InstructionSet instructionSet,
InstructionSetContext instructionSetContext,
boolean isTrace,
ExecuteTimeout executeTimeOut) |
static RunEnvironment |
OperateDataCacheManager.fetRunEnvironment(InstructionSet instructionSet,
InstructionSetContext instructionSetContext,
boolean isTrace,
ExecuteTimeout executeTimeOut) |
Copyright © 2012-2024 Alibaba Group. All Rights Reserved.