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 TypeClassDescriptionclass
Propagator of invalidations to a set ofInvalidationsQueue
s.class
Queue 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 TypeClassDescriptionclass
A set of invalidations for a given repository.Methods in org.nuxeo.ecm.core.storage.dbs with parameters of type SerializableAccumulableInvalidationsModifier and TypeMethodDescriptionvoid
DBSInvalidations.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 TypeMethodDescriptionvoid
VCSInvalidations.add
(SerializableAccumulableInvalidations o) -
Uses of SerializableAccumulableInvalidations in org.nuxeo.runtime.pubsub
Classes in org.nuxeo.runtime.pubsub with type parameters of type SerializableAccumulableInvalidationsModifier and TypeClassDescriptionclass
Encapsulates invalidations management through thePubSubService
.Fields in org.nuxeo.runtime.pubsub declared as SerializableAccumulableInvalidationsModifier and TypeFieldDescriptionprotected T
AbstractPubSubInvalidationsAccumulator.bufferedInvalidations
Methods in org.nuxeo.runtime.pubsub with parameters of type SerializableAccumulableInvalidationsModifier and TypeMethodDescriptionvoid
SerializableAccumulableInvalidations.add
(SerializableAccumulableInvalidations other) Adds other invalidations to this one.