Uses of Interface
com.atlassian.confluence.concurrent.LockFactory
-
Packages that use LockFactory Package Description com.atlassian.confluence.cache com.atlassian.confluence.cluster com.atlassian.confluence.cluster.hazelcast -
-
Uses of LockFactory in com.atlassian.confluence.cache
Constructors in com.atlassian.confluence.cache with parameters of type LockFactory 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.0 -
Uses of LockFactory in com.atlassian.confluence.cluster
Subinterfaces of LockFactory in com.atlassian.confluence.cluster Modifier and Type Interface Description interface
ClusterManager
-
Uses of LockFactory in com.atlassian.confluence.cluster.hazelcast
Classes in com.atlassian.confluence.cluster.hazelcast that implement LockFactory Modifier and Type Class Description class
HazelcastClusterManager
Hazelcast implementation ofClusterManager
-