public interface NFEIdGenerator
Modifier and Type | Method and Description |
---|---|
int |
getIdBufferSize()
Returns the size of the ID buffer.
|
long |
getNextId()
Gets the next ID
|
void |
setIdBufferSize(int size)
Sets the size of the ID buffer size used by this generator.
|
long getNextId()
void setIdBufferSize(int size)
size
- the number of IDs that can contain the bufferint getIdBufferSize()