Beispiel #1
0
 /**
  * Generates a time-based UUID (similar to Flake IDs), which is preferred when generating an ID to
  * be indexed into a Lucene index as primary key. The id is opaque and the implementation is free
  * to change at any time!
  */
 public static String base64UUID() {
   return TIME_UUID_GENERATOR.getBase64UUID();
 }