Uses of Interface
org.ehcache.spi.service.Service
-
Packages that use Service Package Description org.ehcache.spi.copy CopierSPI in Ehcache.org.ehcache.spi.loaderwriter CacheLoaderWriterSPI for aCache.org.ehcache.spi.persistence PersistableResourceServiceand other persistence related SPI.org.ehcache.spi.resilience ResilienceStrategyAPI of aCache.org.ehcache.spi.serialization SerializerSPI in Ehcache.org.ehcache.spi.service ServiceSPI related in Ehcache. -
-
Uses of Service in org.ehcache.spi.copy
Subinterfaces of Service in org.ehcache.spi.copy Modifier and Type Interface Description interfaceCopyProvider -
Uses of Service in org.ehcache.spi.loaderwriter
Subinterfaces of Service in org.ehcache.spi.loaderwriter Modifier and Type Interface Description interfaceCacheLoaderWriterProviderAServicethat createsCacheLoaderWriterinstances.interfaceWriteBehindProviderAServicethat provides write-behind functionality. -
Uses of Service in org.ehcache.spi.persistence
Subinterfaces of Service in org.ehcache.spi.persistence Modifier and Type Interface Description interfacePersistableResourceService -
Uses of Service in org.ehcache.spi.resilience
Subinterfaces of Service in org.ehcache.spi.resilience Modifier and Type Interface Description interfaceResilienceStrategyProviderAServicethat createsResilienceStrategyinstances. -
Uses of Service in org.ehcache.spi.serialization
Subinterfaces of Service in org.ehcache.spi.serialization Modifier and Type Interface Description interfaceSerializationProviderAServiceprovidingSerializerinstances. -
Uses of Service in org.ehcache.spi.service
Classes in org.ehcache.spi.service with type parameters of type Service Modifier and Type Interface Description interfaceServiceConfiguration<T extends Service,R>A configuration type to be used when interacting with aService.interfaceServiceCreationConfiguration<T extends Service,R>A configuration type used when creating aService.interfaceServiceProvider<T extends Service>A repository ofServiceinstances that can be used to look them up by type.Subinterfaces of Service in org.ehcache.spi.service Modifier and Type Interface Description interfaceMaintainableServiceServiceinterface that indicates that implementing services participate inMAINTENANCEmode.Methods in org.ehcache.spi.service that return types with arguments of type Service Modifier and Type Method Description java.lang.Class<? extends Service>[]value()Array ofServicedependency classesMethod parameters in org.ehcache.spi.service with type arguments of type Service Modifier and Type Method Description voidService. start(ServiceProvider<Service> serviceProvider)Start this service using the provided configuration andServiceProvider.
-