All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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