跳过导航链接
B C E F M P R S T U V 

B

bindResVO(PublicVO) - 类 中的方法cn.foxtech.common.domain.vo.PublicVO
 
bindResVO(RestFulVO) - 类 中的方法cn.foxtech.common.domain.vo.RestFulVO
 
bindResVO(Map<String, Object>) - 类 中的方法cn.foxtech.common.domain.vo.RestFulVO
 
buildRequestVO(Map<String, Object>) - 类 中的静态方法cn.foxtech.common.domain.vo.RestFulRequestVO
 

C

cn.foxtech.common.domain.constant - 程序包 cn.foxtech.common.domain.constant
 
cn.foxtech.common.domain.vo - 程序包 cn.foxtech.common.domain.vo
 

E

error(int, String) - 类 中的静态方法cn.foxtech.common.domain.vo.PublicRespondVO
 
error(PublicVO, int, String) - 类 中的静态方法cn.foxtech.common.domain.vo.PublicRespondVO
 
error(PublicVO, String) - 类 中的静态方法cn.foxtech.common.domain.vo.PublicRespondVO
 
error(String) - 类 中的静态方法cn.foxtech.common.domain.vo.PublicRespondVO
 
error(int, String) - 类 中的静态方法cn.foxtech.common.domain.vo.RestFulRespondVO
 
error(RestFulVO, int, String) - 类 中的静态方法cn.foxtech.common.domain.vo.RestFulRespondVO
 
error(RestFulVO, String) - 类 中的静态方法cn.foxtech.common.domain.vo.RestFulRespondVO
 
error(String) - 类 中的静态方法cn.foxtech.common.domain.vo.RestFulRespondVO
 

F

field_active_time - 类 中的静态变量cn.foxtech.common.domain.constant.RedisStatusConstant
激活时间:程序心跳时间,告知别的服务,自己还在工作
field_app_engine - 类 中的静态变量cn.foxtech.common.domain.constant.ServiceVOFieldConstant
 
field_app_gateway - 类 中的静态变量cn.foxtech.common.domain.constant.ServiceVOFieldConstant
 
field_app_load - 类 中的静态变量cn.foxtech.common.domain.constant.ServiceVOFieldConstant
 
field_app_name - 类 中的静态变量cn.foxtech.common.domain.constant.ServiceVOFieldConstant
 
field_app_port - 类 中的静态变量cn.foxtech.common.domain.constant.ServiceVOFieldConstant
 
field_app_type - 类 中的静态变量cn.foxtech.common.domain.constant.ServiceVOFieldConstant
 
field_application_name - 类 中的静态变量cn.foxtech.common.domain.constant.RedisStatusConstant
程序名称:spring的应用名,例如fox-edge-server-channel-simulator-service
field_cmd - 类 中的静态变量cn.foxtech.common.domain.constant.VOFieldConstant
cmd是Map的一级字段
field_conf_files - 类 中的静态变量cn.foxtech.common.domain.constant.ServiceVOFieldConstant
 
field_config_entity - 类 中的静态变量cn.foxtech.common.domain.constant.RedisStatusConstant
配置数据:这是一个Map结构,告诉system-manage服务,它有哪些数据,作为初始化配置,放到它的configEntity中
field_file_name - 类 中的静态变量cn.foxtech.common.domain.constant.ServiceVOFieldConstant
 
field_jar_name - 类 中的静态变量cn.foxtech.common.domain.constant.ServiceVOFieldConstant
 
field_loader_name - 类 中的静态变量cn.foxtech.common.domain.constant.ServiceVOFieldConstant
 
field_model_name - 类 中的静态变量cn.foxtech.common.domain.constant.RedisStatusConstant
模块名称:也就是serialport/simulator这类名,方便进程之间互相识别业务身份
field_model_type - 类 中的静态变量cn.foxtech.common.domain.constant.RedisStatusConstant
模块类型:也就是 channel/controller/device/persist
field_option_entity - 类 中的静态变量cn.foxtech.common.domain.constant.RedisStatusConstant
允许进行option操作的数据实体信息
field_path_name - 类 中的静态变量cn.foxtech.common.domain.constant.ServiceVOFieldConstant
 
