Class TopologyFactory
- java.lang.Object
-
- io.streamthoughts.azkarra.runtime.streams.topology.TopologyFactory
-
public class TopologyFactory extends Object
TopologyFactory.
-
-
Constructor Summary
Constructors Constructor Description TopologyFactory(StreamsExecutionEnvironment environment)
Creates a newTopologyFactory
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TopologyContainer
make(TopologyProvider provider, Conf defaultConf, Executed executed)
Makes aTopology
instance using the specifiedTopologyDescriptor
.
-
-
-
Constructor Detail
-
TopologyFactory
public TopologyFactory(StreamsExecutionEnvironment environment)
Creates a newTopologyFactory
instance.- Parameters:
environment
- theStreamsExecutionEnvironment
instance.
-
-
Method Detail
-
make
public TopologyContainer make(TopologyProvider provider, Conf defaultConf, Executed executed)
Makes aTopology
instance using the specifiedTopologyDescriptor
.- Parameters:
provider
- theTopologyProvider
instance.defaultConf
- theConf
instance to be used for configuring the topology.executed
- theExecuted
instance.- Returns:
- a new
Topology
instance.
-
-