
com.sghd.common.utils.id.MultiServerIdGenerator Maven / Gradle / Ivy
The newest version!
package com.sghd.common.utils.id;
public interface MultiServerIdGenerator {
boolean isInit(short operator, short server);
void init(short operator, short area, Long max);
long getNext(short operator, short area);
long[] getLimits(short operator, short area);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy