| Package | Description | 
|---|---|
| org.apache.storm.flux | |
| org.apache.storm.flux.model | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
FluxBuilder.invokeConfigMethods(ObjectDef bean,
                   Object instance,
                   ExecutionContext context)
Invokes configuration methods on an class instance. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BeanDef
A representation of a Java object that is uniquely identifyable, and given a className, constructor arguments, and properties, can be instantiated. 
 | 
class  | 
BoltDef
Bean representation of a Storm bolt. 
 | 
class  | 
SpoutDef
Bean representation of a Storm spout. 
 | 
class  | 
TopologySourceDef  | 
class  | 
VertexDef
Abstract parent class of component definitions. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ObjectDef | 
GroupingDef.getCustomClass()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GroupingDef.setCustomClass(ObjectDef customClass)  | 
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.