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