| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
DBSInvalidations
A set of invalidations for a given repository.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DBSInvalidations.add(SerializableAccumulableInvalidations o) |
| Modifier and Type | Class and Description |
|---|---|
class |
Invalidations
A set of invalidations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Invalidations.add(SerializableAccumulableInvalidations o) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPubSubInvalidationsAccumulator<T extends SerializableAccumulableInvalidations>
Encapsulates invalidations management through the
PubSubService. |
| Modifier and Type | Field and Description |
|---|---|
protected T |
AbstractPubSubInvalidationsAccumulator.bufferedInvalidations |
| Modifier and Type | Method and Description |
|---|---|
void |
SerializableAccumulableInvalidations.add(SerializableAccumulableInvalidations other)
Adds other invalidations to this one.
|
Copyright © 2019 Nuxeo. All rights reserved.