Uses of Interface
org.ehcache.spi.service.ServiceConfiguration
Packages that use ServiceConfiguration
Package
Description
CacheManager configuration,
Cache configuration and other configuration classes.Copier SPI in Ehcache.CacheLoaderWriter SPI for a Cache.PersistableResourceService and other persistence
related SPI.Serializer SPI in Ehcache.Service SPI related in Ehcache.-
Uses of ServiceConfiguration in org.ehcache.config
Methods in org.ehcache.config with type parameters of type ServiceConfigurationModifier and TypeMethodDescriptiondefault <C extends ServiceConfiguration<?,?>>
CFluentCacheConfigurationBuilder.getService(Class<C> configurationType) Return the unique service configuration of the given type.<C extends ServiceConfiguration<?,?>>
Collection<C> FluentCacheConfigurationBuilder.getServices(Class<C> configurationType) Returns all the service configurations of the given type.<R,C extends ServiceConfiguration<?, R>>
BFluentCacheConfigurationBuilder.updateServices(Class<C> clazz, UnaryOperator<R> update) Updates all service configurations of the given type.<C extends ServiceConfiguration<?,?>>
BFluentCacheConfigurationBuilder.withoutServices(Class<C> clazz, Predicate<? super C> predicate) Removes all service configurations of the given type that pass the predicate.Methods in org.ehcache.config that return types with arguments of type ServiceConfigurationModifier and TypeMethodDescriptionCacheConfiguration.getServiceConfigurations()The service configurations defined for theCache.Methods in org.ehcache.config with parameters of type ServiceConfigurationModifier and TypeMethodDescriptionFluentCacheConfigurationBuilder.withService(ServiceConfiguration<?, ?> config) Adds a service configuration to this configuration.Method parameters in org.ehcache.config with type arguments of type ServiceConfigurationModifier and TypeMethodDescriptiondefault BFluentCacheConfigurationBuilder.withoutServices(Class<? extends ServiceConfiguration<?, ?>> clazz) Removes all service configurations of the given type from this configuration.default BFluentCacheConfigurationBuilder.withService(Builder<? extends ServiceConfiguration<?, ?>> builder) Adds a service configuration built by the given builder to this configuration. -
Uses of ServiceConfiguration in org.ehcache.spi.copy
Methods in org.ehcache.spi.copy with parameters of type ServiceConfigurationModifier and TypeMethodDescription<T> Copier<T> CopyProvider.createKeyCopier(Class<T> clazz, Serializer<T> serializer, ServiceConfiguration<?, ?>... configs) Creates a keyCopierwith the given parameters.<T> Copier<T> CopyProvider.createValueCopier(Class<T> clazz, Serializer<T> serializer, ServiceConfiguration<?, ?>... configs) Creates a valueCopierwith the given parameters. -
Uses of ServiceConfiguration in org.ehcache.spi.loaderwriter
Subinterfaces of ServiceConfiguration in org.ehcache.spi.loaderwriterModifier and TypeInterfaceDescriptioninterfaceinterfaceServiceConfigurationfor theWriteBehindProvider. -
Uses of ServiceConfiguration in org.ehcache.spi.persistence
Subinterfaces of ServiceConfiguration in org.ehcache.spi.persistenceModifier and TypeInterfaceDescriptionstatic interfaceAn identifier for an existing persistable resource. -
Uses of ServiceConfiguration in org.ehcache.spi.serialization
Methods in org.ehcache.spi.serialization with parameters of type ServiceConfigurationModifier and TypeMethodDescription<T> Serializer<T> SerializationProvider.createKeySerializer(Class<T> clazz, ClassLoader classLoader, ServiceConfiguration<?, ?>... configs) Creates a keySerializerwith the given parameters.<T> Serializer<T> SerializationProvider.createValueSerializer(Class<T> clazz, ClassLoader classLoader, ServiceConfiguration<?, ?>... configs) Creates a valueSerializerwith the given parameters. -
Uses of ServiceConfiguration in org.ehcache.spi.service
Methods in org.ehcache.spi.service that return ServiceConfigurationModifier and TypeMethodDescriptiondefault ServiceConfiguration<T, ?> Construct a new configuration from the given detached representation.Methods in org.ehcache.spi.service with parameters of type ServiceConfigurationModifier and TypeMethodDescriptiondefault booleanServiceConfiguration.compatibleWith(ServiceConfiguration<?, ?> other) Returns true if this configuration can co-exist withotherin the same cache configuration.