Uses of Class
net.risesoft.api.persistence.model.IServiceInstanceModel
-
-
Uses of IServiceInstanceModel in net.risesoft.api.api
Methods in net.risesoft.api.api that return types with arguments of type IServiceInstanceModel Modifier and Type Method Description Map<String,List<IServiceInstanceModel>>RegisterApi. getServices(String environment)获取所有实例Map<String,List<IServiceInstanceModel>>RegisterApi. getServicesAll(String environment)获取所有服务Methods in net.risesoft.api.api with parameters of type IServiceInstanceModel Modifier and Type Method Description booleanRegisterApi. register(IServiceInstanceModel serviceInstance)booleanRegisterApi. registerToServer(IServiceInstanceModel serviceInstance, RPCRequestContext rpcRequestContext)注册服务到中心 -
Uses of IServiceInstanceModel in net.risesoft.api.consumer
Methods in net.risesoft.api.consumer with parameters of type IServiceInstanceModel Modifier and Type Method Description voidServerRegisterListener. register(IServiceInstanceModel instance, String environment, Integer level) -
Uses of IServiceInstanceModel in net.risesoft.api.message
Methods in net.risesoft.api.message with parameters of type IServiceInstanceModel Modifier and Type Method Description voidMessageService. onServiceDown(IServiceInstanceModel serviceInstanceModel)服务改变 -
Uses of IServiceInstanceModel in net.risesoft.api.message.impl
Methods in net.risesoft.api.message.impl with parameters of type IServiceInstanceModel Modifier and Type Method Description StringDefaultInstanceMessage. createContent(IServiceInstanceModel serviceInstanceModel)StringDefaultInstanceMessage. createTitle(IServiceInstanceModel serviceInstanceModel)voidDefaultMessageService. onServiceDown(IServiceInstanceModel serviceInstanceModel) -
Uses of IServiceInstanceModel in net.risesoft.api.persistence.dao
Methods in net.risesoft.api.persistence.dao that return IServiceInstanceModel Modifier and Type Method Description IServiceInstanceModelIServiceDao. findById(String id)根据id 查找IServiceInstanceModelIServiceDao. findWatchById(String id, String instanceId)Methods in net.risesoft.api.persistence.dao that return types with arguments of type IServiceInstanceModel Modifier and Type Method Description List<IServiceInstanceModel>IServiceDao. findAll(Integer status, String environment)List<IServiceInstanceModel>IServiceDao. findAll(String environment)List<IServiceInstanceModel>IServiceDao. findByStatus(Integer status, String environment, String serviceId)根据状态获取List<IServiceInstanceModel>IServiceDao. findWatch(String watchServer, String environment, String serviceId)查找 排除 获取没有设置监控服务的 获取监控服务中List<IServiceInstanceModel>IServiceDao. getExpiresService(Long time)获取过期的服务List<IServiceInstanceModel>IServiceDao. getServicesByName(String name, String environment)根据服务名获取服务 -
Uses of IServiceInstanceModel in net.risesoft.api.persistence.iservice
Methods in net.risesoft.api.persistence.iservice that return IServiceInstanceModel Modifier and Type Method Description IServiceInstanceModelIServiceService. findById(String id)根据id 获取IServiceInstanceModelIServiceService. findWatchById(String id)查找增加监控过滤Methods in net.risesoft.api.persistence.iservice that return types with arguments of type IServiceInstanceModel Modifier and Type Method Description List<IServiceInstanceModel>IServiceService. findAll(Integer status, String environment)List<IServiceInstanceModel>IServiceService. findWatch(String watchServer, String environment, String serviceId)List<IServiceInstanceModel>IServiceService. getService(String name, String environment)根据服务名获取Map<String,List<IServiceInstanceModel>>IServiceService. getUseAll(String environment)拿到可用的所有服务Methods in net.risesoft.api.persistence.iservice with parameters of type IServiceInstanceModel Modifier and Type Method Description booleanIServiceService. saveModel(IServiceInstanceModel serviceInstance)保存一个实例 -
Uses of IServiceInstanceModel in net.risesoft.api.persistence.iservice.impl
Methods in net.risesoft.api.persistence.iservice.impl that return IServiceInstanceModel Modifier and Type Method Description IServiceInstanceModelDataBaseIServiceService. findById(String id)IServiceInstanceModelDataBaseIServiceService. findWatchById(String id)Methods in net.risesoft.api.persistence.iservice.impl that return types with arguments of type IServiceInstanceModel Modifier and Type Method Description List<IServiceInstanceModel>DataBaseIServiceService. findAll(Integer status, String environment)List<IServiceInstanceModel>DataBaseIServiceService. findWatch(String watchServer, String environment, String serviceId)List<IServiceInstanceModel>DataBaseIServiceService. getService(String name, String environment)Map<String,List<IServiceInstanceModel>>DataBaseIServiceService. getUseAll(String environment)Methods in net.risesoft.api.persistence.iservice.impl with parameters of type IServiceInstanceModel Modifier and Type Method Description booleanDataBaseIServiceService. saveModel(IServiceInstanceModel serviceInstance) -
Uses of IServiceInstanceModel in net.risesoft.api.watch
Methods in net.risesoft.api.watch with parameters of type IServiceInstanceModel Modifier and Type Method Description static booleanCheckStatusTask. check(IServiceInstanceModel iServiceInstance)static StringCheckStatusTask. createCheckUrl(IServiceInstanceModel watchInfo)
-