Skip to content

Autoincrement support  #19

@almozavr

Description

@almozavr

By now one could have

    this.id = System.currentTimeInMillis();

    @Override public byte[] index() {
        return ByteBuffer.allocate(8).putLong(id).array();
    }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions