您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
SEARCH
类的使用
com.sie.mbm.mom.framework.sequence.exception.SeqException
使用
SeqException
的程序包
程序包
说明
com.sie.mbm.mom.framework.sequence.range
com.sie.mbm.mom.framework.sequence.range.impl.redis
com.sie.mbm.mom.framework.sequence.sequence
com.sie.mbm.mom.framework.sequence.sequence.impl
com.sie.mbm.mom.framework.sequence.range
中
SeqException
的使用
抛出
SeqException
的
com.sie.mbm.mom.framework.sequence.range
中的方法
修饰符和类型
方法
说明
SeqRange
SeqRangeMgr.
nextRange
(
String
name)
获取指定区间名的下一个区间
com.sie.mbm.mom.framework.sequence.range.impl.redis
中
SeqException
的使用
抛出
SeqException
的
com.sie.mbm.mom.framework.sequence.range.impl.redis
中的方法
修饰符和类型
方法
说明
SeqRange
RedisSeqRangeMgr.
nextRange
(
String
name)
com.sie.mbm.mom.framework.sequence.sequence
中
SeqException
的使用
抛出
SeqException
的
com.sie.mbm.mom.framework.sequence.sequence
中的方法
修饰符和类型
方法
说明
String
Sequence.
nextNo
()
下一个生成序号(带格式)
long
Sequence.
nextValue
()
生成下一个序列号
com.sie.mbm.mom.framework.sequence.sequence.impl
中
SeqException
的使用
抛出
SeqException
的
com.sie.mbm.mom.framework.sequence.sequence.impl
中的方法
修饰符和类型
方法
说明
String
DefaultRangeSequence.
nextNo
()
下一个生成序号(带格式)
String
SnowflakeSequence.
nextNo
()
下一个生成序号(带格式)
long
DefaultRangeSequence.
nextValue
()
long
SnowflakeSequence.
nextValue
()