| 接口 | 说明 |
|---|---|
| CleanCapable |
清理一些资源接口
|
| Closeable | |
| ComponentSelector | |
| Converter<T> | |
| Lock |
Created by hasee on 2018/1/11.
|
| LockAware |
Created by hasee on 2018/1/11.
|
| MonitorSupport |
状态服务器监控支持接口
|
| ServiceMonitor |
服务状态监控的接口,这边会随着业务的增加而改变,这边把状态监控接口与状态服务接口拆分成两个接口,
实现接口隔离原则,平台调用的模块依赖StateHubService接口,服务监控模块依赖MonitorSupport接口。
|
| ServiceNameAware |
感知服务名称接口,用以区分不同服务名称
|
| StateHubService |
状态中心服务接口
为集群等一系列需要状态保存的操作提供状态存储获取和超时功能
|
| StateProcessor |
存储层状态超时处理器
|
| StorageAware |
组件感知底层的存储,用进行存储设备切换
|
| StorageStatistics |
存储统计功能接口
|
| Store |
Created by hasee on 2017/12/4.
|
| 类 | 说明 |
|---|---|
| CacheKey |
状态服务器中状态对象对应的key生命周期辅助类
|
| SelectorFactory | |
| StateHubManager |
状态中心管理类,用于管理获取状态服务
|
| StateHubServiceWrapper | |
| StateServerActivator |
状态服务器启动器
|
| StateServerConfig |
状态服务器配置,是否为集群模式和服务器类型
|
| 枚举 | 说明 |
|---|---|
| State |