java.lang.Object
uno.xifan.id.generator.distributed.cosid.CosId
All Implemented Interfaces:
Id

public class CosId extends Object implements Id
  • Constructor Details

    • CosId

      public CosId(long timestamp, long machineId, long sequence, int timestampBits, int machineBits, int sequenceBits)
  • Method Details

    • toBase62

      public String toBase62()
      Specified by:
      toBase62 in interface Id
    • toBase36

      public String toBase36()
      Specified by:
      toBase36 in interface Id
    • toBytes

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

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