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.queues
Methods in org.nuxeo.ecm.core.storage with parameters of type InvalidationsQueueModifier and TypeMethodDescriptionvoid
InvalidationsPropagator.addQueue
(InvalidationsQueue<T> queue) void
InvalidationsPropagator.propagateInvalidations
(T invalidations, InvalidationsQueue<T> skipQueue) void
InvalidationsPropagator.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