程序包 | 说明 |
---|---|
wang.bigbird.domain.framework.id | |
wang.bigbird.domain.framework.id.context | |
wang.bigbird.domain.framework.id.support |
限定符和类型 | 方法和说明 |
---|---|
IdGenerator |
IdConfiguration.idGenerator(WorkerIdAssigner workerIdAssigner,
IdProperties idProperties) |
限定符和类型 | 方法和说明 |
---|---|
IdContext |
IdConfiguration.idContext(IdGenerator idGenerator,
IdProperties idProperties) |
构造器和说明 |
---|
IdContext(IdGenerator idGenerator,
Long factor,
boolean enableGeneCoding) |
限定符和类型 | 类和说明 |
---|---|
class |
SegmentGenerator
基于leaf-segment策略的ID生成器
|
class |
SnowflakeGenerator
基于twitter-snowflake策略的ID生成器
|
class |
UidGenerator
基于baidu-uid策略的ID生成器
|