Class ChangeLogId
java.lang.Object
edu.internet2.middleware.grouper.changeLog.ChangeLogId
we want the millis since 1970, though we also want to go down to microsecond, not millis.
we do this by seeing if we get repeated millis, and if so, then check nanos, and if same,
just increment
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic long
get a change log idstatic void
-
Constructor Details
-
ChangeLogId
public ChangeLogId()
-
-
Method Details
-
changeLogId
public static long changeLogId()get a change log id- Returns:
- a change log id value
-
main
- Parameters:
args
-- Throws:
Exception
-