Name | Signature and Synopsis |
---|---|
createSequence | void createSequence(String sequenceName, long start, long end, int cacheSize, boolean useDB) Creates a sequence across the cluster. If the sequence already exists, the call is ignored internally. |
nextSequence | Long nextSequence(String sequenceName) Returns the next sequence number |
removeSequence | void removeSequence(String sequenceName) Removes a sequence across the cluster |
resetSequence | void resetSequence(String sequenceName, long start) Resets a sequence across the cluster |