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
. -
Uses of TopologyDescriptor in io.streamthoughts.azkarra.http.json.serializers
Methods in io.streamthoughts.azkarra.http.json.serializers 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)
-
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
. -
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.
-