class Snowflake
- Snowflake
- Reference
- Object
Defined in:
snowflake.crConstructors
Instance Method Summary
- #generate(time : Time, sequence : Int64 | Int32)
- #generate(time : Int64, sequence : Int64 | Int32)
- #next
- #sequence : Int32
- #sequence=(sequence : Int32)
- #set_epoch(ep : Time)
- #set_epoch(ep : Int64)
- #snowflake_to_instance(snowflake : Int64)
- #snowflake_to_sequence(snowflake : Int)
- #snowflake_to_timestamp(snowflake : Int64)