public class DeltaWorker
extends io.cdap.cdap.api.worker.AbstractWorker
| Modifier and Type | Method and Description |
|---|---|
protected void |
configure() |
void |
initialize(io.cdap.cdap.api.worker.WorkerContext context) |
void |
run() |
void |
stop() |
configure, destroy, getConfigurer, getContext, setDescription, setInstances, setName, setProperties, setResourcesusePlugin, usePlugin, usePluginClass, usePluginClasspublic static final String NAME
protected void configure()
configure in class io.cdap.cdap.api.worker.AbstractWorkerpublic void initialize(io.cdap.cdap.api.worker.WorkerContext context)
throws Exception
initialize in interface io.cdap.cdap.api.ProgramLifecycle<io.cdap.cdap.api.worker.WorkerContext>initialize in interface io.cdap.cdap.api.worker.Workerinitialize in class io.cdap.cdap.api.worker.AbstractWorkerExceptionpublic void run()
public void stop()
stop in interface io.cdap.cdap.api.worker.Workerstop in class io.cdap.cdap.api.worker.AbstractWorkerCopyright © 2021 CDAP Licensed under the Apache License, Version 2.0.