public class JavaUuidGenerator extends Object implements UuidGenerator
UUID
from Java.
The implementation of UUID
is synchronized and therefore
other UuidGenerator
may be faster in high concurrent systems.
Constructor and Description |
---|
JavaUuidGenerator() |
Modifier and Type | Method and Description |
---|---|
String |
generateUuid()
Generates a UUID string representation.
|
public String generateUuid()
UuidGenerator
generateUuid
in interface UuidGenerator
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.