dflake ~master (2022-05-26T04:15:59.3686764)
Dub
Repo
SnowflakeGenerator.SnowflakeIdInfo
dflake
SnowflakeGenerator
Undocumented in source.
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