public class InitialSetupTask extends GenieBaseTask
| Constructor and Description |
|---|
InitialSetupTask(@NotNull io.micrometer.core.instrument.MeterRegistry registry)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
executeTask(@NotNull java.util.Map<java.lang.String,java.lang.Object> context)
Execute the task.
|
buildLocalFilePathpublic InitialSetupTask(@NotNull
@NotNull io.micrometer.core.instrument.MeterRegistry registry)
registry - The metrics registry to usepublic void executeTask(@NotNull
@NotNull java.util.Map<java.lang.String,java.lang.Object> context)
throws com.netflix.genie.common.exceptions.GenieException,
java.io.IOException
context - Information needed to execute the task.com.netflix.genie.common.exceptions.GenieException - if there is an error.java.io.IOException - if there is a problem writing to the disk.