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
Constructors - 
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:InvalidationsQueueConstructs new empty invalidations, of typeInvalidationsQueue.- Specified by:
 newInvalidationsin classInvalidationsQueue<DBSInvalidations>
 
 -