Uses of Class
org.apache.storm.task.WorkerUserContext
-
Packages that use WorkerUserContext Package Description org.apache.storm.daemon.worker org.apache.storm.hooks -
-
Uses of WorkerUserContext in org.apache.storm.daemon.worker
Methods in org.apache.storm.daemon.worker that return WorkerUserContext Modifier and Type Method Description WorkerUserContext
WorkerState. getWorkerUserContext()
-
Uses of WorkerUserContext in org.apache.storm.hooks
Methods in org.apache.storm.hooks with parameters of type WorkerUserContext Modifier and Type Method Description default void
IWorkerHook. start(Map<String,Object> topoConf, WorkerUserContext context)
This method is called when a worker is started and can be used to do necessary prep-processing and allow initialization of shared application state.
-