Uses of Interface
org.nuxeo.runtime.pubsub.SerializableAccumulableInvalidations
Package
Description
Implementation of a Nuxeo repository over an SQL database.
-
Uses of SerializableAccumulableInvalidations in org.nuxeo.ecm.core.storage
Modifier and TypeClassDescriptionclass
Propagator of invalidations to a set ofInvalidationsQueue
s.class
Queue of invalidations. -
Uses of SerializableAccumulableInvalidations in org.nuxeo.ecm.core.storage.dbs
Modifier and TypeClassDescriptionclass
A set of invalidations for a given repository.Modifier and TypeMethodDescriptionvoid
DBSInvalidations.add
(SerializableAccumulableInvalidations o) -
Uses of SerializableAccumulableInvalidations in org.nuxeo.ecm.core.storage.sql
Modifier and TypeMethodDescriptionvoid
VCSInvalidations.add
(SerializableAccumulableInvalidations o) -
Uses of SerializableAccumulableInvalidations in org.nuxeo.runtime.pubsub
Modifier and TypeClassDescriptionclass
Encapsulates invalidations management through thePubSubService
.Modifier and TypeFieldDescriptionprotected T
AbstractPubSubInvalidationsAccumulator.bufferedInvalidations
Modifier and TypeMethodDescriptionvoid
SerializableAccumulableInvalidations.add
(SerializableAccumulableInvalidations other) Adds other invalidations to this one.