Uses of Class
cloud.opencode.base.id.segment.JdbcSegmentAllocator
Packages that use JdbcSegmentAllocator
-
Uses of JdbcSegmentAllocator in cloud.opencode.base.id.segment
Methods in cloud.opencode.base.id.segment that return JdbcSegmentAllocatorModifier and TypeMethodDescriptionstatic JdbcSegmentAllocatorJdbcSegmentAllocator.create(DataSource dataSource) Creates an allocator with default settings 使用默认设置创建分配器static JdbcSegmentAllocatorJdbcSegmentAllocator.create(DataSource dataSource, String tableName, int step) Creates an allocator with custom settings 使用自定义设置创建分配器