Package | Description |
---|---|
org.modeshape.jcr | |
org.modeshape.jcr.bus | |
org.modeshape.jcr.cache | |
org.modeshape.jcr.cache.change | |
org.modeshape.jcr.cache.document | |
org.modeshape.jcr.journal | |
org.modeshape.jcr.txn |
Modifier and Type | Method and Description |
---|---|
void |
Sequencers.notify(ChangeSet changeSet)
This method is called when changes are persisted to the repository.
|
void |
RepositoryStatistics.notify(ChangeSet changeSet) |
void |
BackupObserver.notify(ChangeSet changeSet) |
Modifier and Type | Method and Description |
---|---|
void |
ClusteredChangeBus.consume(ChangeSet changes) |
boolean |
RepositoryChangeBus.ChangeSetListenerConsumerAdapter.consume(ChangeSetListener consumer,
ChangeSet event,
long position,
long maxPosition) |
void |
RepositoryChangeBus.ChangeSetListenerConsumerAdapter.handleException(ChangeSetListener consumer,
Throwable t,
ChangeSet entry,
long position,
long maxPosition) |
protected void |
ClusteredChangeBus.logReceivedOperation(ChangeSet changeSet) |
protected void |
ClusteredChangeBus.logSendOperation(ChangeSet changeSet) |
void |
RepositoryChangeBus.notify(ChangeSet changeSet) |
void |
ClusteredChangeBus.notify(ChangeSet changeSet) |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryCache.RepositoryFeaturesDetector.notify(ChangeSet changeSet) |
void |
RepositoryCache.ChangesToWorkspacesListener.notify(ChangeSet changeSet) |
Modifier and Type | Class and Description |
---|---|
class |
RecordingChanges
A thread-safe
Changes implementation that records the changes and makes them available for iteration. |
Modifier and Type | Method and Description |
---|---|
void |
ChangeSetListener.notify(ChangeSet changeSet)
Notifies a listener of the given changes.
|
void |
ChangeSetAdapter.notify(ChangeSet changeSet) |
Modifier and Type | Method and Description |
---|---|
protected ChangeSet |
WritableSessionCache.persistChanges(Iterable<NodeKey> changedNodesInOrder)
Persist the changes within an already-established transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkspaceCache.changed(ChangeSet changes)
Signal that changes have been made to the persisted data.
|
void |
TransactionalWorkspaceCache.changed(ChangeSet changes) |
void |
TransactionalWorkspaceCache.changedWithinTransaction(ChangeSet changes)
Signal that this transaction-specific workspace cache needs to reflect recent changes that have been persisted but not yet
committed.
|
protected void |
WorkspaceCache.evictChangedNodes(ChangeSet changes) |
protected void |
TransactionalWorkspaceCache.evictChangedNodes(ChangeSet changeSet) |
protected void |
TransactionalWorkspaceCache.internalChangedWithinTransaction(ChangeSet changes) |
void |
WorkspaceCache.SystemChangeNotifier.notify(ChangeSet changeSet) |
void |
WorkspaceCache.NonSystemChangeNotifier.notify(ChangeSet changeSet) |
Modifier and Type | Method and Description |
---|---|
ChangeSet |
JournalRecord.getChangeSet()
Returns the underlying change set.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalJournal.notify(ChangeSet changeSet) |
void |
ClusteredJournal.notify(ChangeSet changeSet) |
Constructor and Description |
---|
JournalRecord(ChangeSet content) |
Modifier and Type | Method and Description |
---|---|
void |
Transactions.updateCache(WorkspaceCache workspace,
ChangeSet changes,
Transactions.Transaction transaction)
Notify the workspace of the supplied changes, if and when the current transaction is completed.
|
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.