Uses of Interface
io.helidon.common.configurable.ThreadPoolConfig
Packages that use ThreadPoolConfig
Package
Description
General utilities that use
Config.Provides integration with LangChain4j in-process embedding models..
-
Uses of ThreadPoolConfig in io.helidon.common.configurable
Classes in io.helidon.common.configurable with type parameters of type ThreadPoolConfigModifier and TypeClassDescriptionstatic classThreadPoolConfig.BuilderBase<BUILDER extends ThreadPoolConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ThreadPoolConfig> Fluent API builder base forThreadPoolConfig.Classes in io.helidon.common.configurable that implement ThreadPoolConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.common.configurable that return ThreadPoolConfigModifier and TypeMethodDescriptionThreadPoolConfig.Builder.buildPrototype()static ThreadPoolConfigThreadPoolConfig.create()Create a new instance with default values.static ThreadPoolConfigDeprecated.static ThreadPoolConfigCreate a new instance from configuration.ThreadPoolSupplier.prototype()Methods in io.helidon.common.configurable with parameters of type ThreadPoolConfigModifier and TypeMethodDescriptionstatic ThreadPoolConfig.BuilderThreadPoolConfig.builder(ThreadPoolConfig instance) Create a new fluent API builder from an existing instance.static ThreadPoolSupplierThreadPoolSupplier.create(ThreadPoolConfig config) Create a new thread pool supplier based on its configuration.ThreadPoolConfig.BuilderBase.from(ThreadPoolConfig prototype) Update this builder from an existing prototype instance. -
Uses of ThreadPoolConfig in io.helidon.integrations.langchain4j.providers.lc4jinprocess
Methods in io.helidon.integrations.langchain4j.providers.lc4jinprocess that return types with arguments of type ThreadPoolConfigModifier and TypeMethodDescriptionInProcessEmbeddingModelConfig.BuilderBase.executor()Executor configuration used by the embedding model.InProcessEmbeddingModelConfig.BuilderBase.InProcessEmbeddingModelConfigImpl.executor()InProcessEmbeddingModelConfig.executor()Executor configuration used by the embedding model.Methods in io.helidon.integrations.langchain4j.providers.lc4jinprocess with parameters of type ThreadPoolConfigModifier and TypeMethodDescriptionInProcessEmbeddingModelConfig.BuilderBase.executor(ThreadPoolConfig executor) Executor configuration used by the embedding model.
create(io.helidon.config.Config)