Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

A

add(String, EventLevel, String, String, String, int, CloudEventHandler) - Method in class org.noear.solon.cloud.service.CloudEventObserverManger
添加主题事件处理
addCounter(String, String, String, long, Map<String, String>) - Method in interface org.noear.solon.cloud.service.CloudMetricService
添加计数(累计)
addCounter(String, String, String, long) - Method in interface org.noear.solon.cloud.service.CloudMetricService
 
addCounter(String, String, long) - Method in interface org.noear.solon.cloud.service.CloudMetricService
 
addCounter(String, String, String, long, Map<String, String>) - Method in class org.noear.solon.cloud.service.CloudMetricServiceManager
 
addGauge(String, String, String, long, Map<String, String>) - Method in interface org.noear.solon.cloud.service.CloudMetricService
添加指标(瞬值)
addGauge(String, String, String, long) - Method in interface org.noear.solon.cloud.service.CloudMetricService
 
addGauge(String, String, long) - Method in interface org.noear.solon.cloud.service.CloudMetricService
 
addGauge(String, String, String, long, Map<String, String>) - Method in class org.noear.solon.cloud.service.CloudMetricServiceManager
 
addHandler(CloudEventHandler) - Method in class org.noear.solon.cloud.model.EventObserver
添加云事件处理
addJobInterceptor(int, CloudJobInterceptor) - Method in interface org.noear.solon.cloud.impl.CloudJobServiceManager
添加任务拦截器
addJobInterceptor(int, CloudJobInterceptor) - Method in class org.noear.solon.cloud.impl.CloudJobServiceManagerImpl
添加任务拦截器
address() - Method in class org.noear.solon.cloud.model.Instance
服务地址(host:port)
addTimer(String, String, String, long, Map<String, String>) - Method in interface org.noear.solon.cloud.service.CloudMetricService
添加计时(平均值、最大值、最小值)
addTimer(String, String, String, long) - Method in interface org.noear.solon.cloud.service.CloudMetricService
 
addTimer(String, String, long) - Method in interface org.noear.solon.cloud.service.CloudMetricService
 
addTimer(String, String, String, long, Map<String, String>) - Method in class org.noear.solon.cloud.service.CloudMetricServiceManager
 
afterCompletion(int) - Method in class org.noear.solon.cloud.model.EventTran
 
agent() - Method in class org.noear.solon.cloud.model.Discovery
获取代理
agent(String) - Method in class org.noear.solon.cloud.model.Discovery
设置代理
append(LogEvent) - Method in class org.noear.solon.cloud.impl.CloudLogAppender
 
append(LogEvent) - Method in interface org.noear.solon.cloud.service.CloudLogService
添加
attachment() - Method in class org.noear.solon.cloud.model.Discovery
 
attachmentSet(T) - Method in class org.noear.solon.cloud.model.Discovery
 
attention(EventLevel, String, String, String, String, int, CloudEventHandler) - Method in class org.noear.solon.cloud.impl.CloudEventServiceManagerImpl
关注事件
attention(String, String, CloudConfigHandler) - Method in interface org.noear.solon.cloud.service.CloudConfigService
关注配置
attention(String, String, CloudDiscoveryHandler) - Method in interface org.noear.solon.cloud.service.CloudDiscoveryService
关注服务实例列表
attention(String, String, CloudDiscoveryHandler) - Method in class org.noear.solon.cloud.service.CloudDiscoveryServiceProxy
 
attention(EventLevel, String, String, String, String, int, CloudEventHandler) - Method in interface org.noear.solon.cloud.service.CloudEventService
关注事件(相当于订阅)

B

beforeCommit(boolean) - Method in class org.noear.solon.cloud.model.EventTran
 
body() - Method in class org.noear.solon.cloud.model.Media
主体
bodyAsBytes() - Method in class org.noear.solon.cloud.model.Media
主体转为字节数组
bodyAsBytes(boolean) - Method in class org.noear.solon.cloud.model.Media
 
bodyAsString() - Method in class org.noear.solon.cloud.model.Media
主体转为字符串
bodyAsString(boolean) - Method in class org.noear.solon.cloud.model.Media
 
