org.camunda.bpm.engine.impl.persistence
Class StrongUuidGenerator
java.lang.Object
org.camunda.bpm.engine.impl.persistence.StrongUuidGenerator
- All Implemented Interfaces:
- IdGenerator
public class StrongUuidGenerator
- extends Object
- implements IdGenerator
IdGenerator implementation based on the current time and the ethernet
address of the machine it is running on.
- Author:
- Daniel Meyer
|
Field Summary |
protected static com.fasterxml.uuid.impl.TimeBasedGenerator |
timeBasedGenerator
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
timeBasedGenerator
protected static com.fasterxml.uuid.impl.TimeBasedGenerator timeBasedGenerator
StrongUuidGenerator
public StrongUuidGenerator()
ensureGeneratorInitialized
protected void ensureGeneratorInitialized()
getNextId
public String getNextId()
- Specified by:
getNextId in interface IdGenerator
Copyright © 2016 camunda services GmbH. All rights reserved.