Uses of Class
io.streamthoughts.azkarra.api.providers.TopologyDescriptor
-
-
Uses of TopologyDescriptor in io.streamthoughts.azkarra.api
Methods in io.streamthoughts.azkarra.api that return TopologyDescriptor Modifier and Type Method Description TopologyDescriptor
AzkarraContext. 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 thisAzkarraContext
even those ones which are not enable.Set<TopologyDescriptor>
AzkarraContext. topologyProviders(StreamsExecutionEnvironment env)
Gets all topologies registered into thisAzkarraContext
which are available for the given environment. -
Uses of TopologyDescriptor in io.streamthoughts.azkarra.runtime.context
Methods in io.streamthoughts.azkarra.runtime.context that return TopologyDescriptor Modifier and Type Method Description TopologyDescriptor
DefaultAzkarraContext. getTopology(String type)
Gets the topology for the specified class name or alias.Methods in io.streamthoughts.azkarra.runtime.context that return types with arguments of type TopologyDescriptor Modifier and Type Method Description Set<TopologyDescriptor>
DefaultAzkarraContext. topologyProviders()
Gets all topologies registered into thisAzkarraContext
even those ones which are not enable.Set<TopologyDescriptor>
DefaultAzkarraContext. topologyProviders(StreamsExecutionEnvironment env)
Gets all topologies registered into thisAzkarraContext
which are available for the given environment. -
Uses of TopologyDescriptor in io.streamthoughts.azkarra.runtime.service
Methods in io.streamthoughts.azkarra.runtime.service that return types with arguments of type TopologyDescriptor Modifier and Type Method Description Set<TopologyDescriptor>
LocalAzkarraStreamsService. getTopologyProviders()
Gets all topologies available locally. -
Uses of TopologyDescriptor in io.streamthoughts.azkarra.serialization.json
Methods in io.streamthoughts.azkarra.serialization.json with parameters of type TopologyDescriptor Modifier and Type Method Description void
TopologyDescriptorSerializer. serialize(TopologyDescriptor descriptor, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers)
-