BeanDef |
A representation of a Java object that is uniquely identifyable, and given a className, constructor arguments,
and properties, can be instantiated.
|
BoltDef |
Bean representation of a Storm bolt.
|
ConfigMethodDef |
|
GroupingDef |
Bean representation of a Storm stream grouping.
|
GroupingDef.Type |
Types of stream groupings Storm allows.
|
IncludeDef |
Represents an include.
|
ObjectDef |
A representation of a Java object that given a className, constructor arguments,
and properties, can be instantiated.
|
PropertyDef |
|
SpoutDef |
Bean representation of a Storm spout.
|
StreamDef |
Represents a stream of tuples from one Storm component (Spout or Bolt) to another (an edge in the topology DAG).
|
TopologyDef |
Bean represenation of a topology.
|
TopologySourceDef |
|
VertexDef |
Abstract parent class of component definitions.
|
WorkerHookDef |
Bean representation of a Storm worker hook.
|