Class WaitersRuntimeGeneratorTask
- 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.WaitersRuntimeGeneratorTask
-
- All Implemented Interfaces:
Serializable
,Future<Void>
public final class WaitersRuntimeGeneratorTask extends BaseGeneratorTasks
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
RUNTIME_CLASS_NAME
-
Fields inherited from class software.amazon.awssdk.codegen.emitters.tasks.BaseGeneratorTasks
baseDirectory, log, model, testDirectory
-
-
Constructor Summary
Constructors Constructor Description WaitersRuntimeGeneratorTask(GeneratorTaskParams generatorTaskParams)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<GeneratorTask>
createTasks()
-
Methods inherited from class software.amazon.awssdk.codegen.emitters.tasks.BaseGeneratorTasks
compute, createPoetGeneratorTask, createPoetGeneratorTestTask, hasTasks, info
-
Methods inherited from class java.util.concurrent.RecursiveAction
exec, getRawResult, setRawResult
-
Methods 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, peekNextLocalTask, pollNextLocalTask, pollTask, quietlyComplete, quietlyInvoke, quietlyJoin, reinitialize, setForkJoinTaskTag, tryUnfork
-
-
-
-
Field Detail
-
RUNTIME_CLASS_NAME
public static final String RUNTIME_CLASS_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WaitersRuntimeGeneratorTask
public WaitersRuntimeGeneratorTask(GeneratorTaskParams generatorTaskParams)
-
-
Method Detail
-
createTasks
protected List<GeneratorTask> createTasks() throws Exception
- Specified by:
createTasks
in classBaseGeneratorTasks
- Throws:
Exception
-
-