Uses of Class
com.yahoo.cloud.config.SentinelConfig.Builder
Packages that use SentinelConfig.Builder
-
Uses of SentinelConfig.Builder in com.yahoo.cloud.config
Methods in com.yahoo.cloud.config that return SentinelConfig.BuilderModifier and TypeMethodDescriptionSentinelConfig.Builder.application(SentinelConfig.Application.Builder __builder) SentinelConfig.Builder.application(Consumer<SentinelConfig.Application.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listSentinelConfig.Builder.connectivity(SentinelConfig.Connectivity.Builder __builder) SentinelConfig.Builder.connectivity(Consumer<SentinelConfig.Connectivity.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listSentinelConfig.Builder.port(SentinelConfig.Port.Builder __builder) SentinelConfig.Builder.port(Consumer<SentinelConfig.Port.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listSentinelConfig.Builder.service(SentinelConfig.Service.Builder __builder) Add the given builder to this builder's list of Service buildersSentinelConfig.Builder.service(Consumer<SentinelConfig.Service.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listSentinelConfig.Builder.service(List<SentinelConfig.Service.Builder> __builders) Set the given list as this builder's list of Service buildersMethods in com.yahoo.cloud.config with parameters of type SentinelConfig.BuilderModifier and TypeMethodDescriptionvoidSentinelConfig.Producer.getConfig(SentinelConfig.Builder builder) Constructors in com.yahoo.cloud.config with parameters of type SentinelConfig.Builder