snowflake icon indicating copy to clipboard operation
snowflake copied to clipboard

snowflake, simple and effective handle clock moved backwards.

snowflake

snowflake, simple and effective handle clock moved backwards.


Example:

public class Sample {

    public static void main(String[] args) {
        ZookeeperWorker.init("127.0.0.1");
        System.out.println(SnowFlakeWorker.getInstance().nextId());
        System.out.println(SnowFlakeWorker.getInstance().nextId());
    }
}