Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/uid-generator
/ getUID
Method
getUID
src/main/java/com/baidu/fsg/uid/UidGenerator.java:33–33 ·
view source on GitHub ↗
Get a unique ID @return UID @throws UidGenerateException
()
Source
from the content-addressed store, hash-verified
31
* @throws UidGenerateException
32
*/
33
long getUID() throws UidGenerateException;
34
35
/**
36
* Parse the UID into elements which are used to generate the UID. <br>
Callers
2
doGenerate
Method · 0.65
doGenerate
Method · 0.65
Implementers
2
DefaultUidGenerator
src/main/java/com/baidu/fsg/uid/impl/D
CachedUidGenerator
src/main/java/com/baidu/fsg/uid/impl/C
Calls
no outgoing calls
Tested by
2
doGenerate
Method · 0.52
doGenerate
Method · 0.52