public static interface RamaModule.Topologies
Modifier and Type | Method and Description |
---|---|
MicrobatchTopology |
microbatch(java.lang.String topologyName)
Defines a microbatch topology.
|
Block.Out |
query(java.lang.String topologyName,
java.lang.String... inputVars)
Defines a query topology.
|
StreamTopology |
stream(java.lang.String topologyName)
Defines a stream topology.
|
StreamTopology stream(java.lang.String topologyName)
topologyName
- The name of the topology. Must be unique to the module.MicrobatchTopology microbatch(java.lang.String topologyName)
topologyName
- The name of the topology. Must be unique to the module.Block.Out query(java.lang.String topologyName, java.lang.String... inputVars)
topologyName
- The name of the topology. Must be unique to the module.inputVars
- Declaration of input arguments