Uses of Class
io.streamthoughts.azkarra.api.providers.TopologyDescriptor
-
Packages that use TopologyDescriptor Package Description io.streamthoughts.azkarra.api -
-
Uses of TopologyDescriptor in io.streamthoughts.azkarra.api
Methods in io.streamthoughts.azkarra.api that return TopologyDescriptor Modifier and Type Method Description TopologyDescriptorAzkarraContext. getTopology(String type)Gets the topology for the specified class name or alias.Methods in io.streamthoughts.azkarra.api that return types with arguments of type TopologyDescriptor Modifier and Type Method Description Set<TopologyDescriptor>AzkarraStreamsService. getTopologyProviders()Gets all topologies available locally.Set<TopologyDescriptor>AzkarraContext. topologyProviders()Gets all topologies registered into thisAzkarraContexteven those ones which are not enable.Set<TopologyDescriptor>AzkarraContext. topologyProviders(StreamsExecutionEnvironment env)Gets all topologies registered into thisAzkarraContextwhich are available for the given environment.
-