Uses of Class
org.agrona.concurrent.AbstractSnowflakeIdGeneratorValue
-
Packages that use AbstractSnowflakeIdGeneratorValue Package Description org.agrona.concurrent Concurrent data structures and utilities that support both on and off Java heap usage. -
-
Uses of AbstractSnowflakeIdGeneratorValue in org.agrona.concurrent
Subclasses of AbstractSnowflakeIdGeneratorValue in org.agrona.concurrent Modifier and Type Class Description (package private) class
AbstractSnowflakeIdGeneratorPaddingRhs
class
SnowflakeIdGenerator
Generate unique identifiers based on the Twitter Snowflake algorithm.Fields in org.agrona.concurrent with type parameters of type AbstractSnowflakeIdGeneratorValue Modifier and Type Field Description (package private) static java.util.concurrent.atomic.AtomicLongFieldUpdater<AbstractSnowflakeIdGeneratorValue>
AbstractSnowflakeIdGeneratorValue. TIMESTAMP_SEQUENCE_UPDATER
-