Uses of Interface
cloud.opencode.base.id.segment.SegmentAllocator
Packages that use SegmentAllocator
-
Uses of SegmentAllocator in cloud.opencode.base.id
Methods in cloud.opencode.base.id with parameters of type SegmentAllocatorModifier and TypeMethodDescriptionstatic IdGenerator<Long> OpenId.createSegmentGenerator(SegmentAllocator allocator) Creates a segment mode generator 创建号段模式生成器static IdGenerator<Long> OpenId.createSegmentGenerator(SegmentAllocator allocator, String bizTag) Creates a segment mode generator with business tag 使用业务标识创建号段模式生成器 -
Uses of SegmentAllocator in cloud.opencode.base.id.segment
Classes in cloud.opencode.base.id.segment that implement SegmentAllocatorModifier and TypeClassDescriptionfinal classJDBC-based Segment Allocator 基于JDBC的号段分配器final classMemory-based Segment Allocator 基于内存的号段分配器Methods in cloud.opencode.base.id.segment with parameters of type SegmentAllocatorModifier and TypeMethodDescriptionstatic SegmentIdGeneratorSegmentIdGenerator.create(SegmentAllocator allocator) Creates a generator with default business tag 使用默认业务标识创建生成器static SegmentIdGeneratorSegmentIdGenerator.create(SegmentAllocator allocator, String bizTag) Creates a generator with specific business tag 使用指定业务标识创建生成器