Class RdbSequence

  • All Implemented Interfaces:
    Sequence

    public class RdbSequence
    extends Object
    implements Sequence
    sequence stored in the Rocksdb metadata.

    The sequence will "cache" some numbers such that it does not have to update the database after each increment. If the system crashes, the numbers cached will be lost.