Uses of Interface
io.streamthoughts.azkarra.api.StreamsExecutionEnvironment
-
Packages that use StreamsExecutionEnvironment Package Description io.streamthoughts.azkarra.api -
-
Uses of StreamsExecutionEnvironment in io.streamthoughts.azkarra.api
Methods in io.streamthoughts.azkarra.api that return StreamsExecutionEnvironment Modifier and Type Method Description StreamsExecutionEnvironmentStreamsExecutionEnvironment. addFallbackConfiguration(Conf settings)Adds streamsConfig that will be used in fallback if not present in defined environment streamsConfig.StreamsExecutionEnvironmentStreamsExecutionEnvironment. addGlobalStateListener(org.apache.kafka.streams.processor.StateRestoreListener listener)Adds aStateRestoreListenerinstance that will set to allKafkaStreamsinstance created in thisStreamsExecutionEnvironment.StreamsExecutionEnvironmentStreamsExecutionEnvironment. addStateListener(org.apache.kafka.streams.KafkaStreams.StateListener listener)Adds aKafkaStreams.StateListenerinstance that will set to allKafkaStreamsinstance created in thisStreamsExecutionEnvironment.StreamsExecutionEnvironmentStreamsExecutionEnvironment. addStreamsLifecycleInterceptor(Supplier<StreamsLifecycleInterceptor> interceptor)Adds a streams interceptor hat will set to allKafkaStreamsinstance created in thisStreamsExecutionEnvironment.StreamsExecutionEnvironmentAzkarraContext. defaultExecutionEnvironment()Gets the defaultStreamsExecutionEnvironment.StreamsExecutionEnvironmentAzkarraContext. getEnvironmentForNameOrCreate(String envName)Gets theStreamsExecutionEnvironmentfor the specified name or create a new one.StreamsExecutionEnvironmentStreamsExecutionEnvironment. setApplicationIdBuilder(Supplier<ApplicationIdBuilder> supplier)Sets theApplicationIdBuilderthat should be used for building streamsapplication.id.StreamsExecutionEnvironmentStreamsExecutionEnvironment. setConfiguration(Conf configuration)Sets this environment configuration.StreamsExecutionEnvironmentStreamsExecutionEnvironment. setKafkaStreamsFactory(Supplier<KafkaStreamsFactory> kafkaStreamsFactory)Sets theKafkaStreamsFactorythat will be used to provide theKafkaStreamsto configure and start.StreamsExecutionEnvironmentStreamsExecutionEnvironment. setRocksDBConfig(RocksDBConfig settings)Sets theRocksDBConfigstreamsConfig used by topology persistent stores.StreamsExecutionEnvironmentStreamsExecutionEnvironment. setStreamThreadExceptionHandler(Supplier<StreamThreadExceptionHandler> handler)Sets theStreamThreadExceptionHandlerinvoked when a StreamThread abruptly terminates due to an uncaught exception.StreamsExecutionEnvironmentStreamsExecutionEnvironment. setWaitForTopicsToBeCreated(boolean waitForTopicToBeCreated)Sets if the streams instances should wait for topics source to be created before starting.Methods in io.streamthoughts.azkarra.api that return types with arguments of type StreamsExecutionEnvironment Modifier and Type Method Description List<StreamsExecutionEnvironment>AzkarraContext. environments()Gets allStreamsExecutionEnvironmentregistered to this context.Methods in io.streamthoughts.azkarra.api with parameters of type StreamsExecutionEnvironment Modifier and Type Method Description AzkarraContextAzkarraContext. addExecutionEnvironment(StreamsExecutionEnvironment environment)Adds theStreamsExecutionEnvironmentto this context.voidStreamsExecutionEnvironmentAware. setExecutionEnvironment(StreamsExecutionEnvironment environment)Set theStreamsExecutionEnvironment.Set<TopologyDescriptor>AzkarraContext. topologyProviders(StreamsExecutionEnvironment env)Gets all topologies registered into thisAzkarraContextwhich are available for the given environment.
-