Uses of Class
com.yahoo.cloud.config.SentinelConfig.Service.Builder
Packages that use SentinelConfig.Service.Builder
-
Uses of SentinelConfig.Service.Builder in com.yahoo.cloud.config
Fields in com.yahoo.cloud.config with type parameters of type SentinelConfig.Service.BuilderMethods in com.yahoo.cloud.config that return SentinelConfig.Service.BuilderModifier and TypeMethodDescriptionSentinelConfig.Service.Builder.affinity(SentinelConfig.Service.Affinity.Builder __builder) SentinelConfig.Service.Builder.affinity(Consumer<SentinelConfig.Service.Affinity.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listSentinelConfig.Service.Builder.autorestart(boolean __value) SentinelConfig.Service.Builder.autostart(boolean __value) SentinelConfig.Service.Builder.environ(SentinelConfig.Service.Environ.Builder __builder) Add the given builder to this builder's list of Environ buildersSentinelConfig.Service.Builder.environ(Consumer<SentinelConfig.Service.Environ.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listSentinelConfig.Service.Builder.environ(List<SentinelConfig.Service.Environ.Builder> __builders) Set the given list as this builder's list of Environ buildersSentinelConfig.Service.Builder.logctl(SentinelConfig.Service.Logctl.Builder __builder) Add the given builder to this builder's list of Logctl buildersSentinelConfig.Service.Builder.logctl(Consumer<SentinelConfig.Service.Logctl.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listSentinelConfig.Service.Builder.logctl(List<SentinelConfig.Service.Logctl.Builder> __builders) Set the given list as this builder's list of Logctl buildersSentinelConfig.Service.Builder.preShutdownCommand(String __value) Methods in com.yahoo.cloud.config with parameters of type SentinelConfig.Service.BuilderModifier and TypeMethodDescriptionSentinelConfig.Builder.service(SentinelConfig.Service.Builder __builder) Add the given builder to this builder's list of Service buildersMethod parameters in com.yahoo.cloud.config with type arguments of type SentinelConfig.Service.BuilderModifier and TypeMethodDescriptionSentinelConfig.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 buildersConstructors in com.yahoo.cloud.config with parameters of type SentinelConfig.Service.Builder