java.lang.Object
uno.xifan.id.generator.distributed.snowflake.SnowflakeId
All Implemented Interfaces:
Id

public class SnowflakeId extends Object implements Id
  • Constructor Details

    • SnowflakeId

      public SnowflakeId(long timestamp, long machineId, long sequence)
  • Method Details

    • toBytes

      public byte[] toBytes()
      Specified by:
      toBytes in interface Id
    • toLong

      public long toLong()
      Specified by:
      toLong in interface Id