jar

com.github.yitter : yitter-idgenerator

Maven & Gradle

Apr 06, 2021
2.2k stars

yitter-idgenerator · Shorter ID and faster generation with a new snowflake drift algorithm. The core is to shorten the ID length, but also can have a very high instantaneous concurrent processing capacity (50W/0.1s), and powerful configuration capacity.

Table Of Contents

Latest Version

Download com.github.yitter : yitter-idgenerator JAR file - Latest Versions:

All Versions

Download com.github.yitter : yitter-idgenerator 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 yitter-idgenerator-1.0.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.yitter.core

├─ com.github.yitter.core.SnowWorkerM1.class - [JAR]

├─ com.github.yitter.core.SnowWorkerM2.class - [JAR]

com.github.yitter.idgen

├─ com.github.yitter.idgen.DefaultIdGenerator.class - [JAR]

├─ com.github.yitter.idgen.YitIdHelper.class - [JAR]

com.github.yitter.test

├─ com.github.yitter.test.GenTest.class - [JAR]

├─ com.github.yitter.test.StartUp.class - [JAR]

com.github.yitter.contract

├─ com.github.yitter.contract.IIdGenerator.class - [JAR]

├─ com.github.yitter.contract.ISnowWorker.class - [JAR]

├─ com.github.yitter.contract.IdGeneratorException.class - [JAR]

├─ com.github.yitter.contract.IdGeneratorOptions.class - [JAR]

├─ com.github.yitter.contract.OverCostActionArg.class - [JAR]

Advertisement