跳过导航链接
A B C D E F G H I J K L M N O P Q R S T U V W X _ 

C

cache() - 接口 中的方法bee.cloud.auth.AuthCache
获取缓存
Cache - bee.cloud.cache中的接口
功能说明:缓存操作接口 1) String(字符串)操作 可以对单个字符串进行存、取、删除、设置过期日期操作。
CACHE - 接口 中的静态变量bee.cloud.cache.Cache
 
CACHE - 类 中的静态变量bee.cloud.engine.util.Const
 
Cache.Key - bee.cloud.cache中的类
系统缓存框架使用到的key
Cache.RMessageListener - bee.cloud.cache中的接口
消息监听器
Cache.RSet - bee.cloud.cache中的接口
set集合无序不重复
Cache.Scan<T> - bee.cloud.cache中的类
 
Cache.Stack - bee.cloud.cache中的接口
列表队列
CACHE_CACHE_KEY_USER_PRIFEX - 类 中的静态变量bee.cloud.config.BConfig.Const
用户缓存KEY前缀,分号“;”前表示缓存对应的分组,默认为auth;user:{token}
CACHE_CACHE_KEY_USER_SIGN - 类 中的静态变量bee.cloud.config.BConfig.Const
用户缓存标志,默认@表示取当前用户缓存
CACHE_CACHE_KEY_USER_TIMEOUT - 类 中的静态变量bee.cloud.config.BConfig.Const
用户登录超时时间,默认为40分钟,当用户登录40分钟后示发送后台请求,自动超时
CACHE_KEY$IM_ONLINE_COUNT - 接口 中的静态变量bee.cloud.ri.mq.IM
服务器在线人数统计缓存KEY:im:online:count:{sid}->int
CACHE_KEY$IM_ONLINE_USERS - 接口 中的静态变量bee.cloud.ri.mq.IM
服务器在线用户缓存KEY:im:online:users:{sid}->RSet
CACHE_RESOURCE_KEY - 接口 中的静态变量bee.cloud.auth.AuthCache
资源缓存KEY
CACHE_RESOURCE_URI_KEY - 接口 中的静态变量bee.cloud.auth.AuthCache
资源ID为key是的缓存KEY,HashMap(resourceId, uri_md5)
CACHE_ROLE_KEY - 接口 中的静态变量bee.cloud.auth.AuthCache
角色缓存KEY
CACHE_ROLE_RESOURCE_KEY - 接口 中的静态变量bee.cloud.auth.AuthCache
角色资源缓存KEY,HashMap类型(uri_md5,mode)
CACHE_URI_RESOURCE_KEY - 接口 中的静态变量bee.cloud.auth.AuthCache
资源代码为key是的缓存KEY,HashMap(uri_md5, resourceId)
CACHE_USER_RESOURCE_KEY - 接口 中的静态变量bee.cloud.auth.AuthCache
用户资源缓存KEY,HashMap类型(uri_md5,mode)
CACHE_USER_ROLE_KEY - 接口 中的静态变量bee.cloud.auth.AuthCache
用户角色缓存KEY,HashMap类型(uri_md5,mode)
CachePrefix() - 类 的构造器bee.cloud.config.BConfig.CachePrefix
 
call(String, Object...) - 接口 中的方法bee.cloud.engine.db.siud.Procedure
构造存储过程
call(RequestParam) - 接口 中的方法bee.cloud.ri.Rmi
通过RequestParam实现远程调用
call(String, RequestParam) - 接口 中的方法bee.cloud.ri.Rmi
通过RequestParam实现远程调用
cancel() - 类 中的方法bee.tool.timer.Interval
 
CBase - bee.cloud.engine.db.core中的接口
功能说明:数据库基础表接口说明
CBase.OutListener - bee.cloud.engine.db.core中的接口
输出时的监听接口
CBase.PKey<T> - bee.cloud.engine.db.core中的类
主键值,只能是长整形、短整形或字符串类型
changeGroupLeader(String, String) - 接口 中的方法bee.cloud.ri.mq.IM.Work
更换群主
changeOrg(Bee.Resreq) - 接口 中的方法bee.cloud.service.auth.work.UserLogin
切换所在机构
changePassword(Bee.Resreq) - 接口 中的方法bee.cloud.service.auth.work.UserLogin
修改密码
changePasswordByCode(Bee.Resreq) - 接口 中的方法bee.cloud.service.auth.work.UserLogin
修改密码,通过短信验证码修改
changeRole(Bee.Resreq) - 接口 中的方法bee.cloud.service.auth.work.UserLogin
切换角色
check(RequestParam) - 接口 中的方法bee.cloud.auth.Auth
对请求接口进行权限校验,没有权限就抛异常
check(String, String) - 接口 中的方法bee.cloud.auth.Auth
对指定的api进行权限校验,没有权限就抛异常
check(String, int) - 接口 中的方法bee.cloud.auth.Auth
对指定的api与操作方式进行权限校验
check(Bee.Resreq) - 接口 中的方法bee.cloud.gateway.filter.GWFilter
请求检测器
checkJoinGroup(String, String) - 接口 中的方法bee.cloud.ri.mq.IM.Check
加入群校验
Children - bee.cloud.engine.db.annotation中的注释类型
自定义数据字段,表现为当前对应的子节点
CHILDREN - 类 中的静态变量bee.cloud.engine.util.Const
 
