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
Classes in com.atlassian.confluence.cache that implement LockFactory Modifier and Type Class Description classTransactionalCacheFactoryA cache factory that produces transactional caches.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) -
Uses of LockFactory in com.atlassian.confluence.cluster
Subinterfaces of LockFactory in com.atlassian.confluence.cluster Modifier and Type Interface Description interfaceClusterManager -
Uses of LockFactory in com.atlassian.confluence.cluster.hazelcast
Classes in com.atlassian.confluence.cluster.hazelcast that implement LockFactory Modifier and Type Class Description classHazelcastClusterManagerHazelcast implementation ofClusterManager
-