Uses of Interface
org.ehcache.spi.service.ServiceCreationConfiguration
Packages that use ServiceCreationConfiguration
Package
Description
CacheManager configuration,
Cache configuration and other configuration classes.Service SPI related in Ehcache.-
Uses of ServiceCreationConfiguration in org.ehcache.config
Methods in org.ehcache.config with type parameters of type ServiceCreationConfigurationModifier and TypeMethodDescriptiondefault <C extends ServiceCreationConfiguration<?,?>>
CFluentConfigurationBuilder.getService(Class<C> configurationType) Return the unique service creation configuration of the given type.<C extends ServiceCreationConfiguration<?,?>>
Collection<C> FluentConfigurationBuilder.getServices(Class<C> configurationType) Return the service creation configurations of the given type.<R,C extends ServiceCreationConfiguration<?, R>>
BFluentConfigurationBuilder.updateServices(Class<C> clazz, UnaryOperator<R> update) Updates all service creation configurations of the given type.<C extends ServiceCreationConfiguration<?,?>>
BFluentConfigurationBuilder.withoutServices(Class<C> clazz, Predicate<? super C> predicate) Removes all service creation configurations of the given type that pass the predicate.Methods in org.ehcache.config that return types with arguments of type ServiceCreationConfigurationMethods in org.ehcache.config with parameters of type ServiceCreationConfigurationModifier and TypeMethodDescriptionFluentConfigurationBuilder.withService(ServiceCreationConfiguration<?, ?> config) Adds a service creation configuration to this configuration.Method parameters in org.ehcache.config with type arguments of type ServiceCreationConfigurationModifier and TypeMethodDescriptiondefault BFluentConfigurationBuilder.withoutServices(Class<? extends ServiceCreationConfiguration<?, ?>> clazz) Removes all service creation configurations of the given type from this configuration.default BFluentConfigurationBuilder.withService(Builder<? extends ServiceCreationConfiguration<?, ?>> builder) Adds a service creation configuration built by the given builder to this configuration. -
Uses of ServiceCreationConfiguration in org.ehcache.spi.service
Methods in org.ehcache.spi.service that return ServiceCreationConfigurationModifier and TypeMethodDescriptiondefault ServiceCreationConfiguration<T, ?> Construct a new configuration from the given detached representation.Methods in org.ehcache.spi.service with parameters of type ServiceCreationConfigurationModifier and TypeMethodDescriptiondefault booleanServiceCreationConfiguration.compatibleWith(ServiceCreationConfiguration<?, ?> other) Returns true if this configuration can co-exist withotherin the same manager configuration.