clear() - 类 中的方法bee.cloud.ri.mq.IM.FileBlock
清除块文件 -
clearCache() - 接口 中的方法bee.cloud.core.db.work.VSql
清除当前缓存配置
clearParams() - 接口 中的方法bee.cloud.ri.http.Http
清理参数
clone() - 类 中的方法bee.cloud.ri.mq.IM.Body
克隆消息体
cloneTable() - 接口 中的方法bee.cloud.engine.db.core.CBase
克隆当前实例
cloneTable(Class<T>) - 接口 中的方法bee.cloud.engine.db.core.CBase
将当前实例克隆为指定的实例
close() - 接口 中的方法bee.cloud.cache.Cache
用完后记得关闭通道
close() - 接口 中的方法bee.cloud.ri.http.HttpClient
关闭连接,释放资源
close(String) - 接口 中的方法bee.cloud.ri.mq.IM
关闭会话连接
CmdBody() - 类 的构造器bee.cloud.ri.mq.IM.CmdBody
 
Cnd - bee.cloud.engine.db.core中的接口
功能说明:条件表达式
Cnd.Calc - bee.cloud.engine.db.core中的枚举
算术运算符
Cnd.Func - bee.cloud.engine.db.core中的枚举
逻辑运算符
Cnd.Operator - bee.cloud.engine.db.core中的枚举
比较运算符
Column - bee.cloud.engine.db.annotation中的注释类型
数据库字段属性,实体表的Children属性标识
commit() - 接口 中的方法bee.cloud.core.db.work.Sql
提交事务,只要有一个任务提交失败,全部任务回滚
Config() - 类 的构造器bee.tool.timer.Control.Config
 
connected() - 接口 中的方法bee.cloud.cache.Cache
是否连接
Const() - 类 的构造器bee.cloud.config.BConfig.Const
 
Const - bee.cloud.engine.util中的类
功能说明:常用常量记录
Const() - 类 的构造器bee.cloud.engine.util.Const
 
Const.Defval - bee.cloud.engine.util中的类
 
Const.Method - bee.cloud.engine.util中的类
数据请求方法名称
Const.Result - bee.cloud.engine.util中的类
 
Const.Value - bee.cloud.engine.util中的类
 
Consumer - bee.cloud.ri.mq中的接口
功能说明:消息消费者,接收消息
Control - bee.tool.timer中的类
功能说明:任务调度器
Control() - 类 的构造器bee.tool.timer.Control
 
Control.Call - bee.tool.timer中的接口
 
Control.Config - bee.tool.timer中的类
 
Cookie(String) - 类 的构造器bee.cloud.core.Bee.Cookie
 
Cookie(String, String) - 类 的构造器bee.cloud.core.Bee.Cookie
 
Cookie - 接口 中的静态变量bee.cloud.ri.http.HttpClient
 
count(String) - 接口 中的方法bee.cloud.cache.Cache
统计有多少KEY
count() - 接口 中的方法bee.cloud.engine.db.core.CBase
按条件统计,不为空的字段属性值作为条件值
count() - 接口 中的方法bee.cloud.engine.db.siud.Select
返回总记录数,使用此访问时,之前指定返回字段无效
count(String) - 类 中的静态方法bee.cloud.engine.db.siud.SQLFunc
 
count() - 类 中的静态方法bee.cloud.engine.db.siud.SQLFunc
 
COUNT - 类 中的静态变量bee.cloud.engine.util.Const
 
CREATE_ID - 类 中的静态变量bee.cloud.engine.util.Const.Result
 
CREATE_TIME - 注释类型 中的静态变量bee.cloud.engine.db.annotation.TableName
 
createDelete(String) - 接口 中的方法bee.cloud.ri.http.HttpClient
创建一个Delete请求对象
createGet(String) - 接口 中的方法bee.cloud.ri.http.HttpClient
创建一个Get请求对象
createHttp(String, Http.Method) - 接口 中的方法bee.cloud.ri.http.HttpClient
创建一个HTTP请求对象
createPost(String) - 接口 中的方法bee.cloud.ri.http.HttpClient
创建一个Post请求对象
createPut(String) - 接口 中的方法bee.cloud.ri.http.HttpClient
创建一个Put请求对象
Crud - bee.cloud.engine.db.siud中的接口
功能说明:SIUD通用方法定义
A B C D E F G H I J K L M N O P Q R S T U V W X _ 
跳过导航链接