field_pid - 类 中的静态变量cn.foxtech.common.domain.constant.ServiceVOFieldConstant
 
field_port_gateway - 类 中的静态变量cn.foxtech.common.domain.constant.ServiceVOFieldConstant
 
field_publish_entity - 类 中的静态变量cn.foxtech.common.domain.constant.RedisStatusConstant
发布数据:这是一个Map结构,告诉cloud publish服务,它有哪些实体数据,并以什么方式来发布
field_rss - 类 中的静态变量cn.foxtech.common.domain.constant.ServiceVOFieldConstant
 
field_service_name - 类 中的静态变量cn.foxtech.common.domain.constant.RedisStatusConstant
业务类型:也就是 kernel/service/system
field_service_type - 类 中的静态变量cn.foxtech.common.domain.constant.RedisStatusConstant
业务名称:也就是应用名称,比如manager-service
field_type_kernel - 类 中的静态变量cn.foxtech.common.domain.constant.ServiceVOFieldConstant
 
field_type_service - 类 中的静态变量cn.foxtech.common.domain.constant.ServiceVOFieldConstant
 
field_type_system - 类 中的静态变量cn.foxtech.common.domain.constant.ServiceVOFieldConstant
 
field_user_param - 类 中的静态变量cn.foxtech.common.domain.constant.ServiceVOFieldConstant
 

M

model_api - 类 中的静态变量cn.foxtech.common.domain.constant.RedisTopicConstant
代理模块
model_channel - 类 中的静态变量cn.foxtech.common.domain.constant.RedisTopicConstant
设备模块
model_device - 类 中的静态变量cn.foxtech.common.domain.constant.RedisTopicConstant
设备模块
model_manager - 类 中的静态变量cn.foxtech.common.domain.constant.RedisTopicConstant
公共模块
model_persist - 类 中的静态变量cn.foxtech.common.domain.constant.RedisTopicConstant
持久化模块:将设备数据保存到数据库的模块
model_proxy4cloud2topic - 类 中的静态变量cn.foxtech.common.domain.constant.RedisTopicConstant
代理模块
model_public - 类 中的静态变量cn.foxtech.common.domain.constant.RedisTopicConstant
全体同类模块

P

PublicRequestVO - cn.foxtech.common.domain.vo中的类
传统的rpc风格的接口:跟restful风格比起来,主要是面向多种模块/自定义命令风格 restful风格:比较适用于对等通信模型 rpc风格:可以面向消息订阅/发布模型 正因为FoxEdge比较多采用消息订阅模型,所以有rpc风格的接口
PublicRequestVO() - 类 的构造器cn.foxtech.common.domain.vo.PublicRequestVO
 
PublicRespondVO - cn.foxtech.common.domain.vo中的类
rpc风格的接口
PublicRespondVO() - 类 的构造器cn.foxtech.common.domain.vo.PublicRespondVO
 
PublicVO - cn.foxtech.common.domain.vo中的类
 
PublicVO() - 类 的构造器cn.foxtech.common.domain.vo.PublicVO
 

R

RedisStatusConstant - cn.foxtech.common.domain.constant中的类
 
RedisStatusConstant() - 类 的构造器cn.foxtech.common.domain.constant.RedisStatusConstant
 
RedisTopicConstant - cn.foxtech.common.domain.constant中的类
 
RedisTopicConstant() - 类 的构造器cn.foxtech.common.domain.constant.RedisTopicConstant
 
restful_manager - 类 中的静态变量cn.foxtech.common.domain.constant.RestFulManagerVOConstant
 
RestFulManagerVOConstant - cn.foxtech.common.domain.constant中的类
 
RestFulManagerVOConstant() - 类 的构造器cn.foxtech.common.domain.constant.RestFulManagerVOConstant
 
RestFulRequestVO - cn.foxtech.common.domain.vo中的类
restful风格的接口
RestFulRequestVO() - 类 的构造器cn.foxtech.common.domain.vo.RestFulRequestVO
 
