Class Snowflake

  • All Implemented Interfaces:
    IdProvider

    public final class Snowflake
    extends Object
    implements IdProvider
    Author:
    callicoder: https://github.com/callicoder/java-snowflake

    Distributed Sequence Generator. Inspired by Twitter snowflake: https://github.com/twitter/snowflake/tree/snowflake-2010

    This class should be used as a Singleton. Make sure that you create and reuse a Single instance of Snowflake per node in your distributed system cluster.