Uses of Interface
io.streamthoughts.azkarra.api.config.Conf
-
-
Uses of Conf in io.streamthoughts.azkarra.api
Fields in io.streamthoughts.azkarra.api declared as Conf Modifier and Type Field Description protected ConfExecuted. configMethods in io.streamthoughts.azkarra.api that return Conf Modifier and Type Method Description ConfAzkarraContext. getConfiguration()Returns the global context streamsConfig of thisAzkarraContextinstance.ConfStreamsExecutionEnvironment. getConfiguration()Gets this environment configuration.ConfAzkarraStreamsService. getContextConfig()ConfAzkarraStreamsService. getStreamsConfigById(String applicationId)Returns theConffor the specified streams application.ConfStreamsLifecycleContext. streamsConfig()Gets the configuration of the current streams instance.Methods in io.streamthoughts.azkarra.api with parameters of type Conf Modifier and Type Method Description AzkarraContextAzkarraContext. addConfiguration(Conf configuration)Adds the specifiedConfto the configuration of thisAzkarraContext.StreamsExecutionEnvironmentStreamsExecutionEnvironment. addFallbackConfiguration(Conf settings)Adds streamsConfig that will be used in fallback if not present in defined environment streamsConfig.voidAzkarraStreamsService. addNewEnvironment(String name, Conf conf)Adds a new environment to this application.AzkarraContextAzkarraContext. setConfiguration(Conf configuration)Sets the default configuration to be used for thisAzkarraContext.StreamsExecutionEnvironmentStreamsExecutionEnvironment. setConfiguration(Conf configuration)Sets this environment configuration.static ExecutedExecuted. with(Conf conf)Static helper that can be used to creates a newExecutedinstance with the specified streams name and configuration.ExecutedExecuted. withConfig(Conf config)Returns a newExecutedwith the specified config. -
Uses of Conf in io.streamthoughts.azkarra.api.components
Methods in io.streamthoughts.azkarra.api.components that return Conf Modifier and Type Method Description ConfBaseComponentModule. getConfiguration()Gets the configuration used by this component factory.ConfConfigurableComponentFactory. getConfiguration()Gets the configuration used by this component factory.Methods in io.streamthoughts.azkarra.api.components with parameters of type Conf Modifier and Type Method Description voidBaseComponentModule. configure(Conf configuration)Configures this instance with the specifiedConf.TGettableComponent. get(Conf conf)Gets the instance of typeGettableComponent, which may be shared or independent.<T> Collection<T>ComponentFactory. getAllComponents(Class<T> type, Conf conf)Gets all instances, which may be shared or independent, for the specified type.<T> Collection<T>ComponentFactory. getAllComponents(Class<T> type, Conf conf, Qualifier<T> qualifier)Gets all instances, which may be shared or independent, for the specified type.<T> Collection<T>ComponentFactory. getAllComponents(String type, Conf conf)Gets all instances, which may be shared or independent, for the specified type.<T> Collection<T>ComponentFactory. getAllComponents(String type, Conf conf, Qualifier<T> qualifier)Gets all instances, which may be shared or independent, for the specified type.<T> Collection<T>ContextAwareComponentFactory. getAllComponents(Class<T> type, Conf conf)Gets all instances, which may be shared or independent, for the specified type.<T> Collection<T>ContextAwareComponentFactory. getAllComponents(Class<T> type, Conf conf, Qualifier<T> qualifier)Gets all instances, which may be shared or independent, for the specified type.<T> Collection<T>ContextAwareComponentFactory. getAllComponents(String alias, Conf conf)Gets all instances, which may be shared or independent, for the specified type.<T> Collection<T>ContextAwareComponentFactory. getAllComponents(String alias, Conf conf, Qualifier<T> qualifier)Gets all instances, which may be shared or independent, for the specified type.<T> Collection<T>DelegatingComponentFactory. getAllComponents(Class<T> type, Conf conf)<T> Collection<T>DelegatingComponentFactory. getAllComponents(Class<T> type, Conf conf, Qualifier<T> qualifier)<T> Collection<T>DelegatingComponentFactory. getAllComponents(String type, Conf conf)<T> Collection<T>DelegatingComponentFactory. getAllComponents(String type, Conf conf, Qualifier<T> qualifier)<T> TComponentFactory. getComponent(Class<T> type, Conf conf)Gets an instance, which may be shared or independent, for the specified type.<T> TComponentFactory. getComponent(Class<T> type, Conf conf, Qualifier<T> qualifier)Gets an instance, which may be shared or independent, for the specified type.<T> TComponentFactory. getComponent(String type, Conf conf)Gets an instance, which may be shared or independent, for the specified type.<T> TComponentFactory. getComponent(String type, Conf conf, Qualifier<T> qualifier)Gets an instance, which may be shared or independent, for the specified type.<T> TContextAwareComponentFactory. getComponent(Class<T> type, Conf conf)Gets an instance, which may be shared or independent, for the specified type.<T> TContextAwareComponentFactory. getComponent(Class<T> type, Conf conf, Qualifier<T> qualifier)Gets an instance, which may be shared or independent, for the specified type.<T> TContextAwareComponentFactory. getComponent(String alias, Conf conf)Gets an instance, which may be shared or independent, for the specified type.<T> TContextAwareComponentFactory. getComponent(String alias, Conf conf, Qualifier<T> qualifier)Gets an instance, which may be shared or independent, for the specified type.<T> TDelegatingComponentFactory. getComponent(Class<T> type, Conf conf)<T> TDelegatingComponentFactory. getComponent(Class<T> type, Conf conf, Qualifier<T> qualifier)<T> TDelegatingComponentFactory. getComponent(String type, Conf conf)<T> TDelegatingComponentFactory. getComponent(String type, Conf conf, Qualifier<T> qualifier)voidComponentFactory. init(Conf conf)Initialize the component factory for the given configuration.voidDelegatingComponentFactory. init(Conf conf) -
Uses of Conf in io.streamthoughts.azkarra.api.components.condition
Methods in io.streamthoughts.azkarra.api.components.condition that return Conf Modifier and Type Method Description ConfConditionContext. getConfig()Get the configuration that was passed to get the component instance.Constructor parameters in io.streamthoughts.azkarra.api.components.condition with type arguments of type Conf Constructor Description OnPropertyCondition(Function<Conf,Optional<T>> accessor, Predicate<Optional<T>> predicate)Creates a newOnPropertyConditioninstance. -
Uses of Conf in io.streamthoughts.azkarra.api.config
Classes in io.streamthoughts.azkarra.api.config that implement Conf Modifier and Type Class Description classAbstractConfclassArgsConfAConfwhich is build from a list of arguments.classConfBuilderHelper class which can be used for building newConfinstance.classEmptyConfclassMapConfclassPropertyA single key-value with configuration.Methods in io.streamthoughts.azkarra.api.config that return Conf Modifier and Type Method Description ConfConfBuilder. build()ConfRocksDBConfig. conf()static ConfConf. empty()Static helper that can be used to creates a new emptyConfinstance.ConfConf. getSubConf(String path)Gets a required parameter as aConf.ConfConfBuilder. getSubConf(String path)Gets a required parameter as aConf.ConfEmptyConf. getSubConf(String key)Gets a required parameter as aConf.ConfMapConf. getSubConf(String path)Gets a required parameter as aConf.static ConfConf. with(String path, Object value)Static helper that can be used to creates a new emptyConfinstance using the specified key-value pair.static ConfConf. with(Map<String,?> map)ConfConf. withFallback(Conf fallback)ConfConfBuilder. withFallback(Conf fallback)ConfEmptyConf. withFallback(Conf fallback)ConfMapConf. withFallback(Conf fallback)Methods in io.streamthoughts.azkarra.api.config that return types with arguments of type Conf Modifier and Type Method Description List<Conf>Conf. getSubConfList(String path)Gets a required parameter as a list ofConf.List<Conf>ConfBuilder. getSubConfList(String path)Gets a required parameter as a list ofConf.List<Conf>EmptyConf. getSubConfList(String key)Gets a required parameter as a list ofConf.List<Conf>MapConf. getSubConfList(String path)Gets a required parameter as a list ofConf.Methods in io.streamthoughts.azkarra.api.config with parameters of type Conf Modifier and Type Method Description voidConfigurable. configure(Conf configuration)Configures this instance with the specifiedConf.voidConfigurableSupplier. configure(Conf configs)Configures this instance with the specifiedConf.abstract TConfigurableSupplier. get(Conf configs)static voidConfigurable. mayConfigure(Object instance, Conf conf)static ConfBuilderConfBuilder. newConf(Conf conf)ConfConf. withFallback(Conf fallback)ConfConfBuilder. withFallback(Conf fallback)ConfEmptyConf. withFallback(Conf fallback)ConfMapConf. withFallback(Conf fallback)Constructors in io.streamthoughts.azkarra.api.config with parameters of type Conf Constructor Description MapConf(Map<String,?> parameters, Conf fallback, boolean explode) -
Uses of Conf in io.streamthoughts.azkarra.api.providers
Methods in io.streamthoughts.azkarra.api.providers that return Conf Modifier and Type Method Description ConfTopologyDescriptor. streamsConfigs() -
Uses of Conf in io.streamthoughts.azkarra.api.server
Methods in io.streamthoughts.azkarra.api.server with parameters of type Conf Modifier and Type Method Description default voidAzkarraRestExtension. configure(Conf configuration)Configures this instance with the specifiedConf. -
Uses of Conf in io.streamthoughts.azkarra.api.streams
Methods in io.streamthoughts.azkarra.api.streams that return Conf Modifier and Type Method Description protected ConfOptimizedTopologyProvider. configuration()ReturnsConfdefined for thisTopologyProvider.ConfKafkaStreamsContainer. streamsConfig()Gets the configuration for thisKafkaStreamsinstance.Methods in io.streamthoughts.azkarra.api.streams with parameters of type Conf Modifier and Type Method Description ApplicationIdApplicationIdBuilder. buildApplicationId(TopologyMetadata metadata, Conf streamsConfig)Builds theStreamsConfig.APPLICATION_ID_CONFIGfor the specified topology and configuration.voidOptimizedTopologyProvider. configure(Conf configuration)Configures this instance with the specifiedConf.org.apache.kafka.streams.KafkaStreamsKafkaStreamsFactory. make(org.apache.kafka.streams.Topology topology, Conf streamsConfig)Creates a newKafkaStreamsinstance for the given topology and config. -
Uses of Conf in io.streamthoughts.azkarra.api.streams.admin
Methods in io.streamthoughts.azkarra.api.streams.admin with parameters of type Conf Modifier and Type Method Description static org.apache.kafka.clients.admin.AdminClientAdminClientUtils. newAdminClient(Conf config)Creates a newAdminClientinstance. -
Uses of Conf in io.streamthoughts.azkarra.api.streams.internal
Methods in io.streamthoughts.azkarra.api.streams.internal that return Conf Modifier and Type Method Description ConfInternalStreamsLifecycleContext. streamsConfig()Gets the configuration of the current streams instance. -
Uses of Conf in io.streamthoughts.azkarra.api.streams.topology
Methods in io.streamthoughts.azkarra.api.streams.topology that return Conf Modifier and Type Method Description ConfTopologyContainer. streamsConfig()Methods in io.streamthoughts.azkarra.api.streams.topology with parameters of type Conf Modifier and Type Method Description voidTopologyContainer. streamsConfig(Conf streamsConfig)Constructors in io.streamthoughts.azkarra.api.streams.topology with parameters of type Conf Constructor Description TopologyContainer(org.apache.kafka.streams.Topology topology, ApplicationId applicationId, Conf streamsConfig, TopologyMetadata metadata, List<StreamsLifecycleInterceptor> interceptors)Creates a newTopologyContainerinstance.
-