Package | Description |
---|---|
org.nuxeo.ecm.core.storage.sql |
Implementation of a Nuxeo repository over an SQL database.
|
org.nuxeo.ecm.core.storage.sql.jdbc |
Modifier and Type | Field and Description |
---|---|
InvalidationsQueue |
SoftRefCachingRowMapper.cacheQueue
The queue of cache invalidations received from other session, to process at pre-transaction time.
|
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) |
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.
|
Copyright © 2015 Nuxeo SA. All rights reserved.