Class CosId
java.lang.Object
uno.xifan.id.generator.distributed.cosid.CosId
- All Implemented Interfaces:
Id
-
Constructor Summary
ConstructorsConstructorDescriptionCosId(long timestamp, long machineId, long sequence, int timestampBits, int machineBits, int sequenceBits) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface uno.xifan.id.base.Id
long2bytes, longToBytes, toBase10, toBase16, toBase32, toBase64, toString
-
Constructor Details
-
CosId
public CosId(long timestamp, long machineId, long sequence, int timestampBits, int machineBits, int sequenceBits)
-
-
Method Details