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

H

has(String) - 接口 中的方法bee.cloud.cache.Cache.RSet
判断元素是否存在,sismember
hasClient(String) - 接口 中的方法bee.cloud.ri.mq.IM
检查to对应的连接是否在本服务器
HASH - 类 中的静态变量bee.cloud.engine.util.Const
 
hasSign(String) - 类 中的静态方法bee.cloud.config.BConfig.CachePrefix
 
having(Cnd) - 接口 中的方法bee.cloud.engine.db.siud.Select
可选的 HAVING 子句有如下形式:HAVING SUM(OrderPrice)<2000
hdel(String, String...) - 接口 中的方法bee.cloud.cache.Cache
删除哈希表 key 中的一个或多个指定域,不存在的域将被忽略。
hdel(String, Set<String>) - 接口 中的方法bee.cloud.cache.Cache
删除哈希表 key 中的一个或多个指定域,不存在的域将被忽略。
hexists(String, String) - 接口 中的方法bee.cloud.cache.Cache
查看哈希表 key 中,给定域 field 是否存在。
hget(String, String) - 接口 中的方法bee.cloud.cache.Cache
返回哈希表 key 中给定域 field 的值。
hgetAll(String) - 接口 中的方法bee.cloud.cache.Cache
返回哈希表 key 中,所有的域field和值。
hgets(String, long, int) - 接口 中的方法bee.cloud.cache.Cache
分批获取Hash列表
hgets(String, String...) - 接口 中的方法bee.cloud.cache.Cache
返回哈希表 key 中给定域 field 的值。
hgets(String, Set<String>) - 接口 中的方法bee.cloud.cache.Cache
返回哈希表 key 中给定域 field 的值。
hgets(Set<String>, String...) - 接口 中的方法bee.cloud.cache.Cache
返回哈希表 key 中给定域 field 的值。
hgets(Set<String>, Set<String>) - 接口 中的方法bee.cloud.cache.Cache
返回哈希表 key 中给定域 field 的值。
hgetTable(String) - 接口 中的方法bee.cloud.cache.Cache
返回哈希表 key 中,所有的域field和值。
hgetTable(String, Class<T>) - 接口 中的方法bee.cloud.cache.Cache
返回哈希表 key 中,所有的域field和值。
hincrBy(String, String, long) - 接口 中的方法bee.cloud.cache.Cache
为哈希表 key 中的域 field 的值加上增量 increment 。
hincrBy(String, String) - 接口 中的方法bee.cloud.cache.Cache
为哈希表 key 中的域 field 的值加1 。
hkeys(String) - 接口 中的方法bee.cloud.cache.Cache
返回哈希表 key 中的所有域field。
hlen(String) - 接口 中的方法bee.cloud.cache.Cache
返回哈希表 key 中域的数量。
hset(String, Map<String, String>) - 接口 中的方法bee.cloud.cache.Cache
将哈希表 key 中的域 field 的值设为 value 。
hset(String, T) - 接口 中的方法bee.cloud.cache.Cache
将哈希表 key 中的域 field 的值设为 table 。
hset(T) - 接口 中的方法bee.cloud.cache.Cache
通过tablename缓存Table表, 存储的KEY键为:<dsname:tablename:pkvalue, Table>
hset(String, String, String) - 接口 中的方法bee.cloud.cache.Cache
将哈希表 key 中的域 field 的值设为 value 。
Http - bee.cloud.ri.http中的接口
功能说明:HTTP接口
Http.Method - bee.cloud.ri.http中的枚举
请求方法
Http.Multipart - bee.cloud.ri.http中的类
上传多媒体文件类
Http.Response - bee.cloud.ri.http中的接口
返回结果
Http.Type - bee.cloud.ri.http中的枚举
响应数据格式
HTTP_METHOD - 类 中的静态变量bee.cloud.engine.util.Const
 
HttpClient - bee.cloud.ri.http中的接口
功能说明:Http请求客户端
A B C D E F G H I J K L M N O P Q R S T U V W X _ 
跳过导航链接