Uses of Interface
com.soklet.IdGenerator
Packages that use IdGenerator
-
Uses of IdGenerator in com.soklet
Methods in com.soklet that return IdGeneratorModifier and TypeMethodDescriptionstatic IdGenerator
IdGenerator.withDefaults()
Acquires anIdGenerator
with a default numeric ID range (values will wrap once maximum is reached) and a best-effort local IP prefix.static IdGenerator
IdGenerator.withPrefix
(String prefix) Acquires anIdGenerator
with a default numeric ID range (values will wrap once maximum is reached) and the given prefix.static IdGenerator
Acquires anIdGenerator
with the given minimum and maximum ID values (values will wrap once maximum is reached), and a best-effort local IP prefix.static IdGenerator
IdGenerator.withRangeAndPrefix
(Long minimumId, Long maximumId, String prefix) Returns aDefaultIdGenerator
with the given minimum and maximum ID values (values will wrap once maximum is reached), and the specified prefix.Methods in com.soklet with parameters of type IdGenerator