Package | Description |
---|---|
org.modeshape.jcr | |
org.modeshape.jcr.bus | |
org.modeshape.jcr.cache | |
org.modeshape.jcr.cache.document | |
org.modeshape.jcr.federation |
Modifier and Type | Method and Description |
---|---|
protected ChangeBus |
JcrRepository.changeBus() |
protected ChangeBus |
JcrRepository.RunningState.changeBus() |
Modifier and Type | Class and Description |
---|---|
class |
ClusteredChangeBus
Implementation of a
ChangeBus which can run in a cluster, via ClusteringService . |
class |
RepositoryChangeBus
Change bus implementation around a
RingBuffer |
Constructor and Description |
---|
ClusteredChangeBus(ChangeBus delegate,
ClusteringService clusteringService)
Creates a new clustered repository bus
|
Modifier and Type | Method and Description |
---|---|
ChangeBus |
RepositoryCache.changeBus() |
Constructor and Description |
---|
RepositoryCache(ExecutionContext context,
DocumentStore documentStore,
ClusteringService clusteringService,
RepositoryConfiguration configuration,
RepositoryCache.ContentInitializer initializer,
SessionEnvironment sessionContext,
ChangeBus changeBus,
CacheContainer workspaceCacheContainer,
Upgrades upgradeFunctions) |
Constructor and Description |
---|
WorkspaceCache(ExecutionContext context,
String repositoryKey,
String workspaceName,
WorkspaceCache systemWorkspace,
DocumentStore documentStore,
DocumentTranslator translator,
NodeKey rootKey,
ConcurrentMap<NodeKey,CachedNode> cache,
ChangeBus changeBus) |
Constructor and Description |
---|
ConnectorChangeSetImpl(Connectors connectors,
Connectors.PathMappings mappings,
String processId,
String repositoryKey,
ChangeBus bus,
DateTimeFactory timeFactory,
String journalId) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.