Uses of Class
org.spf4j.zel.vm.VMExecutor
-
Packages that use VMExecutor Package Description org.spf4j.zel.vm -
-
Uses of VMExecutor in org.spf4j.zel.vm
Fields in org.spf4j.zel.vm declared as VMExecutor Modifier and Type Field Description static VMExecutorVMExecutor.Lazy. DEFAULTMethods in org.spf4j.zel.vm that return VMExecutor Modifier and Type Method Description VMExecutorExecutionContext. getExecService()Methods in org.spf4j.zel.vm with parameters of type VMExecutor Modifier and Type Method Description ObjectProgram. execute(VMExecutor execService, ProcessIO io, Object... args)org.spf4j.base.Pair<Object,ExecutionContext>Program. execute(VMExecutor execService, ProcessIO io, ResultCache resultCache, Object... args)Constructors in org.spf4j.zel.vm with parameters of type VMExecutor Constructor Description ExecutionContext(Program program, Object[] globalMem, Object[] localMem, ProcessIO io, VMExecutor execService)
-