Uses of Class
org.nuxeo.ecm.core.storage.InvalidationsQueue
Packages that use InvalidationsQueue
Package
Description
Implementation of a Nuxeo repository over an SQL database.
- 
Uses of InvalidationsQueue in org.nuxeo.ecm.core.storage
Fields in org.nuxeo.ecm.core.storage with type parameters of type InvalidationsQueueModifier and TypeFieldDescriptionfinal List<InvalidationsQueue<T>> InvalidationsPropagator.queuesMethods in org.nuxeo.ecm.core.storage with parameters of type InvalidationsQueueModifier and TypeMethodDescriptionvoidInvalidationsPropagator.addQueue(InvalidationsQueue<T> queue) voidInvalidationsPropagator.propagateInvalidations(T invalidations, InvalidationsQueue<T> skipQueue) voidInvalidationsPropagator.removeQueue(InvalidationsQueue<T> queue)  - 
Uses of InvalidationsQueue in org.nuxeo.ecm.core.storage.dbs
Subclasses of InvalidationsQueue in org.nuxeo.ecm.core.storage.dbs - 
Uses of InvalidationsQueue in org.nuxeo.ecm.core.storage.sql
Subclasses of InvalidationsQueue in org.nuxeo.ecm.core.storage.sql