Uses of Interface
com.composum.sling.core.concurrent.LazyCreationService.InitializationStrategy
-
Packages that use LazyCreationService.InitializationStrategy Package Description com.composum.sling.clientlibs.service com.composum.sling.core.concurrent -
-
Uses of LazyCreationService.InitializationStrategy in com.composum.sling.clientlibs.service
Methods in com.composum.sling.clientlibs.service that return LazyCreationService.InitializationStrategy Modifier and Type Method Description protected LazyCreationService.InitializationStrategy
DefaultClientlibService. initializationStrategy(ClientlibRef clientlibRef, String encoding, String hash, ProcessorContext context)
-
Uses of LazyCreationService.InitializationStrategy in com.composum.sling.core.concurrent
Methods in com.composum.sling.core.concurrent with parameters of type LazyCreationService.InitializationStrategy Modifier and Type Method Description <T> T
LazyCreationService. getOrCreate(org.apache.sling.api.resource.ResourceResolver resolver, String path, LazyCreationService.RetrievalStrategy<T> getter, LazyCreationService.CreationStrategy creator, LazyCreationService.InitializationStrategy initializer, LazyCreationService.ParentCreationStrategy parentCreationStrategy)
Retrieves a resource or applies a creation and initialization strategy to be carried out with an admin resolver to create it, for resource intensive initialization processes that should not performed twice in the cluster.<T> T
LazyCreationService. getOrCreate(org.apache.sling.api.resource.ResourceResolver resolver, String path, LazyCreationService.RetrievalStrategy<T> getter, LazyCreationService.CreationStrategy creator, LazyCreationService.InitializationStrategy initializer, Map<String,Object> parentProperties)
Retrieves a resource or applies a creation and initialization strategy to be carried out with an admin resolver to create it, for resource intensive initialization processes that should not performed twice in the cluster.<T> T
LazyCreationServiceImpl. getOrCreate(org.apache.sling.api.resource.ResourceResolver resolver, String path, LazyCreationService.RetrievalStrategy<T> getter, LazyCreationService.CreationStrategy creator, LazyCreationService.InitializationStrategy initializer, LazyCreationService.ParentCreationStrategy parentCreationStrategy)
Retrieves a resource or applies a creation and initialization strategy to be carried out with an admin resolver to create it, for resource intensive initialization processes that should not performed twice in the cluster.<T> T
LazyCreationServiceImpl. getOrCreate(org.apache.sling.api.resource.ResourceResolver resolver, String path, LazyCreationService.RetrievalStrategy<T> getter, LazyCreationService.CreationStrategy creator, LazyCreationService.InitializationStrategy initializer, Map<String,Object> parentProperties)
protected void
LazyCreationServiceImpl. initializeResource(org.apache.sling.api.resource.ResourceResolver adminResolver, String path, LazyCreationService.InitializationStrategy initializer, javax.jcr.lock.LockManager lockManager)
-