dflake v1.0.2 (2022-06-06T20:38:44Z)
Dub
Repo
SnowflakeGenerator.SnowflakeIdInfo
dflake
SnowflakeGenerator
An alias for a tuple containing the basic information of a snowflake id.
struct
SnowflakeGenerator
alias
SnowflakeIdInfo
=
Tuple
!(
long
, "timestamp",
long
, "nodeId",
long
, "sequence")
Meta
Source
See Implementation
dflake
SnowflakeGenerator
aliases
SnowflakeIdInfo
constructors
this
functions
nextId
parseId
static variables
DEFAULT_CUSTOM_EPOCH
EPOCH_BITS
MAX_NODE_ID
MAX_SEQUENCE
NODE_ID_BITS
SEQUENCE_BITS
UNUSED_BITS
An alias for a tuple containing the basic information of a snowflake id.