Package | Description |
---|---|
org.modeshape.jcr.bus | |
org.modeshape.jcr.clustering | |
org.modeshape.jcr.journal |
Constructor and Description |
---|
ClusteredChangeBus(ChangeBus delegate,
ClusteringService clusteringService)
Creates a new clustered repository bus
|
Modifier and Type | Method and Description |
---|---|
static ClusteringService |
ClusteringService.startForked(org.jgroups.Channel mainChannel)
Starts a new clustering service by forking a channel of an existing JGroups channel.
|
static ClusteringService |
ClusteringService.startStandalone(String clusterName,
org.jgroups.Channel channel)
Starts a standalone clustering service which uses the supplied channel.
|
static 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
|
ClusteredJournal(LocalJournal localJournal,
ClusteringService clusteringService,
int reconciliationMaxWaitTime) |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.