Uses of Interface
org.agrona.concurrent.IdGenerator
-
Packages that use IdGenerator Package Description org.agrona.concurrent Concurrent data structures and utilities that support both on and off Java heap usage. -
-
Uses of IdGenerator in org.agrona.concurrent
Classes in org.agrona.concurrent that implement IdGenerator Modifier and Type Class Description class
SnowflakeIdGenerator
Generate unique identifiers based on the Twitter Snowflake algorithm.
-