Uses of Class
tech.mgl.core.utils.id.MGL_SnowflakeIdGenerator
Packages that use MGL_SnowflakeIdGenerator
-
Uses of MGL_SnowflakeIdGenerator in tech.mgl.core.utils.id
Methods in tech.mgl.core.utils.id that return MGL_SnowflakeIdGeneratorModifier and TypeMethodDescriptionstatic MGL_SnowflakeIdGeneratorMGL_SnowflakeIdGeneratorInstance.getInstance()默认取工作机器1和数据中心1的实力static MGL_SnowflakeIdGeneratorMGL_SnowflakeIdGeneratorInstance.getInstance(long workerId, long dataCenterId) static MGL_SnowflakeIdGeneratorMGL_SnowflakeIdGeneratorInstance.getInstance(long workerId, long dataCenterId, boolean newStartTime) static MGL_SnowflakeIdGeneratorMGL_SnowflakeIdGeneratorInstance.getInstance(long workerId, long dataCenterId, long startTime)