Uses of Interface
org.apache.storm.hooks.IWorkerHook
Packages that use IWorkerHook
-
Uses of IWorkerHook in org.apache.storm.daemon.worker
Methods in org.apache.storm.daemon.worker that return types with arguments of type IWorkerHook -
Uses of IWorkerHook in org.apache.storm.hooks
Classes in org.apache.storm.hooks that implement IWorkerHookModifier and TypeClassDescriptionclass
A BaseWorkerHook is a noop implementation of IWorkerHook. -
Uses of IWorkerHook in org.apache.storm.topology
Methods in org.apache.storm.topology with parameters of type IWorkerHookModifier and TypeMethodDescriptionvoid
TopologyBuilder.addWorkerHook
(IWorkerHook workerHook) Add a new worker lifecycle hook.