DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.kgsnipes : unum Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.03
1.02
1.01
1.0

How to open Javadoc JAR file in web browser

  1. Rename the file unum-1.03-javadoc.jar to unum-1.03-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder unum-1.03-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "unum-1.03-sources.jar" -d "unum-1.03-javadoc" -subpackages