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