Class NanoflakeLocalGenerator

java.lang.Object
com.github.nanoflakes.NanoflakeLocalGenerator
All Implemented Interfaces:
NanoflakeGenerator

public class NanoflakeLocalGenerator extends Object implements NanoflakeGenerator
A local generator of nanoflakes.
  • Constructor Details

    • NanoflakeLocalGenerator

      public NanoflakeLocalGenerator(long epoch, long generatorId)
      Creates a new local generator of nanoflakes.
      Parameters:
      epoch - the generator's epoch.
      generatorId - the generator's ID.
  • Method Details