Package org.nuxeo.ecm.core.storage.dbs
Class DBSInvalidationsQueue
java.lang.Object
org.nuxeo.ecm.core.storage.InvalidationsQueue<DBSInvalidations>
org.nuxeo.ecm.core.storage.dbs.DBSInvalidationsQueue
Queue of invalidations.
All invalidations added are accumulated (from multiple threads), then returned when asked for.
- Since:
- 11.1
-
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
-
DBSInvalidationsQueue
-
-
Method Details
-
newInvalidations
Description copied from class:InvalidationsQueue
Constructs new empty invalidations, of typeInvalidationsQueue
.- Specified by:
newInvalidations
in classInvalidationsQueue<DBSInvalidations>
-