SnowflakeGenerator.parseId

Parses a snowflake id into its constituent parts.

struct SnowflakeGenerator
parseId
(
long id
)

Parameters

id long

The id to parse.

Return Value

A tuple containing the timestamp, node id, and sequence value of the snowflake id.

Meta