JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
org.apache.storm.hooks.ITaskHook
Packages that use
ITaskHook
Package
Description
org.apache.storm.hooks
org.apache.storm.task
Uses of
ITaskHook
in
org.apache.storm.hooks
Classes in
org.apache.storm.hooks
that implement
ITaskHook
Modifier and Type
Class
Description
class
BaseTaskHook
Uses of
ITaskHook
in
org.apache.storm.task
Methods in
org.apache.storm.task
that return types with arguments of type
ITaskHook
Modifier and Type
Method
Description
List
<
ITaskHook
>
TopologyContext.
getHooks
()
Methods in
org.apache.storm.task
with parameters of type
ITaskHook
Modifier and Type
Method
Description
void
TopologyContext.
addTaskHook
(
ITaskHook
hook)