Uses of Class
org.apache.storm.task.WorkerUserContext
Packages that use WorkerUserContext
-
Uses of WorkerUserContext in org.apache.storm.daemon.worker
Methods in org.apache.storm.daemon.worker that return WorkerUserContext -
Uses of WorkerUserContext in org.apache.storm.hooks
Methods in org.apache.storm.hooks with parameters of type WorkerUserContextModifier and TypeMethodDescriptiondefault 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.