类 UidGenerator
- java.lang.Object
-
- io.github.kylinhunter.commons.uid.UidGenerator
-
public class UidGenerator extends java.lang.Object
-
-
构造器概要
构造器 构造器 说明 UidGenerator(int sequenceBits, int typeBits, int workerIdBits, int datacenterIdBits, long type, long workerId, long datacenterId)UidGenerator(long type, long workerId, long datacenterId)
-
-
-
构造器详细资料
-
UidGenerator
public UidGenerator(long type, long workerId, long datacenterId)- 参数:
type- typeworkerId- workerIddatacenterId- datacenterId- Description:
- Date:
- 2022-12-11 16:19
- Title:
- UidGenerator
-
UidGenerator
public UidGenerator(int sequenceBits, int typeBits, int workerIdBits, int datacenterIdBits, long type, long workerId, long datacenterId)- 参数:
sequenceBits- sequenceBitstypeBits- typeBitsworkerIdBits- workerIdBitsdatacenterIdBits- datacenterIdBitstype- typeworkerId- workerIddatacenterId- datacenterId- Description:
- Date:
- 2022-12-11 16:20
- Title:
- UidGenerator
-
-
方法详细资料
-
nextId
public long nextId()
- 返回:
- long
- Description:
- Date:
- 2022-12-13 00:39
- Title:
- nextId
-
parse
public UidInfo parse(long uid)
- 参数:
uid- uid- 返回:
- io.github.kylinhunter.commons.uid.UidInfo
- Description:
- Date:
- 2022-12-11 16:30
- Title:
- parse
-
-