Uses of Interface
org.nuxeo.runtime.pubsub.SerializableAccumulableInvalidations
Packages that use SerializableAccumulableInvalidations
Package
Description
Implementation of a Nuxeo repository over an SQL database.
-
Uses of SerializableAccumulableInvalidations in org.nuxeo.ecm.core.storage
Classes in org.nuxeo.ecm.core.storage with type parameters of type SerializableAccumulableInvalidationsModifier and TypeClassDescriptionclassPropagator of invalidations to a set ofInvalidationsQueues.classQueue of invalidations.Fields in org.nuxeo.ecm.core.storage declared as SerializableAccumulableInvalidations -
Uses of SerializableAccumulableInvalidations in org.nuxeo.ecm.core.storage.dbs
Classes in org.nuxeo.ecm.core.storage.dbs that implement SerializableAccumulableInvalidationsModifier and TypeClassDescriptionclassA set of invalidations for a given repository.Methods in org.nuxeo.ecm.core.storage.dbs with parameters of type SerializableAccumulableInvalidationsModifier and TypeMethodDescriptionvoidDBSInvalidations.add(SerializableAccumulableInvalidations o) -
Uses of SerializableAccumulableInvalidations in org.nuxeo.ecm.core.storage.sql
Classes in org.nuxeo.ecm.core.storage.sql that implement SerializableAccumulableInvalidationsMethods in org.nuxeo.ecm.core.storage.sql with parameters of type SerializableAccumulableInvalidationsModifier and TypeMethodDescriptionvoidVCSInvalidations.add(SerializableAccumulableInvalidations o) -
Uses of SerializableAccumulableInvalidations in org.nuxeo.runtime.pubsub
Classes in org.nuxeo.runtime.pubsub with type parameters of type SerializableAccumulableInvalidationsModifier and TypeClassDescriptionclassEncapsulates invalidations management through thePubSubService.Fields in org.nuxeo.runtime.pubsub declared as SerializableAccumulableInvalidationsModifier and TypeFieldDescriptionprotected TAbstractPubSubInvalidationsAccumulator.bufferedInvalidationsMethods in org.nuxeo.runtime.pubsub with parameters of type SerializableAccumulableInvalidationsModifier and TypeMethodDescriptionvoidSerializableAccumulableInvalidations.add(SerializableAccumulableInvalidations other) Adds other invalidations to this one.