Package | Description |
---|---|
org.modeshape.jcr | |
org.modeshape.jcr.bus | |
org.modeshape.jcr.cache | |
org.modeshape.jcr.cache.change | |
org.modeshape.jcr.cache.document |
Modifier and Type | Class and Description |
---|---|
class |
BackupObserver
A
ChangeSetListener that captures the changes being made in a repository, forwarding the node and property changes to
the supplied queue, and capturing the set of binary keys that are marked as being used or unused. |
class |
Sequencers
Component that manages the library of sequencers configured for a repository.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ChangeBus
A generic interface for an event bus which handles changes.
|
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 | Method and Description |
---|---|
boolean |
RepositoryChangeBus.register(ChangeSetListener listener) |
boolean |
ClusteredRepositoryChangeBus.register(ChangeSetListener observer) |
boolean |
RepositoryChangeBus.unregister(ChangeSetListener listener) |
boolean |
ClusteredRepositoryChangeBus.unregister(ChangeSetListener observer) |
Modifier and Type | Class and Description |
---|---|
protected class |
RepositoryCache.LocalChangeListener |
protected class |
RepositoryCache.RepositoryFeaturesDetector |
Modifier and Type | Method and Description |
---|---|
boolean |
RepositoryCache.register(ChangeSetListener observer) |
boolean |
RepositoryCache.unregister(ChangeSetListener observer) |
Modifier and Type | Class and Description |
---|---|
class |
NoOpChangeSetListener |
Modifier and Type | Method and Description |
---|---|
boolean |
Observable.register(ChangeSetListener observer)
Register the supplied observer.
|
boolean |
Observable.unregister(ChangeSetListener observer)
Unregister the supplied observer.
|
Modifier and Type | Class and Description |
---|---|
class |
TransactionalWorkspaceCache
A special WorkspaceCache implementation that should be used by sessions running within user transactions.
|
class |
WorkspaceCache
A
NodeCache implementation that uses Infinispan's SchematicDb for storage, with each node represented as a
single Document . |
Constructor and Description |
---|
WorkspaceCache(ExecutionContext context,
String repositoryKey,
String workspaceName,
DocumentStore documentStore,
DocumentTranslator translator,
NodeKey rootKey,
ConcurrentMap<NodeKey,CachedNode> cache,
ChangeSetListener changeSetListener) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.