Package | Description |
---|---|
org.modeshape.jcr.bus | |
org.modeshape.jcr.cache | |
org.modeshape.jcr.clustering | |
org.modeshape.jcr.journal |
Constructor and Description |
---|
ClusteredRepositoryChangeBus(ChangeBus delegate,
ClusteringService clusteringService)
Creates a new clustered repository bus
|
Constructor and Description |
---|
RepositoryCache(ExecutionContext context,
DocumentStore documentStore,
ClusteringService clusteringService,
RepositoryConfiguration configuration,
RepositoryCache.ContentInitializer initializer,
SessionEnvironment sessionContext,
ChangeBus changeBus,
CacheContainer workspaceCacheContainer,
Upgrades upgradeFunctions) |
Modifier and Type | Method and Description |
---|---|
ClusteringService |
ClusteringService.startForked(org.jgroups.Channel mainChannel)
Starts a new clustering service by forking a channel of an existing JGroups channel.
|
ClusteringService |
ClusteringService.startStandalone(String clusterName,
String jgroupsConfig)
Starts a standalone clustering service which in turn will start & connect its own JGroup channel.
|
Modifier and Type | Method and Description |
---|---|
protected ClusteringService |
ClusteredJournal.clusteringService() |
Constructor and Description |
---|
ClusteredJournal(LocalJournal localJournal,
ClusteringService clusteringService)
Creates a new clustered journal
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.