org.progressmining.xeslite.external.store.mapdb
Class XMapDBSeqFactory

java.lang.Object
  extended by org.progressmining.xeslite.external.store.mapdb.XMapDBSeqFactory

public class XMapDBSeqFactory
extends java.lang.Object

Generates unique, sequential IDs

Author:
F. Mannhardt

Method Summary
static XMapDBSeqFactory instance()
           
 long nextId()
          Creates a new, unique ID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static XMapDBSeqFactory instance()

nextId

public long nextId()
Creates a new, unique ID.

Returns:
Unique ID.