Package | Description |
---|---|
org.modeshape.jcr | |
org.modeshape.jcr.cache | |
org.modeshape.jcr.locking |
Modifier and Type | Method and Description |
---|---|
LockingService |
RepositoryEnvironment.lockingService()
Returns the locking service used by the repository to make sure writes are strongly consistent.
|
LockingService |
JcrRepository.JcrRepositoryEnvironment.lockingService() |
Constructor and Description |
---|
RepositoryCache(ExecutionContext context,
DocumentStore documentStore,
LockingService lockingService,
RepositoryConfiguration configuration,
RepositoryCache.ContentInitializer initializer,
RepositoryEnvironment repositoryEnvironment,
ChangeBus changeBus,
Upgrades upgradeFunctions) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLockingService<T extends Lock>
Base class for
LockingService implementations. |
class |
ClusteredLockingService
Locking service which should be used by ModeShape when running in a cluster
|
class |
StandaloneLockingService
LockingService implementation that is used by ModeShape when running in non-clustered (local) mode. |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.