org.camunda.bpm.engine.impl.db
Class DbIdGenerator
java.lang.Object
org.camunda.bpm.engine.impl.db.DbIdGenerator
- All Implemented Interfaces:
- IdGenerator
public class DbIdGenerator
- extends Object
- implements IdGenerator
- Author:
- Tom Baeyens
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
idBlockSize
protected int idBlockSize
nextId
protected long nextId
lastId
protected long lastId
commandExecutor
protected CommandExecutor commandExecutor
DbIdGenerator
public DbIdGenerator()
getNextId
public String getNextId()
- Specified by:
getNextId in interface IdGenerator
getNewBlock
protected void getNewBlock()
getIdBlockSize
public int getIdBlockSize()
setIdBlockSize
public void setIdBlockSize(int idBlockSize)
getCommandExecutor
public CommandExecutor getCommandExecutor()
setCommandExecutor
public void setCommandExecutor(CommandExecutor commandExecutor)
Copyright © 2016 camunda services GmbH. All rights reserved.