Uses of Class
io.streamthoughts.azkarra.api.streams.ApplicationId
-
Packages that use ApplicationId Package Description io.streamthoughts.azkarra.api io.streamthoughts.azkarra.api.streams io.streamthoughts.azkarra.api.streams.topology -
-
Uses of ApplicationId in io.streamthoughts.azkarra.api
Methods in io.streamthoughts.azkarra.api that return ApplicationId Modifier and Type Method Description ApplicationIdAzkarraContext. addTopology(Class<? extends TopologyProvider> type, Executed executed)Adds a topology to the default environment of this context.ApplicationIdAzkarraContext. addTopology(Class<? extends TopologyProvider> type, String environment, Executed executed)Adds a topology to a specified environment.ApplicationIdAzkarraContext. addTopology(String type, Executed executed)Adds a topology to the default environment of this context.ApplicationIdAzkarraContext. addTopology(String type, String environment, Executed executed)Adds a topology to a specified environment.ApplicationIdAzkarraContext. addTopology(String type, String version, String environment, Executed executed)Adds a topology to a specified environment.ApplicationIdStreamsExecutionEnvironment. addTopology(Supplier<TopologyProvider> provider)Add a newTopologyProviderinstance to thisStreamsExecutionEnvironmentto be started.ApplicationIdStreamsExecutionEnvironment. addTopology(Supplier<TopologyProvider> provider, Executed executed)Add a newTopologyProviderinstance to thisStreamsExecutionEnvironmentto be started.ApplicationIdAzkarraStreamsService. startStreamsTopology(String topologyType, String topologyVersion, String env, Executed executed)Creates and starts a new streams job for the specified topology into the specified environment.Methods in io.streamthoughts.azkarra.api with parameters of type ApplicationId Modifier and Type Method Description default voidStreamsExecutionEnvironment. remove(ApplicationId id)Stops the streams instance for the specified application id and remove the associated topology from this environment.voidStreamsExecutionEnvironment. remove(ApplicationId id, Duration timeout)Stops the streams instance for the specified application id and remove the associated topology from this environment.default voidStreamsExecutionEnvironment. stop(ApplicationId id, boolean cleanUp)Stops the streams instance for the specified application id.voidStreamsExecutionEnvironment. stop(ApplicationId id, boolean cleanUp, Duration timeout)Stops the streams instance for the specified application id. -
Uses of ApplicationId in io.streamthoughts.azkarra.api.streams
Methods in io.streamthoughts.azkarra.api.streams that return ApplicationId Modifier and Type Method Description ApplicationIdApplicationIdBuilder. buildApplicationId(TopologyMetadata metadata, Conf streamsConfig)Builds theStreamsConfig.APPLICATION_ID_CONFIGfor the specified topology and configuration. -
Uses of ApplicationId in io.streamthoughts.azkarra.api.streams.topology
Methods in io.streamthoughts.azkarra.api.streams.topology that return ApplicationId Modifier and Type Method Description ApplicationIdTopologyContainer. applicationId()Constructors in io.streamthoughts.azkarra.api.streams.topology with parameters of type ApplicationId Constructor Description TopologyContainer(org.apache.kafka.streams.Topology topology, ApplicationId applicationId, Conf streamsConfig, TopologyMetadata metadata, List<StreamsLifecycleInterceptor> interceptors)Creates a newTopologyContainerinstance.
-