Uses of Interface
org.nuxeo.runtime.pubsub.SerializableAccumulableInvalidations
-
Packages that use SerializableAccumulableInvalidations Package Description org.nuxeo.ecm.core.storage org.nuxeo.ecm.core.storage.dbs org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database.org.nuxeo.runtime.pubsub -
-
Uses of SerializableAccumulableInvalidations in org.nuxeo.ecm.core.storage
Classes in org.nuxeo.ecm.core.storage with type parameters of type SerializableAccumulableInvalidations Modifier and Type Class Description class
InvalidationsPropagator<T extends SerializableAccumulableInvalidations>
Propagator of invalidations to a set ofInvalidationsQueue
s.class
InvalidationsQueue<T extends SerializableAccumulableInvalidations>
Queue of invalidations.Fields in org.nuxeo.ecm.core.storage declared as SerializableAccumulableInvalidations Modifier and Type Field Description T
InvalidationsQueue. queue
-
Uses of SerializableAccumulableInvalidations in org.nuxeo.ecm.core.storage.dbs
Classes in org.nuxeo.ecm.core.storage.dbs that implement SerializableAccumulableInvalidations Modifier and Type Class Description class
DBSInvalidations
A set of invalidations for a given repository.Methods in org.nuxeo.ecm.core.storage.dbs with parameters of type SerializableAccumulableInvalidations Modifier and Type Method Description void
DBSInvalidations. add(SerializableAccumulableInvalidations o)
-
Uses of SerializableAccumulableInvalidations in org.nuxeo.ecm.core.storage.sql
Classes in org.nuxeo.ecm.core.storage.sql that implement SerializableAccumulableInvalidations Modifier and Type Class Description class
VCSInvalidations
A set of invalidations.Methods in org.nuxeo.ecm.core.storage.sql with parameters of type SerializableAccumulableInvalidations Modifier and Type Method Description void
VCSInvalidations. add(SerializableAccumulableInvalidations o)
-
Uses of SerializableAccumulableInvalidations in org.nuxeo.runtime.pubsub
Classes in org.nuxeo.runtime.pubsub with type parameters of type SerializableAccumulableInvalidations Modifier and Type Class Description class
AbstractPubSubInvalidationsAccumulator<T extends SerializableAccumulableInvalidations>
Encapsulates invalidations management through thePubSubService
.Fields in org.nuxeo.runtime.pubsub declared as SerializableAccumulableInvalidations Modifier and Type Field Description protected T
AbstractPubSubInvalidationsAccumulator. bufferedInvalidations
Methods in org.nuxeo.runtime.pubsub with parameters of type SerializableAccumulableInvalidations Modifier and Type Method Description void
SerializableAccumulableInvalidations. add(SerializableAccumulableInvalidations other)
Adds other invalidations to this one.
-