Uses of Class
org.lable.oss.uniqueid.etcd.SynchronizedGeneratorIdentity
-
-
Uses of SynchronizedGeneratorIdentity in org.lable.oss.uniqueid.etcd
Methods in org.lable.oss.uniqueid.etcd that return SynchronizedGeneratorIdentity Modifier and Type Method Description static SynchronizedGeneratorIdentitySynchronizedGeneratorIdentity. basedOn(String endpoints, String namespace, Long claimDuration)Create a newSynchronizedGeneratorIdentityinstance.static SynchronizedGeneratorIdentitySynchronizedGeneratorIdentity. basedOn(String endpoints, String namespace, Supplier<Duration> claimDurationSupplier, Supplier<Duration> acquisitionTimeoutSupplier)Create a newSynchronizedGeneratorIdentityinstance.Methods in org.lable.oss.uniqueid.etcd with parameters of type SynchronizedGeneratorIdentity Modifier and Type Method Description static IDGeneratorSynchronizedUniqueIDGeneratorFactory. generatorFor(SynchronizedGeneratorIdentity synchronizedGeneratorIdentity, Clock clock, Mode mode)Get the synchronized ID generator instance.
-