Uses of Class
org.agrona.concurrent.AbstractSnowflakeIdGeneratorPaddingLhs
-
Packages that use AbstractSnowflakeIdGeneratorPaddingLhs Package Description org.agrona.concurrent Concurrent data structures and utilities that support both on and off Java heap usage. -
-
Uses of AbstractSnowflakeIdGeneratorPaddingLhs in org.agrona.concurrent
Subclasses of AbstractSnowflakeIdGeneratorPaddingLhs in org.agrona.concurrent Modifier and Type Class Description (package private) class
AbstractSnowflakeIdGeneratorPaddingRhs
(package private) class
AbstractSnowflakeIdGeneratorValue
class
SnowflakeIdGenerator
Generate unique identifiers based on the Twitter Snowflake algorithm.
-