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
-
public class DBSInvalidationsQueue extends InvalidationsQueue<DBSInvalidations>
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 Constructor Description DBSInvalidationsQueue(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DBSInvalidations
newInvalidations()
Constructs new empty invalidations, of typeInvalidationsQueue
.-
Methods inherited from class org.nuxeo.ecm.core.storage.InvalidationsQueue
addInvalidations, getInvalidations, toString
-
-
-
-
Constructor Detail
-
DBSInvalidationsQueue
public DBSInvalidationsQueue(String name)
-
-
Method Detail
-
newInvalidations
public DBSInvalidations newInvalidations()
Description copied from class:InvalidationsQueue
Constructs new empty invalidations, of typeInvalidationsQueue
.- Specified by:
newInvalidations
in classInvalidationsQueue<DBSInvalidations>
-
-