Uses of Interface
org.nuxeo.ecm.core.uidgen.UIDSequencer
-
Packages that use UIDSequencer 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 -
-
Uses of UIDSequencer in org.nuxeo.ecm.core.mongodb.seqgen
Classes in org.nuxeo.ecm.core.mongodb.seqgen that implement UIDSequencer Modifier and Type Class Description class
MongoDBUIDSequencer
MongoDB implementation ofUIDSequencer
. -
Uses of UIDSequencer in org.nuxeo.ecm.core.redis.contribs
Classes in org.nuxeo.ecm.core.redis.contribs that implement UIDSequencer Modifier and Type Class Description class
RedisUIDSequencer
Redis-based UID generator. -
Uses of UIDSequencer in org.nuxeo.ecm.core.uidgen
Classes in org.nuxeo.ecm.core.uidgen that implement UIDSequencer Modifier and Type Class Description class
AbstractUIDSequencer
class
KeyValueStoreUIDSequencer
UID Sequencer based on a key/value store.Fields in org.nuxeo.ecm.core.uidgen with type parameters of type UIDSequencer Modifier and Type Field Description protected Class<? extends UIDSequencer>
UIDSequencerProviderDescriptor. sequencerClass
protected Map<String,UIDSequencer>
UIDGeneratorComponent. sequencers
Methods in org.nuxeo.ecm.core.uidgen that return UIDSequencer Modifier and Type Method Description UIDSequencer
UIDGeneratorComponent. getSequencer()
UIDSequencer
UIDGeneratorComponent. getSequencer(String name)
UIDSequencer
UIDGeneratorService. getSequencer()
Retrieves the defaultUIDSequencer
UIDSequencer
UIDGeneratorService. getSequencer(String name)
RetrievesUIDSequencer
by it's nameUIDSequencer
UIDSequencerProviderDescriptor. getSequencer()
Methods in org.nuxeo.ecm.core.uidgen with parameters of type UIDSequencer Modifier and Type Method Description void
AbstractUIDGenerator. setSequencer(UIDSequencer sequencer)
void
UIDGenerator. setSequencer(UIDSequencer sequencer)
The sequencer used to generate unique numbers sequencially. -
Uses of UIDSequencer in org.nuxeo.ecm.platform.uidgen
Classes in org.nuxeo.ecm.platform.uidgen that implement UIDSequencer Modifier and Type Class 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. -
Uses of UIDSequencer in org.nuxeo.elasticsearch.seqgen
Classes in org.nuxeo.elasticsearch.seqgen that implement UIDSequencer Modifier and Type Class Description class
ESUIDSequencer
Elasticsearch implementation ofUIDSequencer
.
-