| Package | Description |
|---|---|
| org.nuxeo.ecm.core.mongodb.seqgen | |
| org.nuxeo.ecm.core.redis.contribs | |
| org.nuxeo.ecm.core.uidgen | |
| org.nuxeo.ecm.platform.uidgen | |
| org.nuxeo.elasticsearch.seqgen |
| Modifier and Type | Class and Description |
|---|---|
class |
MongoDBUIDSequencer
MongoDB implementation of
UIDSequencer. |
| Modifier and Type | Class and Description |
|---|---|
class |
RedisUIDSequencer
Redis-based UID generator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeyValueStoreUIDSequencer
UID Sequencer based on a key/value store.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JPAUIDSequencerImpl
This implementation uses a static persistence provider to be able to instantiate this class without passing by
Framework.getService -> this is to avoid potential problems do to sequencer factories.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ESUIDSequencer
Elasticsearch implementation of
UIDSequencer. |
Copyright © 2019 Nuxeo. All rights reserved.