Package org.nuxeo.ecm.core.storage.sql
Class VCSInvalidationsQueue
java.lang.Object
org.nuxeo.ecm.core.storage.InvalidationsQueue<VCSInvalidations>
org.nuxeo.ecm.core.storage.sql.VCSInvalidationsQueue
Queue of invalidations.
All invalidations added are accumulated (from multiple threads), then returned when asked for.
-
Field Summary
Fields inherited from class org.nuxeo.ecm.core.storage.InvalidationsQueue
name, queue
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionConstructs new empty invalidations, of typeInvalidationsQueue
.Methods inherited from class org.nuxeo.ecm.core.storage.InvalidationsQueue
addInvalidations, getInvalidations, toString
-
Constructor Details
-
VCSInvalidationsQueue
-
-
Method Details
-
newInvalidations
Description copied from class:InvalidationsQueue
Constructs new empty invalidations, of typeInvalidationsQueue
.- Specified by:
newInvalidations
in classInvalidationsQueue<VCSInvalidations>
-