跳过导航链接
C G I L S 

C

cn.lingyangwl.framework.idgenerator - 程序包 cn.lingyangwl.framework.idgenerator
 
cn.lingyangwl.framework.idgenerator.config - 程序包 cn.lingyangwl.framework.idgenerator.config
 

G

getBaseTime() - 类 中的方法cn.lingyangwl.framework.idgenerator.config.IdGeneratorProperties
 
getBaseTime() - 类 中的方法cn.lingyangwl.framework.idgenerator.config.IdGeneratorProperties
 
getMaxSeqNumber() - 类 中的方法cn.lingyangwl.framework.idgenerator.config.IdGeneratorProperties
 
getMaxSeqNumber() - 类 中的方法cn.lingyangwl.framework.idgenerator.config.IdGeneratorProperties
 
getMinSeqNumber() - 类 中的方法cn.lingyangwl.framework.idgenerator.config.IdGeneratorProperties
 
getMinSeqNumber() - 类 中的方法cn.lingyangwl.framework.idgenerator.config.IdGeneratorProperties
 
getSeqBitLength() - 类 中的方法cn.lingyangwl.framework.idgenerator.config.IdGeneratorProperties
 
getSeqBitLength() - 类 中的方法cn.lingyangwl.framework.idgenerator.config.IdGeneratorProperties
 
getTopOverCostCount() - 类 中的方法cn.lingyangwl.framework.idgenerator.config.IdGeneratorProperties
 
getTopOverCostCount() - 类 中的方法cn.lingyangwl.framework.idgenerator.config.IdGeneratorProperties
 
getWorkerId() - 类 中的方法cn.lingyangwl.framework.idgenerator.config.IdGeneratorProperties
 
getWorkerId() - 类 中的方法cn.lingyangwl.framework.idgenerator.config.IdGeneratorProperties
 
getWorkerId() - 接口 中的方法cn.lingyangwl.framework.idgenerator.IdGeneratorHandler
注册全局唯一WorkerId,才能根据它生产唯一ID。
getWorkerId() - 接口 中的方法cn.lingyangwl.framework.idgenerator.IdGeneratorHandler
注册全局唯一WorkerId,才能根据它生产唯一ID。
getWorkerIdBitLength() - 类 中的方法cn.lingyangwl.framework.idgenerator.config.IdGeneratorProperties
 
getWorkerIdBitLength() - 类 中的方法cn.lingyangwl.framework.idgenerator.config.IdGeneratorProperties
 

I

IdGeneratorConfig - cn.lingyangwl.framework.idgenerator.config中的类
Description: 漂移雪花算法 https://gitee.com/yitter/idgenerator/tree/master/Java 文档地址 https://gitee.com/yitter/idgenerator/tree/master 能用多久 1.
IdGeneratorConfig - cn.lingyangwl.framework.idgenerator.config中的类
Description: 漂移雪花算法 https://gitee.com/yitter/idgenerator/tree/master/Java 文档地址 https://gitee.com/yitter/idgenerator/tree/master 能用多久 1.
IdGeneratorConfig() - 类 的构造器cn.lingyangwl.framework.idgenerator.config.IdGeneratorConfig
 
IdGeneratorConfig() - 类 的构造器cn.lingyangwl.framework.idgenerator.config.IdGeneratorConfig
 
IdGeneratorHandler - cn.lingyangwl.framework.idgenerator中的接口
Description: 回调处理
IdGeneratorHandler - cn.lingyangwl.framework.idgenerator中的接口
Description: 回调处理
IdGeneratorProperties - cn.lingyangwl.framework.idgenerator.config中的类
Description: 配置变更 配置变更指是系统运行一段时间后,再变更运行参数(IdGeneratorOptions选项值),请注意: 1.最重要的一条原则是:BaseTime 只能往前(比老值更小、距离现在更远)赋值,原因是往后赋值极大可能 产生相同的时间戳。
IdGeneratorProperties - cn.lingyangwl.framework.idgenerator.config中的类
Description: 配置变更 配置变更指是系统运行一段时间后,再变更运行参数(IdGeneratorOptions选项值),请注意: 1.最重要的一条原则是:BaseTime 只能往前(比老值更小、距离现在更远)赋值,原因是往后赋值极大可能 产生相同的时间戳。
IdGeneratorProperties() - 类 的构造器cn.lingyangwl.framework.idgenerator.config.IdGeneratorProperties
 
IdGeneratorProperties() - 类 的构造器cn.lingyangwl.framework.idgenerator.config.IdGeneratorProperties
 
init() - 类 中的方法cn.lingyangwl.framework.idgenerator.config.IdGeneratorConfig
 
init() - 类 中的方法cn.lingyangwl.framework.idgenerator.config.IdGeneratorConfig
 
init() - 类 中的方法cn.lingyangwl.framework.idgenerator.LyIdGeneratorAutoConfiguration
 
init() - 类 中的方法cn.lingyangwl.framework.idgenerator.LyIdGeneratorAutoConfiguration
 

L

LyIdGeneratorAutoConfiguration - cn.lingyangwl.framework.idgenerator中的类
 
LyIdGeneratorAutoConfiguration - cn.lingyangwl.framework.idgenerator中的类
 
LyIdGeneratorAutoConfiguration() - 类 的构造器cn.lingyangwl.framework.idgenerator.LyIdGeneratorAutoConfiguration
 
LyIdGeneratorAutoConfiguration() - 类 的构造器cn.lingyangwl.framework.idgenerator.LyIdGeneratorAutoConfiguration
 

S

setBaseTime(long) - 类 中的方法cn.lingyangwl.framework.idgenerator.config.IdGeneratorProperties
 
setBaseTime(long) - 类 中的方法cn.lingyangwl.framework.idgenerator.config.IdGeneratorProperties
 
setMaxSeqNumber(short) - 类 中的方法cn.lingyangwl.framework.idgenerator.config.IdGeneratorProperties
 
setMaxSeqNumber(short) - 类 中的方法cn.lingyangwl.framework.idgenerator.config.IdGeneratorProperties
 
setMinSeqNumber(short) - 类 中的方法cn.lingyangwl.framework.idgenerator.config.IdGeneratorProperties
 
setMinSeqNumber(short) - 类 中的方法cn.lingyangwl.framework.idgenerator.config.IdGeneratorProperties
 
setSeqBitLength(byte) - 类 中的方法cn.lingyangwl.framework.idgenerator.config.IdGeneratorProperties
 
setSeqBitLength(byte) - 类 中的方法cn.lingyangwl.framework.idgenerator.config.IdGeneratorProperties
 
setTopOverCostCount(short) - 类 中的方法cn.lingyangwl.framework.idgenerator.config.IdGeneratorProperties
 
setTopOverCostCount(short) - 类 中的方法cn.lingyangwl.framework.idgenerator.config.IdGeneratorProperties
 
setWorkerId(short) - 类 中的方法cn.lingyangwl.framework.idgenerator.config.IdGeneratorProperties
 
setWorkerId(short) - 类 中的方法cn.lingyangwl.framework.idgenerator.config.IdGeneratorProperties
 
setWorkerIdBitLength(byte) - 类 中的方法cn.lingyangwl.framework.idgenerator.config.IdGeneratorProperties
 
setWorkerIdBitLength(byte) - 类 中的方法cn.lingyangwl.framework.idgenerator.config.IdGeneratorProperties
 
C G I L S 
跳过导航链接

Copyright © 2023. All rights reserved.