Uses of Class
cloud.opencode.base.id.snowflake.SnowflakeGenerator
Packages that use SnowflakeGenerator
-
Uses of SnowflakeGenerator in cloud.opencode.base.id.snowflake
Methods in cloud.opencode.base.id.snowflake that return SnowflakeGeneratorModifier and TypeMethodDescriptionSnowflakeBuilder.build()Builds the SnowflakeGenerator 构建SnowflakeGeneratorstatic SnowflakeGeneratorSnowflakeGenerator.create()Creates a default generator 创建默认生成器static SnowflakeGeneratorSnowflakeGenerator.create(long workerId, long datacenterId) Creates a generator with worker and datacenter IDs 使用工作节点ID和数据中心ID创建生成器