Uses of Class
org.ehcache.spi.service.MaintainableService.MaintenanceScope
-
Packages that use MaintainableService.MaintenanceScope Package Description org.ehcache.spi.service ServiceSPI related in Ehcache. -
-
Uses of MaintainableService.MaintenanceScope in org.ehcache.spi.service
Methods in org.ehcache.spi.service that return MaintainableService.MaintenanceScope Modifier and Type Method Description static MaintainableService.MaintenanceScopeMaintainableService.MaintenanceScope. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MaintainableService.MaintenanceScope[]MaintainableService.MaintenanceScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ehcache.spi.service with parameters of type MaintainableService.MaintenanceScope Modifier and Type Method Description voidMaintainableService. startForMaintenance(ServiceProvider<? super MaintainableService> serviceProvider, MaintainableService.MaintenanceScope maintenanceScope)Start this service for maintenance, based on its default configuration.
-