Uses of Interface
com.atlassian.confluence.core.SynchronizationManager
-
-
Uses of SynchronizationManager in com.atlassian.confluence.activeobjects.transaction
Constructors in com.atlassian.confluence.activeobjects.transaction with parameters of type SynchronizationManager Constructor Description ConfluenceAOSynchronisationManager(SynchronizationManager synchManager)
-
Uses of SynchronizationManager in com.atlassian.confluence.cache
Constructors in com.atlassian.confluence.cache with parameters of type SynchronizationManager Constructor Description TransactionalCacheFactory(com.atlassian.cache.CacheFactory cacheFactory, LockFactory lockFactory, SynchronizationManager synchronizationManager, ConfluenceMonitoring confluenceMonitoring)
Deprecated, for removal: This API element is subject to removal in a future version.since 8.0TransactionalCacheFactory(com.atlassian.cache.CacheFactory cacheFactory, SynchronizationManager synchronizationManager, ConfluenceMonitoring confluenceMonitoring)
-
Uses of SynchronizationManager in com.atlassian.confluence.cluster.hazelcast
Constructors in com.atlassian.confluence.cluster.hazelcast with parameters of type SynchronizationManager Constructor Description HazelcastClusterManager(HazelcastConfigurationAccessor configurationAccessor, ClassLoader classLoader, String configResourceName, SynchronizationManager synchronizationManager, com.atlassian.hazelcast.serialization.OsgiSafeStreamSerializer osgiSafeStreamSerializer, com.hazelcast.core.OutOfMemoryHandler outOfMemoryHandler, io.micrometer.core.instrument.MeterRegistry micrometerRegistry, MBeanServer mbeanServer)
-
Uses of SynchronizationManager in com.atlassian.confluence.core
Classes in com.atlassian.confluence.core that implement SynchronizationManager Modifier and Type Class Description class
ConfluenceSynchronizationManager
Confluence transaction sycnhronization manager. -
Uses of SynchronizationManager in com.atlassian.confluence.core.persistence.hibernate
Constructors in com.atlassian.confluence.core.persistence.hibernate with parameters of type SynchronizationManager Constructor Description CachingVersionHistoryDao(VersionHistoryDaoInternal delegate, com.atlassian.cache.CacheFactory cacheFactory, SynchronizationManager synchronizationManager)
-
Uses of SynchronizationManager in com.atlassian.confluence.impl.cluster
Constructors in com.atlassian.confluence.impl.cluster with parameters of type SynchronizationManager Constructor Description DefaultZduManager(ZduStatusDao zduStatusDao, com.atlassian.sal.api.ApplicationProperties applicationProperties, com.atlassian.event.api.EventPublisher eventPublisher, ClusterManager clusterManager, UpgradeFinalizationManager finalizationManager, SynchronizationManager synchronizationManager)
-
Uses of SynchronizationManager in com.atlassian.confluence.impl.hazelcast
Methods in com.atlassian.confluence.impl.hazelcast with parameters of type SynchronizationManager Modifier and Type Method Description protected ClusterManager
BootstrapHazelcastAppConfig. clusterManager(HazelcastConfigurationAccessor clusterConfigurationAccessor, ClassLoader uberClassLoader, SynchronizationManager synchronizationManager, io.micrometer.core.instrument.MeterRegistry micrometerMeterRegistry, MBeanServer mBeanServer)
-
Uses of SynchronizationManager in com.atlassian.confluence.impl.search
Constructors in com.atlassian.confluence.impl.search with parameters of type SynchronizationManager Constructor Description DefaultIndexFlushRequester(SynchronizationManager synchronizationManager, com.atlassian.event.api.EventPublisher eventPublisher, SearchIndex searchIndex)
-
Uses of SynchronizationManager in com.atlassian.confluence.impl.vcache
Constructors in com.atlassian.confluence.impl.vcache with parameters of type SynchronizationManager Constructor Description VCacheFactoryBean(com.atlassian.cache.CacheFactory cacheFactory, com.atlassian.cache.CacheSettingsDefaultsProvider cacheSettingsDefaultsProvider, SynchronizationManager synchronizationManager, VCacheRequestContextManager requestContextManager, VCacheFlusher flusher)
-
Uses of SynchronizationManager in com.atlassian.confluence.internal.content.collab
Constructors in com.atlassian.confluence.internal.content.collab with parameters of type SynchronizationManager Constructor Description AttachmentRelatedContentReconciliationListener(LinkManager linkManager, ContentReconciliationManager reconciliationManager, SynchronizationManager synchronizationManager, org.springframework.transaction.PlatformTransactionManager transactionManager, ContentEntityManagerInternal contentEntityManager, ContentEntityObjectDaoInternal contentEntityObjectDao)
DefaultContentReconciliationManager(CollaborativeEditingHelper collaborativeEditingHelper, com.atlassian.event.api.EventPublisher eventPublisher, SynchronizationManager synchronizationManager, org.springframework.transaction.PlatformTransactionManager transactionManager, Supplier<? extends ContentEntityManagerInternal> contentEntityManager)
-
Uses of SynchronizationManager in com.atlassian.confluence.mail.notification.listeners
Constructors in com.atlassian.confluence.mail.notification.listeners with parameters of type SynchronizationManager Constructor Description PageEventToAsyncPageEventTransformerListener(com.atlassian.event.api.EventPublisher eventPublisher, SynchronizationManager synchronizationManager, PageEventListener pageEventListener, DarkFeaturesManager darkFeaturesManager)
Deprecated. -
Uses of SynchronizationManager in com.atlassian.confluence.user
Constructors in com.atlassian.confluence.user with parameters of type SynchronizationManager Constructor Description DefaultUserAccessor(com.atlassian.user.configuration.RepositoryAccessor repositoryAccessor, SpacePermissionManagerInternal spacePermissionManager, NotificationManager notificationManager, PersonalInformationManager personalInformationManager, UserChecker userChecker, AttachmentManager attachmentManager, com.atlassian.event.api.EventPublisher eventPublisher, ContentPermissionManager contentPermissionManager, PermissionManager permissionManager, FollowManager followManager, com.atlassian.crowd.embedded.api.CrowdService crowdService, DisabledUserManager disabledUserManager, ConfluenceUserDao confluenceUserDao, com.atlassian.user.UserManager backingUserManager, SettingsManager settingsManager, AvatarProviderAccessor avatarProviderAccessor, ResourceAccessor resourceAccessor, org.springframework.transaction.PlatformTransactionManager transactionManager, UserMentionsContentReindexer userMentionsContentReindexer, CrowdUserDirectoryHelper crowdUserDirectoryHelper, SynchronizationManager synchronizationManager, UserVerificationTokenManager userVerificationTokenManager, BootstrapManager bootstrapManager)
UserMentionsContentReindexer(ConfluenceIndexer indexer, BatchOperationManager batchOperationManager, SearchManager searchManager, SynchronizationManager synchronizationManager)
-