Uses of Interface
com.bytedesk.core.uid.UidGeneratorService
Packages that use UidGeneratorService
-
Uses of UidGeneratorService in com.bytedesk.core.uid.impl
Classes in com.bytedesk.core.uid.impl that implement UidGeneratorServiceModifier and TypeClassDescriptionclassRepresents a cached implementation ofUidGeneratorServiceextends fromDefaultUidGenerator, based on a lock freeRingBuffer<p> <p> The spring properties you can specified as below:<br> boostPower:</b> RingBuffer size boost for a power of 2, Sample: boostPower is 3, it means the buffer size will begetMaxSequence() + 1paddingFactor:</b> Represents a percent value of (0 - 100).classRepresents an implementation ofUidGeneratorService<p> The unique id has 64bits (long), default allocated as blow:<br> sign: The highest bit is 0 delta seconds: The next 28 bits, represents delta seconds since a customer epoch(2016-05-20 00:00:00.000).