Package | Description |
---|---|
org.modeshape.jcr | |
org.modeshape.jcr.bus | |
org.modeshape.jcr.cache | |
org.modeshape.jcr.federation |
Modifier and Type | Method and Description |
---|---|
protected ChangeBus |
JcrRepository.changeBus() |
protected ChangeBus |
JcrRepository.RunningState.changeBus() |
protected ChangeBus |
JcrRepository.RunningState.createBus(RepositoryConfiguration.Clustering clusteringConfiguration,
ExecutorService executor,
String systemWorkspaceName,
String processId) |
Modifier and Type | Class and Description |
---|---|
class |
ClusteredRepositoryChangeBus
Implementation of a
ChangeBus which can run in a cluster, via JGroups. |
class |
RepositoryChangeBus
A standard
ChangeBus implementation. |
Modifier and Type | Field and Description |
---|---|
protected ChangeBus |
ClusteredRepositoryChangeBus.delegate
The wrapped standalone bus to which standard bus operations are delegated
|
Constructor and Description |
---|
ClusteredRepositoryChangeBus(RepositoryConfiguration.Clustering clusteringConfiguration,
ChangeBus delegate,
String processId)
Creates a new clustered repository bus
|
Constructor and Description |
---|
RepositoryCache(ExecutionContext context,
DocumentStore documentStore,
RepositoryConfiguration configuration,
RepositoryCache.ContentInitializer initializer,
SessionEnvironment sessionContext,
ChangeBus changeBus,
org.infinispan.manager.CacheContainer workspaceCacheContainer,
Upgrades upgradeFunctions) |
Constructor and Description |
---|
ConnectorChangeSetImpl(Connectors connectors,
Connectors.PathMappings mappings,
String sessionId,
String processId,
String repositoryKey,
ChangeBus bus,
DateTimeFactory timeFactory) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.