Package | Description |
---|---|
org.nuxeo.ecm.core.storage.sql |
Implementation of a Nuxeo repository over an SQL database.
|
org.nuxeo.ecm.core.storage.sql.jdbc | |
org.nuxeo.ecm.core.storage.sql.net |
Modifier and Type | Field and Description |
---|---|
ArrayList<InvalidationsQueue> |
InvalidationsPropagator.queues |
Modifier and Type | Method and Description |
---|---|
void |
InvalidationsPropagator.addQueue(InvalidationsQueue queue) |
void |
InvalidationsPropagator.propagateInvalidations(Invalidations invalidations,
InvalidationsQueue skipQueue) |
void |
InvalidationsPropagator.removeQueue(InvalidationsQueue queue) |
void |
CachingRowMapper.setEventQueue(InvalidationsQueue eventQueue)
Used by the server to associate each mapper to a single event
invalidations queue per client repository.
|
Constructor and Description |
---|
CachingMapper(Model model,
Mapper mapper,
InvalidationsPropagator cachePropagator,
InvalidationsPropagator eventPropagator,
InvalidationsQueue repositoryEventQueue) |
CachingRowMapper(Model model,
RowMapper rowMapper,
InvalidationsPropagator cachePropagator,
InvalidationsPropagator eventPropagator,
InvalidationsQueue repositoryEventQueue) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterNodeHandler.addQueue(InvalidationsQueue queue)
Adds an invalidation queue to this cluster node.
|
void |
ClusterNodeHandler.propagateInvalidations(Invalidations invalidations,
InvalidationsQueue skipQueue)
Propagates invalidations to all the queues of this cluster node.
|
void |
ClusterNodeHandler.removeQueue(InvalidationsQueue queue)
Removes an invalidation queue from this cluster node.
|
Constructor and Description |
---|
MapperInvoker(Repository repository,
String name,
InvalidationsQueue eventQueue,
MapperClientInfo info) |
Copyright © 2011 Nuxeo SA. All Rights Reserved.