jar

io.github.kgsnipes : unum

Maven & Gradle

Nov 02, 2021
0 stars

unum - Unique Number Generator · With distributed systems being developed as a part of the cloud age. With focus on performance associated with an application dependent on one DB instance, there is a need to bring down the dependency to a database to generate unique numbers for creating a private key when lots of data needs to be stored in the database tables. This library is intended to provide a way of generating unique numbers on the fly in a JAVA based distributed system. This is not a new concept but this library helps in keeping you focused on the business logic that you need to develop for your applications rather than spending time on how this is done. Typically applications powered by RDBMS can leverage the benefit as instant scalability might not be available for these setups when the load to the system spikes.

Table Of Contents

Latest Version

Download io.github.kgsnipes : unum JAR file - Latest Versions:

All Versions

Download io.github.kgsnipes : unum JAR file - All Versions:

Version Vulnerabilities Size Updated
1.03
1.02
1.01
1.0

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 unum-1.03.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.unum.exception

├─ com.unum.exception.UnumException.class - [JAR]

com.unum

├─ com.unum.CachedUniqueLongNumberGenerator.class - [JAR]

├─ com.unum.UniqueLongNumberGenerator.class - [JAR]

├─ com.unum.UniqueNumberGenerator.class - [JAR]

com.unum.impl

├─ com.unum.impl.CachedUniqueLongNumberGeneratorImpl.class - [JAR]

├─ com.unum.impl.UniqueLongNumberGeneratorImpl.class - [JAR]

├─ com.unum.impl.UniqueNumberGeneratorImpl.class - [JAR]