Name | Signature and Synopsis |
---|---|
nextId | long nextId(String name) For In Memory object management, it returns a system generated unique id for a given sequence name. |
remove | void remove(String name) Removes the sequence identified by the given name. |
reset | void reset(String name, long value) Sets the sequence identified by the given name to the given value if the given value is greater than the current value. |