-
Method Summary 
static long
Returns an ID to assigned to a new core.
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details 
-
nextId 
public static long nextId()
Returns an ID to assigned to a new core.
The high 32 bits are the same for every ID generated by this process.
The low 32 bits are a counter, incremented for each ID.