breaker() - Static method in class org.noear.solon.cloud.CloudClient
获取 云端断路器服务
BreakerEntry - Interface in org.noear.solon.cloud.model
断路器入口模型 try(Entry entry = CloudClient.breaker("test")){ //业务处理 }
BreakerEntrySim - Class in org.noear.solon.cloud.model
断路器入口模型
BreakerEntrySim() - Constructor for class org.noear.solon.cloud.model.BreakerEntrySim
 
BreakerException - Exception in org.noear.solon.cloud.model
断路器异常
BreakerException() - Constructor for exception org.noear.solon.cloud.model.BreakerException
 
BreakerException(Throwable) - Constructor for exception org.noear.solon.cloud.model.BreakerException
 
breakerService() - Static method in class org.noear.solon.cloud.CloudManager
 
broadcast() - Method in class org.noear.solon.cloud.model.Event
是否广播的
broadcast(boolean) - Method in class org.noear.solon.cloud.model.Event
设置广播的
build(Class<?>, String, String) - Method in class org.noear.solon.cloud.impl.CloudConfigBeanInjector
 

C

channel() - Method in class org.noear.solon.cloud.model.Event
获取通道:用于同时支持多个消息队列框架,区分通道
channel(String) - Method in class org.noear.solon.cloud.model.Event
设置通道
close() - Method in interface org.noear.solon.cloud.model.BreakerEntry
自动关闭
CloudBreaker - Annotation Type in org.noear.solon.cloud.annotation
云端断路器申明
CloudBreakerException - Exception in org.noear.solon.cloud.exception
Cloud 融断异常
CloudBreakerException(String) - Constructor for exception org.noear.solon.cloud.exception.CloudBreakerException
 
CloudBreakerInterceptor - Class in org.noear.solon.cloud.impl
 
CloudBreakerInterceptor() - Constructor for class org.noear.solon.cloud.impl.CloudBreakerInterceptor
 
CloudBreakerService - Interface in org.noear.solon.cloud.service
云端断路器服务
CloudBreakerServiceLocalImpl - Class in org.noear.solon.cloud.impl
本地熔断服务 常用指标: sbc:并发链接数,Simultaneous Browser Connections qps:每秒请求数,Query Per Second
CloudBreakerServiceLocalImpl() - Constructor for class org.noear.solon.cloud.impl.CloudBreakerServiceLocalImpl
 
CloudClient - Class in org.noear.solon.cloud
云操作客户端
CloudClient() - Constructor for class org.noear.solon.cloud.CloudClient
 
CloudConfig - Annotation Type in org.noear.solon.cloud.annotation
云端配置订阅或注入
CloudConfigBeanBuilder - Class in org.noear.solon.cloud.impl
 
CloudConfigBeanBuilder() - Constructor for class org.noear.solon.cloud.impl.CloudConfigBeanBuilder
 
CloudConfigBeanInjector - Class in org.noear.solon.cloud.impl
配置注入器
CloudConfigBeanInjector() - Constructor for class org.noear.solon.cloud.impl.CloudConfigBeanInjector
 
CloudConfigException - Exception in org.noear.solon.cloud.exception
Cloud 配置异常
CloudConfigException(String) - Constructor for exception org.noear.solon.cloud.exception.CloudConfigException
 
CloudConfigException(Throwable) - Constructor for exception org.noear.solon.cloud.exception.CloudConfigException
 
CloudConfigHandler - Interface in org.noear.solon.cloud
云配置处理
CloudConfigHandlerProxy - Class in org.noear.solon.cloud.proxy
云配置处理类原型代理
CloudConfigHandlerProxy(BeanWrap) - Constructor for class org.noear.solon.cloud.proxy.CloudConfigHandlerProxy
 
CloudConfigObserverEntity - Class in org.noear.solon.cloud.service
云端配置观察者实现
CloudConfigObserverEntity(String, String, CloudConfigHandler) - Constructor for class org.noear.solon.cloud.service.CloudConfigObserverEntity
 
CloudConfigService - Interface in org.noear.solon.cloud.service
云端配置服务
CloudDiscoveryHandler - Interface in org.noear.solon.cloud
云发现处理
CloudDiscoveryObserverEntity - Class in org.noear.solon.cloud.service
云端发现观察者实体
CloudDiscoveryObserverEntity(String, String, CloudDiscoveryHandler) - Constructor for class org.noear.solon.cloud.service.CloudDiscoveryObserverEntity
 
CloudDiscoveryService - Interface in org.noear.solon.cloud.service
云端注册与发现服务
CloudDiscoveryServiceProxy - Class in org.noear.solon.cloud.service
云端注册与发现服务代理
CloudDiscoveryServiceProxy(CloudDiscoveryService) - Constructor for class org.noear.solon.cloud.service.CloudDiscoveryServiceProxy
 
CloudEvent - Annotation Type in org.noear.solon.cloud.annotation
云端事件订阅
CloudEventBeanBuilder - Class in org.noear.solon.cloud.impl
 
CloudEventBeanBuilder() - Constructor for class org.noear.solon.cloud.impl.CloudEventBeanBuilder
 
CloudEventException - Exception in org.noear.solon.cloud.exception
Cloud 事件异常
CloudEventException(Throwable) - Constructor for exception org.noear.solon.cloud.exception.CloudEventException
 
CloudEventException(String) - Constructor for exception org.noear.solon.cloud.exception.CloudEventException
 
CloudEventHandler - Interface in org.noear.solon.cloud
云事件处理
CloudEventHandlerProxy - Class in org.noear.solon.cloud.proxy
云事件处理类原型代理
CloudEventHandlerProxy(BeanWrap) - Constructor for class org.noear.solon.cloud.proxy.CloudEventHandlerProxy
 
CloudEventInterceptor - Interface in org.noear.solon.cloud
云事件拦截器
CloudEventObserverManger - Class in org.noear.solon.cloud.service
 
CloudEventObserverManger() - Constructor for class org.noear.solon.cloud.service.CloudEventObserverManger
 
CloudEventService - Interface in org.noear.solon.cloud.service
云端事件服务(事件总线服务)
CloudEventServiceManager - Interface in org.noear.solon.cloud.impl
事件服务管理器及代理(用以支持多通道)
CloudEventServiceManagerImpl - Class in org.noear.solon.cloud.impl
事件服务管理器及代理实现(用以支持多通道)
CloudEventServiceManagerImpl() - Constructor for class org.noear.solon.cloud.impl.CloudEventServiceManagerImpl
 
CloudEventServicePlus - Interface in org.noear.solon.cloud.service
云端事件加强服务(事件总线服务)
CloudException - Exception in org.noear.solon.cloud.exception
Cloud 异常
CloudException(Throwable) - Constructor for exception org.noear.solon.cloud.exception.CloudException
 
CloudException(String) - Constructor for exception org.noear.solon.cloud.exception.CloudException
 
CloudException(String, Throwable) - Constructor for exception org.noear.solon.cloud.exception.CloudException
 
CloudFileException - Exception in org.noear.solon.cloud.exception
Cloud 文件异常
CloudFileException(String) - Constructor for exception org.noear.solon.cloud.exception.CloudFileException
 
CloudFileException(String, Throwable) - Constructor for exception org.noear.solon.cloud.exception.CloudFileException
 
CloudFileException(Throwable) - Constructor for exception org.noear.solon.cloud.exception.CloudFileException
 
CloudFileService - Interface in org.noear.solon.cloud.service
云端文件服务(分布式文件服务服务)
CloudI18nBundle - Class in org.noear.solon.cloud.impl
 
CloudI18nBundle(Pack, Locale) - Constructor for class org.noear.solon.cloud.impl.CloudI18nBundle
 
CloudI18nBundleFactory - Class in org.noear.solon.cloud.impl
 
CloudI18nBundleFactory() - Constructor for class org.noear.solon.cloud.impl.CloudI18nBundleFactory
 
CloudI18nBundleFactory(String) - Constructor for class org.noear.solon.cloud.impl.CloudI18nBundleFactory
 
CloudI18nService - Interface in org.noear.solon.cloud.service
云端国际化服务
CloudIdService - Interface in org.noear.solon.cloud.service
云端Id服务
CloudIdServiceFactory - Interface in org.noear.solon.cloud.service
云端Id服务工厂
CloudJob - Annotation Type in org.noear.solon.cloud.annotation
云端任务
CloudJobBeanBuilder - Class in org.noear.solon.cloud.impl
 
CloudJobBeanBuilder() - Constructor for class org.noear.solon.cloud.impl.CloudJobBeanBuilder
 
CloudJobBeanExtractor - Class in org.noear.solon.cloud.impl
 
CloudJobBeanExtractor() - Constructor for class org.noear.solon.cloud.impl.CloudJobBeanExtractor
 
CloudJobException - Exception in org.noear.solon.cloud.exception
Cloud 任务异常
CloudJobException(Throwable) - Constructor for exception org.noear.solon.cloud.exception.CloudJobException
 
CloudJobException(String, Throwable) - Constructor for exception org.noear.solon.cloud.exception.CloudJobException
 
CloudJobHandler - Interface in org.noear.solon.cloud
云任务处理
CloudJobHandlerBeanProxy - Class in org.noear.solon.cloud.proxy
云任务处理类原型代理
CloudJobHandlerBeanProxy(BeanWrap) - Constructor for class org.noear.solon.cloud.proxy.CloudJobHandlerBeanProxy
 
CloudJobHandlerChain - Class in org.noear.solon.cloud
云任务处理处理链
CloudJobHandlerChain(Job, CloudJobHandler, List<RankEntity<CloudJobInterceptor>>) - Constructor for class org.noear.solon.cloud.CloudJobHandlerChain
 
CloudJobHandlerMethodProxy - Class in org.noear.solon.cloud.proxy
云任务处理方法原型代理
CloudJobHandlerMethodProxy(BeanWrap, Method) - Constructor for class org.noear.solon.cloud.proxy.CloudJobHandlerMethodProxy
 
CloudJobInterceptor - Interface in org.noear.solon.cloud
云任务拦截器
CloudJobService - Interface in org.noear.solon.cloud.service
云端定时任务服务
CloudJobServiceManager - Interface in org.noear.solon.cloud.impl
 
CloudJobServiceManagerImpl - Class in org.noear.solon.cloud.impl
 
CloudJobServiceManagerImpl(CloudJobService) - Constructor for class org.noear.solon.cloud.impl.CloudJobServiceManagerImpl
 
CloudListService - Interface in org.noear.solon.cloud.service
云端名单列表服务(安全名单,非法名单,黑名单,白名单)
CloudLoadBalance - Class in org.noear.solon.cloud.impl
负载均衡
CloudLoadBalance(String, String) - Constructor for class org.noear.solon.cloud.impl.CloudLoadBalance
一般用于发现服务
CloudLoadBalance(String, String, Discovery) - Constructor for class org.noear.solon.cloud.impl.CloudLoadBalance
一般用于本地配置
CloudLoadBalanceFactory - Class in org.noear.solon.cloud.impl
负载均衡工厂
CloudLoadBalanceFactory() - Constructor for class org.noear.solon.cloud.impl.CloudLoadBalanceFactory
 
CloudLoadStrategy - Interface in org.noear.solon.cloud.impl
负载策略
CloudLoadStrategyDefault - Class in org.noear.solon.cloud.impl
默认负载策略
CloudLoadStrategyDefault() - Constructor for class org.noear.solon.cloud.impl.CloudLoadStrategyDefault
 
CloudLoadStrategyIpHash - Class in org.noear.solon.cloud.impl
IP_Hash 负载策略
CloudLoadStrategyIpHash() - Constructor for class org.noear.solon.cloud.impl.CloudLoadStrategyIpHash
 
CloudLockService - Interface in org.noear.solon.cloud.service
云端锁服务
CloudLogAppender - Class in org.noear.solon.cloud.impl
Cloud Log Appender
CloudLogAppender() - Constructor for class org.noear.solon.cloud.impl.CloudLogAppender
 
CloudLogService - Interface in org.noear.solon.cloud.service
云端日志服务
CloudManager - Class in org.noear.solon.cloud
云接口管理器
CloudManager() - Constructor for class org.noear.solon.cloud.CloudManager
 
CloudMetricService - Interface in org.noear.solon.cloud.service
云端度量服务
CloudMetricServiceManager - Class in org.noear.solon.cloud.service
 
CloudMetricServiceManager() - Constructor for class org.noear.solon.cloud.service.CloudMetricServiceManager
 
CloudPlugin - Class in org.noear.solon.cloud.integration
 
CloudPlugin() - Constructor for class org.noear.solon.cloud.integration.CloudPlugin
 
CloudProps - Class in org.noear.solon.cloud
云服务属性模板
CloudProps(AppContext, String) - Constructor for class org.noear.solon.cloud.CloudProps
 
CloudStatusException - Exception in org.noear.solon.cloud.exception
Cloud 状态异常(主要用于触发 4xx 状态异常)
CloudStatusException(Throwable, int) - Constructor for exception org.noear.solon.cloud.exception.CloudStatusException
 
CloudStatusException(String, int) - Constructor for exception org.noear.solon.cloud.exception.CloudStatusException
 
CloudStatusException(String, Throwable, int) - Constructor for exception org.noear.solon.cloud.exception.CloudStatusException
 
CloudTraceService - Interface in org.noear.solon.cloud.service
云端链路跟踪服务
CloudTraceServiceImpl - Class in org.noear.solon.cloud.impl
 
CloudTraceServiceImpl() - Constructor for class org.noear.solon.cloud.impl.CloudTraceServiceImpl
 
cluster() - Method in class org.noear.solon.cloud.model.Discovery
获取集群
clusterOf(int) - Method in class org.noear.solon.cloud.model.Discovery
获取某端口的集群
clusterSize() - Method in class org.noear.solon.cloud.model.Discovery
获取集群数量
commit() - Method in class org.noear.solon.cloud.model.EventTran
事务提交
config() - Static method in class org.noear.solon.cloud.CloudClient
获取 云端配置服务
Config - Class in org.noear.solon.cloud.model
配置模型
Config(String, String, String, long) - Constructor for class org.noear.solon.cloud.model.Config
 
configHandlerMap - Static variable in class org.noear.solon.cloud.CloudManager
 
configLoad(String, String) - Static method in class org.noear.solon.cloud.CloudClient
云端配置服务,加载默认配置
configLoad(String) - Static method in class org.noear.solon.cloud.CloudClient
云端配置服务,加载默认配置
configService() - Static method in class org.noear.solon.cloud.CloudManager
 
content() - Method in class org.noear.solon.cloud.model.Event
获取内容
contentSize() - Method in class org.noear.solon.cloud.model.Media
 
contentType() - Method in class org.noear.solon.cloud.model.Media
内容类型
count() - Method in class org.noear.solon.cloud.impl.CloudLoadBalanceFactory
负载均衡数量
create(String, int) - Method in class org.noear.solon.cloud.impl.CloudBreakerServiceLocalImpl
 
create(String, Locale) - Method in class org.noear.solon.cloud.impl.CloudI18nBundleFactory
 
create(String) - Method in class org.noear.solon.cloud.impl.CloudLoadBalanceFactory
创建负载均衡
create(String, String) - Method in class org.noear.solon.cloud.impl.CloudLoadBalanceFactory
创建负载均衡
create(String, String) - Method in interface org.noear.solon.cloud.service.CloudIdServiceFactory
创建云端Id服务
create() - Method in interface org.noear.solon.cloud.service.CloudIdServiceFactory
创建云端Id服务
created() - Method in class org.noear.solon.cloud.model.Event
获取创建时间
created(long) - Method in class org.noear.solon.cloud.model.Event
设置创建时间

D

delete(String, String) - Method in interface org.noear.solon.cloud.service.CloudFileService
删除文件
delete(String) - Method in interface org.noear.solon.cloud.service.CloudFileService
删除文件
deleteBatch(String, Collection<String>) - Method in interface org.noear.solon.cloud.service.CloudFileService
批量删除文件
deleteBatch(Collection<String>) - Method in interface org.noear.solon.cloud.service.CloudFileService
批量删除文件
deregister(String, Instance) - Method in interface org.noear.solon.cloud.service.CloudDiscoveryService
注销服务实例
deregister(String, Instance) - Method in class org.noear.solon.cloud.service.CloudDiscoveryServiceProxy
 
discovery() - Static method in class org.noear.solon.cloud.CloudClient
获取 云端发现服务
Discovery - Class in org.noear.solon.cloud.model
发现模型
Discovery(String, String) - Constructor for class org.noear.solon.cloud.model.Discovery
 
discoveryPush() - Static method in class org.noear.solon.cloud.CloudClient
云端发现服务,推送本地服务(即注册)
discoveryService() - Static method in class org.noear.solon.cloud.CloudManager
 
DiscoveryUtils - Class in org.noear.solon.cloud.utils
发现辐助工具
DiscoveryUtils() - Constructor for class org.noear.solon.cloud.utils.DiscoveryUtils
 
doBuild(Class<?>, BeanWrap, CloudConfig) - Method in class org.noear.solon.cloud.impl.CloudConfigBeanBuilder
 
doBuild(Class<?>, BeanWrap, CloudEvent) - Method in class org.noear.solon.cloud.impl.CloudEventBeanBuilder
 
doBuild(Class<?>, BeanWrap, CloudJob) - Method in class org.noear.solon.cloud.impl.CloudJobBeanBuilder
 
doExtract(BeanWrap, Method, CloudJob) - Method in class org.noear.solon.cloud.impl.CloudJobBeanExtractor
 
doFill(Object, CloudConfig) - Method in class org.noear.solon.cloud.impl.CloudConfigBeanInjector
 
doFilter(Invocation) - Method in class org.noear.solon.cloud.trace.NamiTraceFilter
 
doInject(VarHolder, CloudConfig) - Method in class org.noear.solon.cloud.impl.CloudConfigBeanInjector
 
doIntercept(Event, CloudEventHandler) - Method in interface org.noear.solon.cloud.CloudEventInterceptor
 
doIntercept(Job, CloudJobHandler) - Method in interface org.noear.solon.cloud.CloudJobInterceptor
 
doIntercept(Invocation) - Method in class org.noear.solon.cloud.impl.CloudBreakerInterceptor
 

E

enableBreaker() - Static method in class org.noear.solon.cloud.CloudClient
是否启用 @CloudBreaker 注解
enableBreaker(boolean) - Static method in class org.noear.solon.cloud.CloudClient
配置:是否启用 @CloudBreaker 注解
enableConfig() - Static method in class org.noear.solon.cloud.CloudClient
是否启用 @CloudConfig 注解
enableConfig(boolean) - Static method in class org.noear.solon.cloud.CloudClient
配置:是否启用 @CloudConfig 注解
enableEvent() - Static method in class org.noear.solon.cloud.CloudClient
是否启用 @CloudEvent 注解
enableEvent(boolean) - Static method in class org.noear.solon.cloud.CloudClient
配置:是否启用 @CloudEvent 注解
enableJob() - Static method in class org.noear.solon.cloud.CloudClient
是否启用 @CloudJob 注解
enableJob(boolean) - Static method in class org.noear.solon.cloud.CloudClient
配置:是否启用 @CloudJob 注解
enter() - Method in interface org.noear.solon.cloud.model.BreakerEntry
进入
entry(String) - Method in class org.noear.solon.cloud.impl.CloudBreakerServiceLocalImpl
 
entry(String) - Method in interface org.noear.solon.cloud.service.CloudBreakerService
获取入口
event() - Static method in class org.noear.solon.cloud.CloudClient
获取 云端事件服务
Event - Class in org.noear.solon.cloud.model
事件模型
Event() - Constructor for class org.noear.solon.cloud.model.Event
 
Event(String, String) - Constructor for class org.noear.solon.cloud.model.Event
 
eventHandlerMap - Static variable in class org.noear.solon.cloud.CloudManager
 
eventInterceptor() - Static method in class org.noear.solon.cloud.CloudManager
事件拦截器(仅内部使用)
EventLevel - Enum in org.noear.solon.cloud.annotation
云端事件级别
EventObserver - Class in org.noear.solon.cloud.model
云端事件主题观察者(可以添加多个处理,用于二级分发)
EventObserver(EventLevel, String, String, String, int) - Constructor for class org.noear.solon.cloud.model.EventObserver
 
EventObserverMap - Class in org.noear.solon.cloud.model
云端事件主题观察者 映射字典
EventObserverMap(EventObserver) - Constructor for class org.noear.solon.cloud.model.EventObserverMap
 
eventService() - Static method in class org.noear.solon.cloud.CloudManager
 
EventTran - Class in org.noear.solon.cloud.model
事件事务
EventTran() - Constructor for class org.noear.solon.cloud.model.EventTran
 
EventTranListener - Interface in org.noear.solon.cloud.model
事件事务监听器
exists(String, String) - Method in interface org.noear.solon.cloud.service.CloudFileService
是否存在
exists(String) - Method in interface org.noear.solon.cloud.service.CloudFileService
是否存在
ExpirationUtils - Class in org.noear.solon.cloud.utils
 
ExpirationUtils() - Constructor for class org.noear.solon.cloud.utils.ExpirationUtils
 

F

Fallback<T> - Interface in org.noear.solon.cloud.fallback
应急计划(降级处理)
fallback(Invocation, BreakerException) - Method in interface org.noear.solon.cloud.fallback.Fallback
应急处理
fallback(Invocation, BreakerException) - Method in class org.noear.solon.cloud.fallback.FallbackThrow
 
FallbackThrow - Class in org.noear.solon.cloud.fallback
应急计划(降级处理)默认实现
FallbackThrow() - Constructor for class org.noear.solon.cloud.fallback.FallbackThrow
 
file() - Static method in class org.noear.solon.cloud.CloudClient
获取 云端文件服务
fileService() - Static method in class org.noear.solon.cloud.CloudManager
 
find(String, String) - Method in interface org.noear.solon.cloud.service.CloudDiscoveryService
查询服务实例列表
find(String, String) - Method in class org.noear.solon.cloud.service.CloudDiscoveryServiceProxy
 
findServices(String) - Method in interface org.noear.solon.cloud.service.CloudDiscoveryService
查询服务列表
findServices(String) - Method in class org.noear.solon.cloud.service.CloudDiscoveryServiceProxy
 
forEach(BiConsumer<String, CloudLoadBalance>) - Method in class org.noear.solon.cloud.impl.CloudLoadBalanceFactory
负载均衡遍历

G

generate() - Method in interface org.noear.solon.cloud.service.CloudIdService
生成
get(String) - Method in interface org.noear.solon.cloud.impl.CloudEventServiceManager
获取事件服务
get(String) - Method in class org.noear.solon.cloud.impl.CloudEventServiceManagerImpl
获取事件服务
get(String) - Method in class org.noear.solon.cloud.impl.CloudI18nBundle
 
get(String) - Method in class org.noear.solon.cloud.impl.CloudLoadBalanceFactory
获取负载均衡
get(String, String) - Method in class org.noear.solon.cloud.impl.CloudLoadBalanceFactory
获取负载均衡
get(String, String) - Method in interface org.noear.solon.cloud.service.CloudFileService
获取文件
get(String) - Method in interface org.noear.solon.cloud.service.CloudFileService
获取文件
getAccessKey() - Method in class org.noear.solon.cloud.CloudProps
 
getAlarm() - Method in class org.noear.solon.cloud.CloudProps
 
getByTopic(String) - Method in class org.noear.solon.cloud.service.CloudEventObserverManger
获取事件处理
getByTopicAndTag(String, String) - Method in class org.noear.solon.cloud.service.CloudEventObserverManger
获取事件处理(支持 tag)
getChannel() - Method in interface org.noear.solon.cloud.service.CloudEventServicePlus
获取通道配置
getConfigEnable() - Method in class org.noear.solon.cloud.CloudProps
 
getConfigLoad() - Method in class org.noear.solon.cloud.CloudProps
 
getConfigRefreshInterval(String) - Method in class org.noear.solon.cloud.CloudProps
 
getConfigServer() - Method in class org.noear.solon.cloud.CloudProps
 
getContext() - Method in interface org.noear.solon.cloud.model.Job
获取上下文
getContext() - Method in class org.noear.solon.cloud.model.JobImpl
获取上下文
getCron7x() - Method in interface org.noear.solon.cloud.model.Job
获取计划表达式
getCron7x() - Method in class org.noear.solon.cloud.model.JobHolder
获取计划表达式
getCron7x() - Method in class org.noear.solon.cloud.model.JobImpl
获取计划表达式
getData() - Method in class org.noear.solon.cloud.model.Pack
 
getDefaultLevel() - Method in class org.noear.solon.cloud.impl.CloudLogAppender
 
getDescription() - Method in interface org.noear.solon.cloud.model.Job
获取描述
getDescription() - Method in class org.noear.solon.cloud.model.JobHolder
获取描述
getDescription() - Method in class org.noear.solon.cloud.model.JobImpl
获取描述
getDiscovery() - Method in class org.noear.solon.cloud.impl.CloudLoadBalance
服务发现数据
getDiscoveryClusterName() - Method in class org.noear.solon.cloud.CloudProps
 
getDiscoveryEnable() - Method in class org.noear.solon.cloud.CloudProps
 
getDiscoveryHealthCheckInterval(String) - Method in class org.noear.solon.cloud.CloudProps
 
getDiscoveryRefreshInterval(String) - Method in class org.noear.solon.cloud.CloudProps
 
getDiscoveryServer() - Method in class org.noear.solon.cloud.CloudProps
 
getDiscoveryTags() - Method in class org.noear.solon.cloud.CloudProps
Deprecated.
getEventAccessKey() - Method in class org.noear.solon.cloud.CloudProps
 
getEventBroker() - Method in class org.noear.solon.cloud.CloudProps
 
getEventChannel() - Method in class org.noear.solon.cloud.CloudProps
 
getEventClientProps() - Method in class org.noear.solon.cloud.CloudProps
 
getEventConsumerProps() - Method in class org.noear.solon.cloud.CloudProps
 
getEventEnable() - Method in class org.noear.solon.cloud.CloudProps
 
getEventGroup() - Method in class org.noear.solon.cloud.CloudProps
 
getEventInterceptor() - Method in interface org.noear.solon.cloud.impl.CloudEventServiceManager
获取事件拦截器
getEventInterceptor() - Method in class org.noear.solon.cloud.impl.CloudEventServiceManagerImpl
获取拦截器
getEventPassword() - Method in class org.noear.solon.cloud.CloudProps
 
getEventPrefetchCount() - Method in class org.noear.solon.cloud.CloudProps
 
getEventProducerProps() - Method in class org.noear.solon.cloud.CloudProps
 
getEventPublishTimeout() - Method in class org.noear.solon.cloud.CloudProps
 
getEventPublishTimeout(long) - Method in class org.noear.solon.cloud.CloudProps
 
getEventSecretKey() - Method in class org.noear.solon.cloud.CloudProps
 
getEventServer() - Method in class org.noear.solon.cloud.CloudProps
 
getEventUsername() - Method in class org.noear.solon.cloud.CloudProps
 
getExpiration(int) - Static method in class org.noear.solon.cloud.utils.ExpirationUtils
 
getFileAccessKey() - Method in class org.noear.solon.cloud.CloudProps
 
getFileBucket() - Method in class org.noear.solon.cloud.CloudProps
 
getFileEnable() - Method in class org.noear.solon.cloud.CloudProps
 
getFileEndpoint() - Method in class org.noear.solon.cloud.CloudProps
 
getFilePassword() - Method in class org.noear.solon.cloud.CloudProps
 
getFileRegionId() - Method in class org.noear.solon.cloud.CloudProps
 
getFileSecretKey() - Method in class org.noear.solon.cloud.CloudProps
 
getFileUsername() - Method in class org.noear.solon.cloud.CloudProps
 
getFromId() - Method in class org.noear.solon.cloud.impl.CloudTraceServiceImpl
 
getFromId() - Method in interface org.noear.solon.cloud.service.CloudTraceService
获取来源标识(service@address:port)
getGroup() - Method in class org.noear.solon.cloud.impl.CloudLoadBalance
服务组
getGroup() - Method in class org.noear.solon.cloud.model.EventObserver
 
getGroup() - Method in interface org.noear.solon.cloud.service.CloudEventServicePlus
获取默认分组配置(即给所有的发送和订阅加上分组)
getHolder(String, String) - Method in interface org.noear.solon.cloud.service.CloudLockService
获取持有人
getHolder(String) - Method in interface org.noear.solon.cloud.service.CloudLockService
获取持有人
getI18nDefault() - Method in class org.noear.solon.cloud.CloudProps
 
getI18nEnable() - Method in class org.noear.solon.cloud.CloudProps
 
getId() - Method in class org.noear.solon.cloud.model.EventTran
获取事务Id
getIdEnable() - Method in class org.noear.solon.cloud.CloudProps
 
getIdStart() - Method in class org.noear.solon.cloud.CloudProps
 
getInterval(String) - Static method in class org.noear.solon.cloud.utils.IntervalUtils
获取简隔时间
getJobEnable() - Method in class org.noear.solon.cloud.CloudProps
 
getJobInterceptors() - Method in interface org.noear.solon.cloud.impl.CloudJobServiceManager
获取任务拦截器
getJobInterceptors() - Method in class org.noear.solon.cloud.impl.CloudJobServiceManagerImpl
获取任务拦截器
getJobServer() - Method in class org.noear.solon.cloud.CloudProps
 
getLang() - Method in class org.noear.solon.cloud.model.Pack
 
getLevel() - Method in class org.noear.solon.cloud.model.EventObserver
 
getListEnable() - Method in class org.noear.solon.cloud.CloudProps
 
getListener(Class<T>) - Method in class org.noear.solon.cloud.model.EventTran
获取监听器
getLocalAddress() - Static method in class org.noear.solon.cloud.utils.LocalUtils
获取本地地址
getLocale() - Method in class org.noear.solon.cloud.model.Pack
 
getLockEnable() - Method in class org.noear.solon.cloud.CloudProps
 
getLockServer() - Method in class org.noear.solon.cloud.CloudProps
 
getLogDefault() - Method in class org.noear.solon.cloud.CloudProps
 
getLogEnable() - Method in class org.noear.solon.cloud.CloudProps
 
getLogServer() - Method in class org.noear.solon.cloud.CloudProps
 
getMetricEnable() - Method in class org.noear.solon.cloud.CloudProps
 
getName() - Method in interface org.noear.solon.cloud.model.Job
获取任务
getName() - Method in class org.noear.solon.cloud.model.JobHolder
获取任务
getName() - Method in class org.noear.solon.cloud.model.JobImpl
获取任务
getNamespace() - Method in class org.noear.solon.cloud.CloudProps
 
getOrThrow(String) - Method in interface org.noear.solon.cloud.impl.CloudEventServiceManager
获取事件服务,如果没有则异常
getOrThrow(String) - Method in class org.noear.solon.cloud.impl.CloudEventServiceManagerImpl
获取事件服务,如果没有则异常
getPassword() - Method in class org.noear.solon.cloud.CloudProps
 
getProp() - Method in class org.noear.solon.cloud.CloudProps
获取所有属性
getProp(String) - Method in class org.noear.solon.cloud.CloudProps
获取所有某一块属性
getQos() - Method in class org.noear.solon.cloud.model.EventObserver
 
getSecretKey() - Method in class org.noear.solon.cloud.CloudProps
 
getServer() - Method in class org.noear.solon.cloud.CloudProps
 
getServer(int) - Method in class org.noear.solon.cloud.impl.CloudLoadBalance
 
getServer(Discovery, int) - Method in interface org.noear.solon.cloud.impl.CloudLoadStrategy
获取服务地址
getServer(Discovery, int) - Method in class org.noear.solon.cloud.impl.CloudLoadStrategyDefault
 
getServer(Discovery, int) - Method in class org.noear.solon.cloud.impl.CloudLoadStrategyIpHash
 
getService() - Method in class org.noear.solon.cloud.impl.CloudLoadBalance
服务名
getTag() - Method in class org.noear.solon.cloud.model.EventObserver
 
getTags() - Method in class org.noear.solon.cloud.model.EventObserverMap
获取所有标签
getTagsByLevel(EventLevel) - Method in class org.noear.solon.cloud.model.EventObserverMap
获取所有标签,根据 eventLevel 过滤
getTarget() - Method in class org.noear.solon.cloud.proxy.CloudConfigHandlerProxy
 
getTarget() - Method in class org.noear.solon.cloud.proxy.CloudEventHandlerProxy
 
getTarget() - Method in class org.noear.solon.cloud.proxy.CloudJobHandlerBeanProxy
 
getTempUrl(String, String, Duration) - Method in interface org.noear.solon.cloud.service.CloudFileService
获取文件临时地址
getTempUrl(String, Duration) - Method in interface org.noear.solon.cloud.service.CloudFileService
获取文件临时地址
getTempUrl(String, String, Date) - Method in interface org.noear.solon.cloud.service.CloudFileService
获取文件临时地址
getTempUrl(String, Date) - Method in interface org.noear.solon.cloud.service.CloudFileService
获取文件临时地址
getToken() - Method in class org.noear.solon.cloud.CloudProps
 
getTopic() - Method in class org.noear.solon.cloud.model.EventObserver
 
getTraceEnable() - Method in class org.noear.solon.cloud.CloudProps
 
getTraceExclude() - Method in class org.noear.solon.cloud.CloudProps
 
getTraceId() - Method in class org.noear.solon.cloud.impl.CloudTraceServiceImpl
 
getTraceId() - Method in interface org.noear.solon.cloud.service.CloudTraceService
获取跟踪标识
getUsername() - Method in class org.noear.solon.cloud.CloudProps
 
getValue(String) - Method in class org.noear.solon.cloud.CloudProps
获取值
getValue(String, String) - Method in class org.noear.solon.cloud.CloudProps
 
group() - Method in class org.noear.solon.cloud.model.Config
获取分组
group() - Method in class org.noear.solon.cloud.model.Discovery
获取分组
group() - Method in class org.noear.solon.cloud.model.Event
获取分组
group(String) - Method in class org.noear.solon.cloud.model.Event
设置分组
group - Variable in class org.noear.solon.cloud.service.CloudConfigObserverEntity
 
group - Variable in class org.noear.solon.cloud.service.CloudDiscoveryObserverEntity
 

H

handle(Config) - Method in interface org.noear.solon.cloud.CloudConfigHandler
 
handle(Discovery) - Method in interface org.noear.solon.cloud.CloudDiscoveryHandler
 
handle(Event) - Method in interface org.noear.solon.cloud.CloudEventHandler
处理
handle(Context) - Method in interface org.noear.solon.cloud.CloudJobHandler
 
handle(Context) - Method in class org.noear.solon.cloud.CloudJobHandlerChain
 
handle(Event) - Method in class org.noear.solon.cloud.model.EventObserver
处理
handle(Context) - Method in class org.noear.solon.cloud.model.JobHolder
::起到代理作用,从而附加能力
handle(Config) - Method in class org.noear.solon.cloud.proxy.CloudConfigHandlerProxy
 
handle(Event) - Method in class org.noear.solon.cloud.proxy.CloudEventHandlerProxy
 
handle(Context) - Method in class org.noear.solon.cloud.proxy.CloudJobHandlerBeanProxy
 
handle(Context) - Method in class org.noear.solon.cloud.proxy.CloudJobHandlerMethodProxy
 
handle(Config) - Method in class org.noear.solon.cloud.service.CloudConfigObserverEntity
 
handle(Discovery) - Method in class org.noear.solon.cloud.service.CloudDiscoveryObserverEntity
 
handler - Variable in class org.noear.solon.cloud.service.CloudConfigObserverEntity
 
handler - Variable in class org.noear.solon.cloud.service.CloudDiscoveryObserverEntity
 
HEADER_FROM_ID_NAME() - Method in class org.noear.solon.cloud.impl.CloudTraceServiceImpl
 
HEADER_FROM_ID_NAME() - Method in interface org.noear.solon.cloud.service.CloudTraceService
FromId 头名称
HEADER_TRACE_ID_NAME() - Method in class org.noear.solon.cloud.impl.CloudTraceServiceImpl
 
HEADER_TRACE_ID_NAME() - Method in interface org.noear.solon.cloud.service.CloudTraceService
TraceId 头名称
host() - Method in class org.noear.solon.cloud.model.Instance
服务主机
HttpTraceExtension - Class in org.noear.solon.cloud.trace
Http 跟踪扩展
HttpTraceExtension() - Constructor for class org.noear.solon.cloud.trace.HttpTraceExtension
 

I

i18n() - Static method in class org.noear.solon.cloud.CloudClient
获取 云端国际化服务
i18nService() - Static method in class org.noear.solon.cloud.CloudManager
 
id() - Static method in class org.noear.solon.cloud.CloudClient
获取 云端ID服务
idService(String, String) - Static method in class org.noear.solon.cloud.CloudClient
获取 云端ID服务
idServiceDef() - Static method in class org.noear.solon.cloud.CloudManager
 
idServiceFactory() - Static method in class org.noear.solon.cloud.CloudManager
 
inList(String, String, String) - Method in interface org.noear.solon.cloud.service.CloudListService
在名单列表中
inListOfClientAndServerIp(String) - Method in interface org.noear.solon.cloud.service.CloudListService
在IP名单列表中
inListOfClientIp(String) - Method in interface org.noear.solon.cloud.service.CloudListService
在IP名单列表中
inListOfDomain(String, String) - Method in interface org.noear.solon.cloud.service.CloudListService
在域名单列表中
inListOfIp(String, String) - Method in interface org.noear.solon.cloud.service.CloudListService
在IP名单列表中
inListOfMobile(String, String) - Method in interface org.noear.solon.cloud.service.CloudListService
在手机名单列表中
inListOfServerIp(String) - Method in interface org.noear.solon.cloud.service.CloudListService
在IP名单列表中
inListOfServerToken(String) - Method in interface org.noear.solon.cloud.service.CloudListService
在Token名单列表中
inListOfToken(String, String) - Method in interface org.noear.solon.cloud.service.CloudListService
在令牌名单列表中
Instance - Class in org.noear.solon.cloud.model
服务节点模型
Instance() - Constructor for class org.noear.solon.cloud.model.Instance
用于序列化
Instance(String, String, int) - Constructor for class org.noear.solon.cloud.model.Instance
 
instanceAdd(Instance) - Method in class org.noear.solon.cloud.model.Discovery
添加集群实例节点
instanceGet(int, int) - Method in class org.noear.solon.cloud.model.Discovery
获取集群实例节点
IntervalUtils - Class in org.noear.solon.cloud.utils
时间间隔转换工具
IntervalUtils() - Constructor for class org.noear.solon.cloud.utils.IntervalUtils
 
isLocked(String, String) - Method in interface org.noear.solon.cloud.service.CloudLockService
检测是否存在锁
isLocked(String) - Method in interface org.noear.solon.cloud.service.CloudLockService
检测是否存在锁
isRegistered(String) - Method in class org.noear.solon.cloud.impl.CloudJobServiceManagerImpl
是否已注册
isRegistered(String) - Method in interface org.noear.solon.cloud.service.CloudJobService
是否已注册

J

job() - Static method in class org.noear.solon.cloud.CloudClient
获取 云端Job服务
Job - Interface in org.noear.solon.cloud.model
 
JobHolder - Class in org.noear.solon.cloud.model
任务处理实体
JobHolder(String, String, String, CloudJobHandler) - Constructor for class org.noear.solon.cloud.model.JobHolder
 
JobImpl - Class in org.noear.solon.cloud.model
 
JobImpl(JobHolder, Context) - Constructor for class org.noear.solon.cloud.model.JobImpl
 
jobInterceptors() - Static method in class org.noear.solon.cloud.CloudManager
任务拦截器(仅内部使用)
jobService() - Static method in class org.noear.solon.cloud.CloudManager
 

K

key() - Method in class org.noear.solon.cloud.model.Config
获取配置键
key() - Method in class org.noear.solon.cloud.model.Event
获取事件键
key(String) - Method in class org.noear.solon.cloud.model.Event
设置事件键
key - Variable in class org.noear.solon.cloud.service.CloudConfigObserverEntity
 

L

list() - Static method in class org.noear.solon.cloud.CloudClient
获取 云端名单列表服务
listService() - Static method in class org.noear.solon.cloud.CloudManager
 
loadBalance() - Static method in class org.noear.solon.cloud.CloudClient
获取 负载均衡工厂
loadBalance() - Static method in class org.noear.solon.cloud.CloudManager
获取负载均衡
loadStrategy() - Static method in class org.noear.solon.cloud.CloudClient
获取 负载策略
loadStrategy() - Static method in class org.noear.solon.cloud.CloudManager
获取负载策略
local() - Static method in class org.noear.solon.cloud.model.Instance
 
LocalDiscoveryResolver - Class in org.noear.solon.cloud.impl
本地发现解析器
LocalDiscoveryResolver() - Constructor for class org.noear.solon.cloud.impl.LocalDiscoveryResolver
 
locale() - Method in class org.noear.solon.cloud.impl.CloudI18nBundle
 
localNew(Signal) - Static method in class org.noear.solon.cloud.model.Instance
 
LocalUtils - Class in org.noear.solon.cloud.utils
本地地址工具(获取本地IP)
LocalUtils() - Constructor for class org.noear.solon.cloud.utils.LocalUtils
 
lock() - Static method in class org.noear.solon.cloud.CloudClient
获取 云端锁服务
lockService() - Static method in class org.noear.solon.cloud.CloudManager
 
log() - Static method in class org.noear.solon.cloud.CloudClient
获取 云端日志服务
LOG_DEFAULT_LOGGER - Static variable in class org.noear.solon.cloud.CloudProps
 
logService() - Static method in class org.noear.solon.cloud.CloudManager
 

M

Media - Class in org.noear.solon.cloud.model
媒体
Media(InputStream, String) - Constructor for class org.noear.solon.cloud.model.Media
 
Media(InputStream, String, long) - Constructor for class org.noear.solon.cloud.model.Media
 
Media(InputStream) - Constructor for class org.noear.solon.cloud.model.Media
 
Media(byte[], String) - Constructor for class org.noear.solon.cloud.model.Media
 
Media(byte[]) - Constructor for class org.noear.solon.cloud.model.Media
 
Media(String, String) - Constructor for class org.noear.solon.cloud.model.Media
 
Media(String) - Constructor for class org.noear.solon.cloud.model.Media
 
meta() - Method in class org.noear.solon.cloud.model.Event
元信息
meta() - Method in class org.noear.solon.cloud.model.Instance
 
metaGet(String) - Method in class org.noear.solon.cloud.model.Instance
 
metaPut(String, String) - Method in class org.noear.solon.cloud.model.Event
元信息推出
metaPut(String, String) - Method in class org.noear.solon.cloud.model.Instance
 
metaPutAll(Map<String, String>) - Method in class org.noear.solon.cloud.model.Instance
 
metaPutAll(Iterable<KeyValues<String>>) - Method in class org.noear.solon.cloud.model.Instance
 
metaRemove(String) - Method in class org.noear.solon.cloud.model.Instance
 
metric() - Static method in class org.noear.solon.cloud.CloudClient
获取 云端度量服务
metricService() - Static method in class org.noear.solon.cloud.CloudManager
 

N

NamiTraceFilter - Class in org.noear.solon.cloud.trace
Nami 跟踪过滤器
NamiTraceFilter() - Constructor for class org.noear.solon.cloud.trace.NamiTraceFilter
 
newTran() - Method in interface org.noear.solon.cloud.service.CloudEventService
新建事务
newTranAndJoin() - Method in interface org.noear.solon.cloud.service.CloudEventService
新建事务并加入`@Tran`注解管理

O

onCommit() - Method in interface org.noear.solon.cloud.model.EventTranListener
事务提交时
onInit(HttpUtils, String) - Method in class org.noear.solon.cloud.trace.HttpTraceExtension
 
onRollback() - Method in interface org.noear.solon.cloud.model.EventTranListener
事务回滚时
org.noear.solon.cloud - package org.noear.solon.cloud
 
org.noear.solon.cloud.annotation - package org.noear.solon.cloud.annotation
 
org.noear.solon.cloud.exception - package org.noear.solon.cloud.exception
 
org.noear.solon.cloud.fallback - package org.noear.solon.cloud.fallback
 
org.noear.solon.cloud.impl - package org.noear.solon.cloud.impl
 
org.noear.solon.cloud.integration - package org.noear.solon.cloud.integration
 
org.noear.solon.cloud.model - package org.noear.solon.cloud.model
 
org.noear.solon.cloud.proxy - package org.noear.solon.cloud.proxy
 
org.noear.solon.cloud.service - package org.noear.solon.cloud.service
 
org.noear.solon.cloud.trace - package org.noear.solon.cloud.trace
 
org.noear.solon.cloud.utils - package org.noear.solon.cloud.utils
 

P

Pack - Class in org.noear.solon.cloud.model
数据包
Pack(Locale) - Constructor for class org.noear.solon.cloud.model.Pack
 
policy() - Method in class org.noear.solon.cloud.model.Discovery
获取策略
policy(String) - Method in class org.noear.solon.cloud.model.Discovery
设置策略
port() - Method in class org.noear.solon.cloud.model.Instance
服务端口
PREFIX_config - Static variable in class org.noear.solon.cloud.CloudProps
 
PREFIX_discovery - Static variable in class org.noear.solon.cloud.CloudProps
 
PREFIX_event - Static variable in class org.noear.solon.cloud.CloudProps
 
PREFIX_file - Static variable in class org.noear.solon.cloud.CloudProps
 
PREFIX_i18n - Static variable in class org.noear.solon.cloud.CloudProps
 
PREFIX_id - Static variable in class org.noear.solon.cloud.CloudProps
 
PREFIX_job - Static variable in class org.noear.solon.cloud.CloudProps
 
PREFIX_list - Static variable in class org.noear.solon.cloud.CloudProps
 
PREFIX_lock - Static variable in class org.noear.solon.cloud.CloudProps
 
PREFIX_log - Static variable in class org.noear.solon.cloud.CloudProps
 
PREFIX_metric - Static variable in class org.noear.solon.cloud.CloudProps
 
PREFIX_properties - Static variable in class org.noear.solon.cloud.CloudProps
 
PREFIX_trace - Static variable in class org.noear.solon.cloud.CloudProps
 
prestop() - Method in class org.noear.solon.cloud.integration.CloudPlugin
 
protocol() - Method in class org.noear.solon.cloud.model.Instance
协议(http, ws, tcp...)
protocol(String) - Method in class org.noear.solon.cloud.model.Instance
 
publish(Event) - Method in class org.noear.solon.cloud.impl.CloudEventServiceManagerImpl
发布事件
publish(Event) - Method in interface org.noear.solon.cloud.service.CloudEventService
发布事件
pull(String, String) - Method in interface org.noear.solon.cloud.service.CloudConfigService
拉取配置
pull(String) - Method in interface org.noear.solon.cloud.service.CloudConfigService
拉取配置
pull(String, String, Locale) - Method in interface org.noear.solon.cloud.service.CloudI18nService
拉取语言包
push(String, String, String) - Method in interface org.noear.solon.cloud.service.CloudConfigService
推送配置
push(String, String) - Method in interface org.noear.solon.cloud.service.CloudConfigService
推送配置
put(String, String, Media) - Method in interface org.noear.solon.cloud.service.CloudFileService
推入文件
put(String, Media) - Method in interface org.noear.solon.cloud.service.CloudFileService
推入文件

Q

qos() - Method in class org.noear.solon.cloud.model.Event
获取质量:0 只发一次;1 最少发一次;2 发一次并且不重复;(兼容mqtt,kafka)
qos(int) - Method in class org.noear.solon.cloud.model.Event
设置质量

R

register(CloudLoadStrategy) - Static method in class org.noear.solon.cloud.CloudManager
设置负载策略
register(CloudConfig, CloudConfigHandler) - Static method in class org.noear.solon.cloud.CloudManager
登记配置订阅
register(CloudEvent, CloudEventHandler) - Static method in class org.noear.solon.cloud.CloudManager
登记事件订阅
register(CloudBreakerService) - Static method in class org.noear.solon.cloud.CloudManager
登记断路器服务
register(CloudConfigService) - Static method in class org.noear.solon.cloud.CloudManager
登记配置服务
register(CloudDiscoveryService) - Static method in class org.noear.solon.cloud.CloudManager
登记注册与发现服务
register(CloudEventServicePlus) - Static method in class org.noear.solon.cloud.CloudManager
登记事件服务
register(CloudLockService) - Static method in class org.noear.solon.cloud.CloudManager
登记锁服务
register(CloudLogService) - Static method in class org.noear.solon.cloud.CloudManager
登记日志服务
register(CloudListService) - Static method in class org.noear.solon.cloud.CloudManager
登记列表服务
register(CloudFileService) - Static method in class org.noear.solon.cloud.CloudManager
登记文件服务
register(CloudI18nService) - Static method in class org.noear.solon.cloud.CloudManager
登记国际化服务
register(CloudTraceService) - Static method in class org.noear.solon.cloud.CloudManager
登记链路跟踪服务
register(CloudMetricService) - Static method in class org.noear.solon.cloud.CloudManager
登记度量服务
register(CloudJobService) - Static method in class org.noear.solon.cloud.CloudManager
登记任务服务
register(CloudIdServiceFactory) - Static method in class org.noear.solon.cloud.CloudManager
登记ID生成工厂
register(int, CloudJobInterceptor) - Static method in class org.noear.solon.cloud.CloudManager
登记Job拦截器
register(CloudEventServicePlus) - Method in interface org.noear.solon.cloud.impl.CloudEventServiceManager
注册事件服务
register(CloudEventServicePlus) - Method in class org.noear.solon.cloud.impl.CloudEventServiceManagerImpl
注册事件服务
register(String, String, String, CloudJobHandler) - Method in class org.noear.solon.cloud.impl.CloudJobServiceManagerImpl
注册任务
register(String, String, Discovery) - Method in class org.noear.solon.cloud.impl.CloudLoadBalanceFactory
注册负载均衡
register(String) - Static method in class org.noear.solon.cloud.impl.LocalDiscoveryResolver
注册到负载器工厂
register(String, Instance) - Method in interface org.noear.solon.cloud.service.CloudDiscoveryService
注册服务实例
register(String, Instance) - Method in class org.noear.solon.cloud.service.CloudDiscoveryServiceProxy
 
register(String, String, String, CloudJobHandler) - Method in interface org.noear.solon.cloud.service.CloudJobService
注册任务
register(CloudMetricService) - Method in class org.noear.solon.cloud.service.CloudMetricServiceManager
 
register() - Static method in class org.noear.solon.cloud.trace.HttpTraceExtension
注册扩展
register() - Static method in class org.noear.solon.cloud.trace.NamiTraceFilter
注册过滤器
registerState(String, Instance, boolean) - Method in interface org.noear.solon.cloud.service.CloudDiscoveryService
注册服务实例
registerState(String, Instance, boolean) - Method in class org.noear.solon.cloud.service.CloudDiscoveryServiceProxy
 
remove(String, String) - Method in interface org.noear.solon.cloud.service.CloudConfigService
移除配置
remove(String) - Method in interface org.noear.solon.cloud.service.CloudConfigService
移除配置
reset(int) - Method in class org.noear.solon.cloud.model.BreakerEntrySim
重置阀值
resolve() - Static method in class org.noear.solon.cloud.impl.LocalDiscoveryResolver
解析
retained() - Method in class org.noear.solon.cloud.model.Event
是否保留的:是否保留最后一条(兼容mqtt)
retained(boolean) - Method in class org.noear.solon.cloud.model.Event
设置保留的
rollback() - Method in class org.noear.solon.cloud.model.EventTran
事务回滚

S

scheduled() - Method in class org.noear.solon.cloud.model.Event
获取预定执行时间(派发时专用)
scheduled(Date) - Method in class org.noear.solon.cloud.model.Event
设置预定执行时间
service() - Method in class org.noear.solon.cloud.model.Discovery
获取服务名
service() - Method in class org.noear.solon.cloud.model.Instance
服务名;实例化后不能修改
service - Variable in class org.noear.solon.cloud.service.CloudDiscoveryObserverEntity
 
serviceAndAddress() - Method in class org.noear.solon.cloud.model.Instance
 
setData(Props) - Method in class org.noear.solon.cloud.model.Pack
 
setListener(EventTranListener) - Method in class org.noear.solon.cloud.model.EventTran
设置监听器
setLocalTraceId(String) - Method in class org.noear.solon.cloud.impl.CloudTraceServiceImpl
 
setLocalTraceId(String) - Method in interface org.noear.solon.cloud.service.CloudTraceService
设置当前线程的跟踪标识
setStrategy(CloudLoadStrategy) - Static method in class org.noear.solon.cloud.impl.CloudLoadBalance
setValue(String, String) - Method in class org.noear.solon.cloud.CloudProps
设置值
size() - Method in class org.noear.solon.cloud.service.CloudMetricServiceManager
 
start(AppContext) - Method in class org.noear.solon.cloud.integration.CloudPlugin
 

T

tagObserver(String) - Method in class org.noear.solon.cloud.model.EventObserverMap
标签关注者
tagObserverIfAbsent(String, Function<String, EventObserver>) - Method in class org.noear.solon.cloud.model.EventObserverMap
标签关注者补缺并获取
tags() - Method in class org.noear.solon.cloud.model.Event
获取检索标签
tags(String) - Method in class org.noear.solon.cloud.model.Event
设置检索标签
tags() - Method in class org.noear.solon.cloud.model.Instance
 
tagsAdd(String) - Method in class org.noear.solon.cloud.model.Instance
 
tagsAddAll(Collection<String>) - Method in class org.noear.solon.cloud.model.Instance
 
times() - Method in class org.noear.solon.cloud.model.Event
获取已派发次数(接收时专用)
times(int) - Method in class org.noear.solon.cloud.model.Event
设置已派发次数
toBean(Class<T>) - Method in class org.noear.solon.cloud.model.Config
转换为Bean
topic() - Method in class org.noear.solon.cloud.model.Event
获取主题
topicAll() - Method in class org.noear.solon.cloud.service.CloudEventObserverManger
所有主题
topicObserver() - Method in class org.noear.solon.cloud.model.EventObserverMap
主题关注者
topicOf(String) - Method in class org.noear.solon.cloud.service.CloudEventObserverManger
主题映射射
topicSize() - Method in class org.noear.solon.cloud.service.CloudEventObserverManger
主题数量
toProps() - Method in class org.noear.solon.cloud.impl.CloudI18nBundle
 
toProps() - Method in class org.noear.solon.cloud.model.Config
转换为属性格式
toString() - Method in class org.noear.solon.cloud.model.Config
 
toString() - Method in class org.noear.solon.cloud.model.Discovery
 
toString() - Method in class org.noear.solon.cloud.model.Event
 
toString() - Method in class org.noear.solon.cloud.model.Instance
 
trace() - Static method in class org.noear.solon.cloud.CloudClient
获取 云端链路跟踪服务
traceService() - Static method in class org.noear.solon.cloud.CloudManager
 
tran() - Method in class org.noear.solon.cloud.model.Event
获取事务
tran(EventTran) - Method in class org.noear.solon.cloud.model.Event
配置事务
tryLoadAgent(Discovery, String, String) - Static method in class org.noear.solon.cloud.utils.DiscoveryUtils
尝试加载发现代理
tryLock(String, String, int, String) - Method in interface org.noear.solon.cloud.service.CloudLockService
尝试锁
tryLock(String, int, String) - Method in interface org.noear.solon.cloud.service.CloudLockService
尝试锁
tryLock(String, String, int) - Method in interface org.noear.solon.cloud.service.CloudLockService
尝试锁
tryLock(String, int) - Method in interface org.noear.solon.cloud.service.CloudLockService
尝试锁

U

unLock(String, String, String) - Method in interface org.noear.solon.cloud.service.CloudLockService
解锁
unLock(String, String) - Method in interface org.noear.solon.cloud.service.CloudLockService
解锁
unLock(String) - Method in interface org.noear.solon.cloud.service.CloudLockService
解锁
updateValue(String, long) - Method in class org.noear.solon.cloud.model.Config
更新的值与版本号
uri() - Method in class org.noear.solon.cloud.model.Instance
 

V

value() - Method in class org.noear.solon.cloud.model.Config
获取值
valueOf(String) - Static method in enum org.noear.solon.cloud.annotation.EventLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.noear.solon.cloud.annotation.EventLevel
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Method in class org.noear.solon.cloud.model.Config
获取版本号

W

weight() - Method in class org.noear.solon.cloud.model.Instance
 
weight(double) - Method in class org.noear.solon.cloud.model.Instance
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2025. All rights reserved.