Class RulesEngineRuntimeLiteGeneratorTask
java.lang.Object
java.util.concurrent.ForkJoinTask<Void>
java.util.concurrent.RecursiveAction
software.amazon.awssdk.codegen.emitters.GeneratorTask
software.amazon.awssdk.codegen.emitters.tasks.BaseGeneratorTasks
software.amazon.awssdk.codegen.emitters.tasks.RulesEngineRuntimeGeneratorTask
software.amazon.awssdk.codegen.emitters.tasks.RulesEngineRuntimeLiteGeneratorTask
- All Implemented Interfaces:
Serializable,Future<Void>
A version of
RulesEngineRuntimeGeneratorTask that copies a minimal
set of the interpreter related classes. This set represents the only classes that need to be copied when compiled rules are
enabled.- See Also:
-
Field Summary
Fields inherited from class software.amazon.awssdk.codegen.emitters.tasks.RulesEngineRuntimeGeneratorTask
RUNTIME_CLASS_NAME -
Constructor Summary
ConstructorsConstructorDescriptionRulesEngineRuntimeLiteGeneratorTask(GeneratorTaskParams generatorTaskParams) -
Method Summary
Methods inherited from class java.util.concurrent.RecursiveAction
getRawResultMethods inherited from class java.util.concurrent.ForkJoinTask
adapt, adapt, adapt, cancel, compareAndSetForkJoinTaskTag, complete, completeExceptionally, fork, get, get, getException, getForkJoinTaskTag, getPool, getQueuedTaskCount, getSurplusQueuedTaskCount, helpQuiesce, inForkJoinPool, invoke, invokeAll, invokeAll, invokeAll, isCancelled, isCompletedAbnormally, isCompletedNormally, isDone, join, quietlyComplete, quietlyInvoke, quietlyJoin, reinitialize, setForkJoinTaskTag, tryUnfork
-
Constructor Details
-
RulesEngineRuntimeLiteGeneratorTask
-