Uses of Interface
com.atlassian.confluence.vcache.VCacheRequestContextOperations
-
-
Uses of VCacheRequestContextOperations in com.atlassian.confluence.event
Constructors in com.atlassian.confluence.event with parameters of type VCacheRequestContextOperations Constructor Description ConfluenceEventDispatcher(com.atlassian.event.spi.EventExecutorFactory executorFactory, com.atlassian.event.internal.AsynchronousEventResolver asynchronousEventResolver, com.atlassian.sal.api.executor.ThreadLocalContextManager<C> threadLocalContextManager, VCacheRequestContextOperations vCacheRequestContextOperations) -
Uses of VCacheRequestContextOperations in com.atlassian.confluence.impl.schedule.caesium
Constructors in com.atlassian.confluence.impl.schedule.caesium with parameters of type VCacheRequestContextOperations Constructor Description ConfluenceSchedulerService(com.atlassian.scheduler.caesium.spi.CaesiumSchedulerConfiguration config, com.atlassian.scheduler.core.spi.RunDetailsDao runDetailsDao, com.atlassian.scheduler.caesium.spi.ClusteredJobDao clusteredJobDao, Set<String> parameterClassWhiteList, VCacheRequestContextOperations vCacheRequestContextOperations, com.atlassian.beehive.ClusterLockService lockService, ClusterManager clusterManager)ConfluenceSchedulerService(com.atlassian.scheduler.caesium.spi.CaesiumSchedulerConfiguration config, com.atlassian.scheduler.core.spi.RunDetailsDao runDetailsDao, com.atlassian.scheduler.caesium.spi.ClusteredJobDao clusteredJobDao, Set<String> parameterClassWhiteList, VCacheRequestContextOperations vCacheRequestContextOperations, com.atlassian.beehive.ClusterLockService lockService, ClusterManager clusterManager, @Nullable Supplier<JobListener> listener) -
Uses of VCacheRequestContextOperations in com.atlassian.confluence.impl.vcache
Classes in com.atlassian.confluence.impl.vcache that implement VCacheRequestContextOperations Modifier and Type Class Description classDummyVCacheRequestContextOperationsTrivial implementation of the interface which just invoked the action directly.classVCacheRequestContextManagerAn implementation ofVCacheRequestContextOperationswhich provides a simple interface to client code. -
Uses of VCacheRequestContextOperations in com.atlassian.confluence.spring.transaction.interceptor
Constructors in com.atlassian.confluence.spring.transaction.interceptor with parameters of type VCacheRequestContextOperations Constructor Description ConfluenceSpringHostContextAccessor(org.springframework.transaction.PlatformTransactionManager transactionManager, VCacheRequestContextOperations vCacheRequestContextOperations)
-