| 程序包 | 说明 |
|---|---|
| com.twitter.snowflake.support |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MillisIdSequenceFactory
The unique id has 64bits (long), default allocated as blow:
sign: The highest bit is 0 delta millisecond: The next 28 bits, represents delta seconds since a customer epoch(2017-01-01 00:00:00.000). |
class |
SecondsIdSequenceFactory
The unique id has 64bits (long), default allocated as blow:
sign: The highest bit is 0 delta seconds: The next 28 bits, represents delta seconds since a customer epoch(2017-01-01 00:00:00.000). |
Copyright © 2018. All rights reserved.