public class SnowflakeId extends Object
默认其生成的 Long 主键是 28 位;但 JS Long 最大值是 16 位(Java Long 没此问题) 这个版本则是生成 16 位的
SnowflakeId(long workerId)
static long
get()
long
nextId()
tilNextMillis(long lastTimestamp)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SnowflakeId(long workerId)
workerId
public long nextId()
public static long tilNextMillis(long lastTimestamp)
lastTimestamp
public static long get()
Copyright © 2016–2026 AJAXJS. All rights reserved.