C D G I J M N R S V
C
- cn.bootx.platform.common.sequence - 程序包 cn.bootx.platform.common.sequence
-
- cn.bootx.platform.common.sequence.configuration - 程序包 cn.bootx.platform.common.sequence.configuration
-
- cn.bootx.platform.common.sequence.exception - 程序包 cn.bootx.platform.common.sequence.exception
-
- cn.bootx.platform.common.sequence.func - 程序包 cn.bootx.platform.common.sequence.func
-
- cn.bootx.platform.common.sequence.impl - 程序包 cn.bootx.platform.common.sequence.impl
-
- cn.bootx.platform.common.sequence.range - 程序包 cn.bootx.platform.common.sequence.range
-
- cn.bootx.platform.common.sequence.range.jdbc - 程序包 cn.bootx.platform.common.sequence.range.jdbc
-
- cn.bootx.platform.common.sequence.range.mongo - 程序包 cn.bootx.platform.common.sequence.range.mongo
-
- cn.bootx.platform.common.sequence.range.redis - 程序包 cn.bootx.platform.common.sequence.range.redis
-
- cn.bootx.platform.common.sequence.util - 程序包 cn.bootx.platform.common.sequence.util
-
- create(int, int, int) - 类 中的方法cn.bootx.platform.common.sequence.util.SequenceUtil
-
创建一个序列号生成器
D
- DefaultRangeSequence - cn.bootx.platform.common.sequence.impl中的类
-
序列号区间生成器接口默认实现
- DefaultRangeSequence() - 类 的构造器cn.bootx.platform.common.sequence.impl.DefaultRangeSequence
-
G
- getAndIncrement() - 类 中的方法cn.bootx.platform.common.sequence.range.SeqRange
-
返回并递增下一个序列号
I
- incrementRange(String, int) - 类 中的方法cn.bootx.platform.common.sequence.range.jdbc.JdbcRangeHandler
-
增加区间范围
- incrementRange(String, int) - 类 中的方法cn.bootx.platform.common.sequence.range.mongo.MongoRangeHandler
-
增加区间范围
J
- JdbcRangeHandler - cn.bootx.platform.common.sequence.range.jdbc中的类
-
jdbc区间管理
- JdbcRangeHandler() - 类 的构造器cn.bootx.platform.common.sequence.range.jdbc.JdbcRangeHandler
-
- JdbcSeqRangeManager - cn.bootx.platform.common.sequence.range.jdbc中的类
-
区间管理器jdbc数据库方式实现
- JdbcSeqRangeManager() - 类 的构造器cn.bootx.platform.common.sequence.range.jdbc.JdbcSeqRangeManager
-
M
- MongoRangeHandler - cn.bootx.platform.common.sequence.range.mongo中的类
-
Mongo区间处理器
- MongoRangeHandler() - 类 的构造器cn.bootx.platform.common.sequence.range.mongo.MongoRangeHandler
-
- MongoSeqRangeManager - cn.bootx.platform.common.sequence.range.mongo中的类
-
区间管理器MongoDB数据库方式实现
- MongoSeqRangeManager() - 类 的构造器cn.bootx.platform.common.sequence.range.mongo.MongoSeqRangeManager
-
N
- next(String) - 接口 中的方法cn.bootx.platform.common.sequence.func.Sequence
-
生成下一个序列号
- next(String) - 类 中的方法cn.bootx.platform.common.sequence.impl.DefaultRangeSequence
-
获取下一个值
- nextRange(String, SeqRangeConfig) - 类 中的方法cn.bootx.platform.common.sequence.range.jdbc.JdbcSeqRangeManager
-
获取指定区间名的下一个区间
- nextRange(String, SeqRangeConfig) - 类 中的方法cn.bootx.platform.common.sequence.range.mongo.MongoSeqRangeManager
-
获取指定区间名的下一个区间
- nextRange(String, SeqRangeConfig) - 类 中的方法cn.bootx.platform.common.sequence.range.redis.RedisSeqRangeManager
-
获取指定区间名的下一个区间
- nextRange(String, SeqRangeConfig) - 接口 中的方法cn.bootx.platform.common.sequence.range.SeqRangeManager
-
获取指定区间名的下一个区间
R
- RedisSeqRangeManager - cn.bootx.platform.common.sequence.range.redis中的类
-
Redis区间管理器
- RedisSeqRangeManager() - 类 的构造器cn.bootx.platform.common.sequence.range.redis.RedisSeqRangeManager
-
S
- SeqException - cn.bootx.platform.common.sequence.exception中的异常错误
-
序列号生成异常
- SeqException(String) - 异常错误 的构造器cn.bootx.platform.common.sequence.exception.SeqException
-
- SeqRange - cn.bootx.platform.common.sequence.range中的类
-
序列号区间对象模型
- SeqRange(long, long, int) - 类 的构造器cn.bootx.platform.common.sequence.range.SeqRange
-
- SeqRangeConfig - cn.bootx.platform.common.sequence.range中的类
-
序列号区间配置
- SeqRangeConfig() - 类 的构造器cn.bootx.platform.common.sequence.range.SeqRangeConfig
-
- SeqRangeManager - cn.bootx.platform.common.sequence.range中的接口
-
区间管理器
- sequence(SeqRangeManager) - 类 中的方法cn.bootx.platform.common.sequence.configuration.SequenceConfiguration
-
- Sequence - cn.bootx.platform.common.sequence.func中的接口
-
序列号生成器接口
- SequenceAutoConfiguration - cn.bootx.platform.common.sequence中的类
-
sequence序列生成器
- SequenceAutoConfiguration() - 类 的构造器cn.bootx.platform.common.sequence.SequenceAutoConfiguration
-
- SequenceConfiguration - cn.bootx.platform.common.sequence.configuration中的类
-
序列化生成器
- SequenceConfiguration() - 类 的构造器cn.bootx.platform.common.sequence.configuration.SequenceConfiguration
-
- SequenceProperties - cn.bootx.platform.common.sequence.configuration中的类
-
序列生成器参数
- SequenceProperties() - 类 的构造器cn.bootx.platform.common.sequence.configuration.SequenceProperties
-
- SequenceProperties.Type - cn.bootx.platform.common.sequence.configuration中的枚举
-
存储类型
- SequenceRange - cn.bootx.platform.common.sequence.range.jdbc中的类
-
队列区间
- SequenceRange() - 类 的构造器cn.bootx.platform.common.sequence.range.jdbc.SequenceRange
-
- SequenceRange - cn.bootx.platform.common.sequence.range.mongo中的类
-
队列区间
- SequenceRange() - 类 的构造器cn.bootx.platform.common.sequence.range.mongo.SequenceRange
-
- SequenceRangeManager - cn.bootx.platform.common.sequence.range.jdbc中的类
-
队列区间
- SequenceRangeManager() - 类 的构造器cn.bootx.platform.common.sequence.range.jdbc.SequenceRangeManager
-
- SequenceRangeMapper - cn.bootx.platform.common.sequence.range.jdbc中的接口
-
队列区间
- SequenceUtil - cn.bootx.platform.common.sequence.util中的类
-
序列号生成工具类
- SequenceUtil() - 类 的构造器cn.bootx.platform.common.sequence.util.SequenceUtil
-
- setIfAbsentRange(String, long) - 类 中的方法cn.bootx.platform.common.sequence.range.jdbc.JdbcRangeHandler
-
第一次不存在,进行初始化,不存在就set,存在就忽略
- setIfAbsentRange(String, long) - 类 中的方法cn.bootx.platform.common.sequence.range.mongo.MongoRangeHandler
-
第一次不存在,进行初始化,不存在就set,存在就忽略
V
- valueOf(String) - 枚举 中的静态方法cn.bootx.platform.common.sequence.configuration.SequenceProperties.Type
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法cn.bootx.platform.common.sequence.configuration.SequenceProperties.Type
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
C D G I J M N R S V
Copyright © 2023. All rights reserved.