Package org.apache.storm.flux.model
Class TopologySourceDef
- java.lang.Object
-
- org.apache.storm.flux.model.ObjectDef
-
- org.apache.storm.flux.model.TopologySourceDef
-
public class TopologySourceDef extends ObjectDef
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_METHOD_NAME
-
Constructor Summary
Constructors Constructor Description TopologySourceDef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMethodName()
void
setMethodName(String methodName)
-
Methods inherited from class org.apache.storm.flux.model.ObjectDef
getClassName, getConfigMethods, getConstructorArgs, getFactory, getFactoryArgs, getProperties, hasConstructorArgs, hasFactory, hasFactoryArgs, hasReferences, setClassName, setConfigMethods, setConstructorArgs, setFactory, setFactoryArgs, setProperties
-
-
-
-
Field Detail
-
DEFAULT_METHOD_NAME
public static final String DEFAULT_METHOD_NAME
- See Also:
- Constant Field Values
-
-