RestFulRespondVO - cn.foxtech.common.domain.vo中的类
restful风格的接口
RestFulRespondVO() - 类 的构造器cn.foxtech.common.domain.vo.RestFulRespondVO
 
RestFulVO - cn.foxtech.common.domain.vo中的类
 
RestFulVO() - 类 的构造器cn.foxtech.common.domain.vo.RestFulVO
 

S

ServiceVOFieldConstant - cn.foxtech.common.domain.constant中的类
 
ServiceVOFieldConstant() - 类 的构造器cn.foxtech.common.domain.constant.ServiceVOFieldConstant
 
success(String, PublicVO) - 类 中的静态方法cn.foxtech.common.domain.vo.PublicRespondVO
 
success(PublicVO) - 类 中的静态方法cn.foxtech.common.domain.vo.PublicRespondVO
 
success(String, RestFulVO) - 类 中的静态方法cn.foxtech.common.domain.vo.RestFulRespondVO
 
success(RestFulVO) - 类 中的静态方法cn.foxtech.common.domain.vo.RestFulRespondVO
 

T

topic_channel_request - 类 中的静态变量cn.foxtech.common.domain.constant.RedisTopicConstant
 
topic_channel_respond - 类 中的静态变量cn.foxtech.common.domain.constant.RedisTopicConstant
 
topic_device_request - 类 中的静态变量cn.foxtech.common.domain.constant.RedisTopicConstant
 
topic_device_respond - 类 中的静态变量cn.foxtech.common.domain.constant.RedisTopicConstant
 
topic_gateway_request - 类 中的静态变量cn.foxtech.common.domain.constant.RedisTopicConstant
 
topic_gateway_respond - 类 中的静态变量cn.foxtech.common.domain.constant.RedisTopicConstant
 
topic_link_request - 类 中的静态变量cn.foxtech.common.domain.constant.RedisTopicConstant
topic_xxx_request_yyy:xxx代表的是责任主体,yyy代表的是相关的主体 比如topic_channel_request_manager,channel这个责任主体,有数据发给manager这个相关主体 有下划线,代表会有多个使用该前缀为topic,无下划线代表只有一个topic
topic_link_respond - 类 中的静态变量cn.foxtech.common.domain.constant.RedisTopicConstant
 
topic_manager_request - 类 中的静态变量cn.foxtech.common.domain.constant.RedisTopicConstant
 
topic_manager_respond - 类 中的静态变量cn.foxtech.common.domain.constant.RedisTopicConstant
 
topic_persist_request - 类 中的静态变量cn.foxtech.common.domain.constant.RedisTopicConstant
 
topic_persist_respond - 类 中的静态变量cn.foxtech.common.domain.constant.RedisTopicConstant
 
topic_trigger_request - 类 中的静态变量cn.foxtech.common.domain.constant.RedisTopicConstant
 
topic_trigger_respond - 类 中的静态变量cn.foxtech.common.domain.constant.RedisTopicConstant
 

U

uri_device_timeout - 类 中的静态变量cn.foxtech.common.domain.constant.RestFulManagerVOConstant
 
uri_device_value - 类 中的静态变量cn.foxtech.common.domain.constant.RestFulManagerVOConstant
 

V

value_cmd_query_name - 类 中的静态变量cn.foxtech.common.domain.constant.VOFieldConstant
 
value_model_name_device - 类 中的静态变量cn.foxtech.common.domain.constant.RedisStatusConstant
 
value_model_type_channel - 类 中的静态变量cn.foxtech.common.domain.constant.RedisStatusConstant
 
value_model_type_device - 类 中的静态变量cn.foxtech.common.domain.constant.RedisStatusConstant
 
value_model_type_link - 类 中的静态变量cn.foxtech.common.domain.constant.RedisStatusConstant
 
VOFieldConstant - cn.foxtech.common.domain.constant中的类
 
VOFieldConstant() - 类 的构造器cn.foxtech.common.domain.constant.VOFieldConstant
 
B C E F M P R S T U V 
跳过导航链接

Copyright © 2024. All rights reserved.