jar

com.littlenb : snowflake

Maven & Gradle

Jun 18, 2020
4 usages
15 stars

snow-flake · Java code implements Twitter SnowFlake,generate unique ID for Long type(64 bits).

Table Of Contents

Latest Version

Download com.littlenb : snowflake JAR file - Latest Versions:

All Versions

Download com.littlenb : snowflake JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window snowflake-1.0.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.littlenb.snowflake.sequence

├─ com.littlenb.snowflake.sequence.BitsAllocator.class - [JAR]

├─ com.littlenb.snowflake.sequence.IdGenerator.class - [JAR]

├─ com.littlenb.snowflake.sequence.SnowFlakeGenerator.class - [JAR]

com.littlenb.snowflake.support

├─ com.littlenb.snowflake.support.ElasticIdGeneratorFactory.class - [JAR]

├─ com.littlenb.snowflake.support.IdGeneratorFactory.class - [JAR]

├─ com.littlenb.snowflake.support.MillisIdGeneratorFactory.class - [JAR]

├─ com.littlenb.snowflake.support.SecondsIdGeneratorFactory.class - [JAR]

com.littlenb.snowflake.exception

├─ com.littlenb.snowflake.exception.SnowFlakeException.class - [JAR]

com.littlenb.snowflake.worker

├─ com.littlenb.snowflake.worker.SimpleWorkerIdAssigner.class - [JAR]

├─ com.littlenb.snowflake.worker.WorkerIdAssigner.class - [JAR]

Advertisement