Uses of Interface
io.helidon.discovery.providers.eureka.CacheConfig
Packages that use CacheConfig
Package
Description
Provides classes and interfaces related to implementing discovery using Eureka.
-
Uses of CacheConfig in io.helidon.discovery.providers.eureka
Classes in io.helidon.discovery.providers.eureka with type parameters of type CacheConfigModifier and TypeClassDescriptionstatic class
CacheConfig.BuilderBase<BUILDER extends CacheConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends CacheConfig> Fluent API builder base forCacheConfig
.Classes in io.helidon.discovery.providers.eureka that implement CacheConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.discovery.providers.eureka that return CacheConfigModifier and TypeMethodDescriptionCacheConfig.Builder.build()
CacheConfig.Builder.buildPrototype()
EurekaDiscoveryConfig.BuilderBase.cache()
TheCacheConfig
to use controlling how a local cache of Eureka server information is used.EurekaDiscoveryConfig.BuilderBase.EurekaDiscoveryConfigImpl.cache()
EurekaDiscoveryConfig.cache()
TheCacheConfig
to use controlling how a local cache of Eureka server information is used.static CacheConfig
CacheConfig.create()
Create a new instance with default values.static CacheConfig
Deprecated.static CacheConfig
Create a new instance from configuration.Methods in io.helidon.discovery.providers.eureka with parameters of type CacheConfigModifier and TypeMethodDescriptionstatic CacheConfig.Builder
CacheConfig.builder
(CacheConfig instance) Create a new fluent API builder from an existing instance.EurekaDiscoveryConfig.BuilderBase.cache
(CacheConfig cache) TheCacheConfig
to use controlling how a local cache of Eureka server information is used.CacheConfig.BuilderBase.from
(CacheConfig prototype) Update this builder from an existing prototype instance.Method parameters in io.helidon.discovery.providers.eureka with type arguments of type CacheConfigModifier and TypeMethodDescriptionEurekaDiscoveryConfig.BuilderBase.cache
(Supplier<? extends CacheConfig> supplier) TheCacheConfig
to use controlling how a local cache of Eureka server information is used.
create(io.helidon.config.Config)