Uses of Interface
com.composum.sling.core.concurrent.LazyCreationService.CreationStrategy
-
Packages that use LazyCreationService.CreationStrategy Package Description com.composum.sling.clientlibs.service com.composum.sling.core.concurrent -
-
Uses of LazyCreationService.CreationStrategy in com.composum.sling.clientlibs.service
Methods in com.composum.sling.clientlibs.service that return LazyCreationService.CreationStrategy Modifier and Type Method Description protected LazyCreationService.CreationStrategy
DefaultClientlibService. creationStrategy()
-
Uses of LazyCreationService.CreationStrategy in com.composum.sling.core.concurrent
Methods in com.composum.sling.core.concurrent with parameters of type LazyCreationService.CreationStrategy Modifier and Type Method Description protected org.apache.sling.api.resource.Resource
LazyCreationServiceImpl. createUninitializedResource(org.apache.sling.api.resource.ResourceResolver adminResolver, org.apache.sling.api.resource.Resource parentResource, String path, LazyCreationService.CreationStrategy creator)
<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
LazyCreationService. getOrCreate(org.apache.sling.api.resource.ResourceResolver resolver, String path, LazyCreationService.RetrievalStrategy<T> getter, LazyCreationService.CreationStrategy creator, LazyCreationService.ParentCreationStrategy parentCreationStrategy)
Retrieves a resource or applies a creation strategy to be carried out with an admin resolver to create it.<T> T
LazyCreationService. getOrCreate(org.apache.sling.api.resource.ResourceResolver resolver, String path, LazyCreationService.RetrievalStrategy<T> getter, LazyCreationService.CreationStrategy creator, Map<String,Object> parentProperties)
Retrieves a resource or applies a creation strategy to be carried out with an admin resolver to create it.<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)
<T> T
LazyCreationServiceImpl. getOrCreate(org.apache.sling.api.resource.ResourceResolver resolver, String path, LazyCreationService.RetrievalStrategy<T> getter, LazyCreationService.CreationStrategy creator, LazyCreationService.ParentCreationStrategy parentCreationStrategy)
<T> T
LazyCreationServiceImpl. getOrCreate(org.apache.sling.api.resource.ResourceResolver resolver, String path, LazyCreationService.RetrievalStrategy<T> getter, LazyCreationService.CreationStrategy creator, Map<String,Object> parentProperties)
-