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 classInvalidationsPropagator<T extends SerializableAccumulableInvalidations>Propagator of invalidations to a set ofInvalidationsQueues.classInvalidationsQueue<T extends SerializableAccumulableInvalidations>Queue of invalidations.Fields in org.nuxeo.ecm.core.storage declared as SerializableAccumulableInvalidations Modifier and Type Field Description TInvalidationsQueue. 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 classDBSInvalidationsA 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 voidDBSInvalidations. 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 classVCSInvalidationsA set of invalidations.Methods in org.nuxeo.ecm.core.storage.sql with parameters of type SerializableAccumulableInvalidations Modifier and Type Method Description voidVCSInvalidations. 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 classAbstractPubSubInvalidationsAccumulator<T extends SerializableAccumulableInvalidations>Encapsulates invalidations management through thePubSubService.Fields in org.nuxeo.runtime.pubsub declared as SerializableAccumulableInvalidations Modifier and Type Field Description protected TAbstractPubSubInvalidationsAccumulator. bufferedInvalidationsMethods in org.nuxeo.runtime.pubsub with parameters of type SerializableAccumulableInvalidations Modifier and Type Method Description voidSerializableAccumulableInvalidations. add(SerializableAccumulableInvalidations other)Adds other invalidations to this one.
-