Interface GuidGenerator
-
- All Superinterfaces:
IdSequence<UUID>
- All Known Implementing Classes:
PseudoRandomGuidGenerator
public interface GuidGenerator extends IdSequence<UUID>
Generates GUIDs.The version and uniquiness of generated GUIDs depends on the implementation.
See this Wikipedia article for explanations of different versions of GUIDs.
- Since:
- 9.0
- Author:
- Leonid Bushuev from JetBrains
-
-
Method Summary
-
Methods inherited from interface jetbrains.buildServer.serverSide.db.IdSequence
nextOne
-
-
-
-
Field Detail
-
ZERO_GUID
static final UUID ZERO_GUID
The zero guid of version 4.
-
-