A B C D E F G H I J K L M N O P R S T U V W X
所有类 所有程序包
所有类 所有程序包
所有类 所有程序包
A
- accessKey - 类 中的静态变量xin.manong.weapon.base.secret.DynamicSecret
- add(E) - 类 中的方法xin.manong.weapon.base.collection.Heap
-
添加元素
- add(K, V) - 类 中的方法xin.manong.weapon.base.collection.BTree
-
添加数据 1.
- add(K, V) - 类 中的方法xin.manong.weapon.base.collection.SkipList
-
添加数据 1.
- addRecord(T) - 类 中的方法xin.manong.weapon.base.collection.LSMTree
-
增加排序数据
- addRecord(KVRecord) - 类 中的方法xin.manong.weapon.base.record.KVRecords
-
添加KVRecord 如果KVRecord为null,不生效
- addRecords(KVRecords) - 类 中的方法xin.manong.weapon.base.record.KVRecords
-
添加KVRecord列表 如果KVRecord列表为null或者为空,不生效
- address - 类 中的变量xin.manong.weapon.base.redis.RedisSingleConfig
- anchorNodeCount - 类 中的变量xin.manong.weapon.base.html.HTMLNode
- anchorTextCount - 类 中的变量xin.manong.weapon.base.html.HTMLNode
- arrayEquals(Object, Object) - 类 中的静态方法xin.manong.weapon.base.util.EqualsUtil
-
判断两个数组是否相等 1.
- authConfig - 类 中的变量xin.manong.weapon.base.kafka.KafkaConsumeConfig
- authConfig - 类 中的变量xin.manong.weapon.base.kafka.KafkaProduceConfig
- authenticate(Route, Response) - 类 中的方法xin.manong.weapon.base.http.DummyProxyAuthenticator
- authenticate(Route, Response) - 类 中的方法xin.manong.weapon.base.http.HttpProxyAuthenticator
B
- binarySearch(List<E>, E, Comparator<E>) - 类 中的静态方法xin.manong.weapon.base.collection.Collections
-
二分查找 comparator为空:保证元素类型实现Comparable接口
- BM - xin.manong.weapon.base.pattern中的类
-
字符串单模匹配算法:BoyerMoore算法实现
- BM(String) - 类 的构造器xin.manong.weapon.base.pattern.BM
- BTree<K,V> - xin.manong.weapon.base.collection中的类
-
B+树:阶数m平衡树实现(3<=m<=31,缺省m=13) 1.
- BTree() - 类 的构造器xin.manong.weapon.base.collection.BTree
- BTree(int) - 类 的构造器xin.manong.weapon.base.collection.BTree
- BTree(int, Comparator<? super K>) - 类 的构造器xin.manong.weapon.base.collection.BTree
- build() - 类 中的方法xin.manong.weapon.base.http.HttpRequest.Builder
-
构建HTTP请求对象
- build() - 类 中的静态方法xin.manong.weapon.base.util.RandomID
-
计算随机ID,考虑机器和时间
- build(String) - 类 中的静态方法xin.manong.weapon.base.util.ShortKeyBuilder
-
将输入文本进行编码,生成key
- Builder() - 类 的构造器xin.manong.weapon.base.http.HttpRequest.Builder
- buildGetRequest(String, Map<String, Object>) - 类 中的静态方法xin.manong.weapon.base.http.HttpRequest
-
构建HTTP GET请求
- buildPostRequest(String, RequestFormat, Map<String, Object>) - 类 中的静态方法xin.manong.weapon.base.http.HttpRequest
-
构建HTTP POST请求
- buildRedisClient(RedisClusterConfig) - 类 中的静态方法xin.manong.weapon.base.redis.RedisClient
-
构建集群模式redis客户端
- buildRedisClient(RedisMasterSlaveConfig) - 类 中的静态方法xin.manong.weapon.base.redis.RedisClient
-
构建主从模式redis客户端
- buildRedisClient(RedisSentinelConfig) - 类 中的静态方法xin.manong.weapon.base.redis.RedisClient
-
构建哨兵模式RedisClient
- buildRedisClient(RedisSingleConfig) - 类 中的静态方法xin.manong.weapon.base.redis.RedisClient
-
构建单点模式redis客户端
- buildTransaction() - 类 中的方法xin.manong.weapon.base.redis.RedisClient
-
构建事务
- buildTransaction(TransactionOptions) - 类 中的方法xin.manong.weapon.base.redis.RedisClient
-
构建事务
- byteArraysToHex(List<byte[]>) - 类 中的静态方法xin.manong.weapon.base.util.ByteArrayUtil
-
byte数组列表转换十六进制字符串列表
- byteArrayToBinary(byte[]) - 类 中的静态方法xin.manong.weapon.base.util.ByteArrayUtil
-
获取byte数组的二进制字符串表示 位数不足前置补0
- byteArrayToHex(byte[]) - 类 中的静态方法xin.manong.weapon.base.util.ByteArrayUtil
-
字节数组转换十六进制字符串
- ByteArrayUtil - xin.manong.weapon.base.util中的类
-
字节数组工具
- ByteArrayUtil() - 类 的构造器xin.manong.weapon.base.util.ByteArrayUtil
C
- characterOccurrence(String, char) - 类 中的静态方法xin.manong.weapon.base.util.CommonUtil
-
计算字符串中指定字符出现次数
- check() - 类 中的方法xin.manong.weapon.base.http.HttpClientConfig
-
检测有效性
- check() - 类 中的方法xin.manong.weapon.base.http.HttpRequest
-
检测请求合法性 1.
- check() - 类 中的方法xin.manong.weapon.base.kafka.KafkaAuthConfig
-
检测有效性
- check() - 类 中的方法xin.manong.weapon.base.kafka.KafkaConsumeConfig
-
检测配置有效性
- check() - 类 中的方法xin.manong.weapon.base.kafka.KafkaProduceConfig
-
检测配置有效性
- check() - 类 中的方法xin.manong.weapon.base.redis.RedisClusterConfig
-
检测有效性
- check() - 类 中的方法xin.manong.weapon.base.redis.RedisConfig
-
检测有效性
- check() - 类 中的方法xin.manong.weapon.base.redis.RedisMasterSlaveConfig
-
检测有效性
- check() - 类 中的方法xin.manong.weapon.base.redis.RedisSentinelConfig
-
检测有效性
- check() - 类 中的方法xin.manong.weapon.base.redis.RedisSingleConfig
-
检测配置有效性
- checkClientTrusted(X509Certificate[], String) - 类 中的方法xin.manong.weapon.base.http.UnsafeTrustManager
- checkServerTrusted(X509Certificate[], String) - 类 中的方法xin.manong.weapon.base.http.UnsafeTrustManager
- childNodes - 类 中的变量xin.manong.weapon.base.html.HTMLNode
- clear() - 类 中的方法xin.manong.weapon.base.record.KVRecord
-
清除所有字段信息
- clear() - 类 中的方法xin.manong.weapon.base.record.KVRecords
-
清除所有记录
- close() - 类 中的方法xin.manong.weapon.base.collection.LSMTree
-
关闭清理资源
- close() - 类 中的方法xin.manong.weapon.base.redis.RedisClient
-
关闭
- CLUSTER - xin.manong.weapon.base.redis.RedisMode
- CN_REGION_DOMAINS - 类 中的静态变量xin.manong.weapon.base.util.DomainUtil
- codec - 类 中的变量xin.manong.weapon.base.redis.RedisConfig
- codecClassName - 类 中的变量xin.manong.weapon.base.redis.RedisConfig
- coefficientJaccard(String, String) - 类 中的静态方法xin.manong.weapon.base.util.SimilarityUtil
-
根据Jaccard相似系数计算文本相似度 分数计算原理:重合分词越多,文本越相似,分数阈值[0.0, 1.0]
- coefficientLCS(String, String) - 类 中的静态方法xin.manong.weapon.base.util.SimilarityUtil
-
根据最长公共字符串原理计算文本相似度 分数计算原理:公共字符越多,文本越相似,分数阈值[0.0, 1.0]
- Collections - xin.manong.weapon.base.collection中的类
-
集合工具
- Collections() - 类 的构造器xin.manong.weapon.base.collection.Collections
- combination(List<V>, int) - 类 中的静态方法xin.manong.weapon.base.collection.Collections
-
从列表中选择m个元素进行组合
- commit(String, Object) - 类 中的静态方法xin.manong.weapon.base.common.ThreadContext
-
提交上下文信息
- commit(Map<String, Object>) - 类 中的方法xin.manong.weapon.base.log.JSONLogger
-
提交日志
- CommonUtil - xin.manong.weapon.base.util中的类
-
通用工具
- CommonUtil() - 类 的构造器xin.manong.weapon.base.util.CommonUtil
- compute(byte[]) - 类 中的方法xin.manong.weapon.base.image.Hash
-
计算图片hash
- compute(BufferedImage) - 类 中的方法xin.manong.weapon.base.image.Hash
-
计算图片hash
- compute(BufferedImage) - 类 中的方法xin.manong.weapon.base.image.MeanHash
- compute(BufferedImage) - 类 中的方法xin.manong.weapon.base.image.PerceivedHash
- computeGCD(int, int) - 类 中的静态方法xin.manong.weapon.base.util.CommonUtil
-
计算最大公约数
- computeLCM(int, int) - 类 中的静态方法xin.manong.weapon.base.util.CommonUtil
-
计算最小公倍数
- computeLCS(String, String) - 类 中的静态方法xin.manong.weapon.base.util.CommonUtil
-
计算最长公共子串
- computeLPS(String) - 类 中的静态方法xin.manong.weapon.base.util.CommonUtil
-
计算最长回文子串
- computeMCS(String, String) - 类 中的静态方法xin.manong.weapon.base.util.CommonUtil
-
计算最大公共子序列
- connectFailed(URI, SocketAddress, IOException) - 类 中的方法xin.manong.weapon.base.http.DummyProxySelector
- connectionPoolSize - 类 中的变量xin.manong.weapon.base.redis.RedisConfig
- connectTimeout(Integer) - 类 中的方法xin.manong.weapon.base.http.HttpRequest.Builder
-
设置连接超时
- connectTimeoutMs - 类 中的变量xin.manong.weapon.base.http.HttpRequest
- connectTimeoutSeconds - 类 中的变量xin.manong.weapon.base.http.HttpClientConfig
- consumeThreadNum - 类 中的变量xin.manong.weapon.base.kafka.KafkaConsumeConfig
- contains(String) - 类 中的方法xin.manong.weapon.base.common.Context
-
是否包含feature
- Context - xin.manong.weapon.base.common中的类
-
上下文:用于流程中透传信息
- Context() - 类 的构造器xin.manong.weapon.base.common.Context
- convertToJSON(KVRecord, Set<String>) - 类 中的静态方法xin.manong.weapon.base.record.KVRecordConverter
-
KVRecord转换JSON对象
- convertToJSON(KVRecord, Set<String>, Boolean) - 类 中的静态方法xin.manong.weapon.base.record.KVRecordConverter
-
KVRecord转换JSON对象
- copy() - 类 中的方法xin.manong.weapon.base.record.KVRecord
-
拷贝数据:针对JSON数据进行深拷贝
- copy() - 类 中的方法xin.manong.weapon.base.record.KVRecords
-
拷贝
- copy(Set<String>) - 类 中的方法xin.manong.weapon.base.record.KVRecord
-
拷贝数据,移除removeFields定义字段
- COUNTRY_TOP_DOMAINS - 类 中的静态变量xin.manong.weapon.base.util.DomainUtil
D
- db - 类 中的变量xin.manong.weapon.base.redis.RedisMasterSlaveConfig
- db - 类 中的变量xin.manong.weapon.base.redis.RedisSentinelConfig
- db - 类 中的变量xin.manong.weapon.base.redis.RedisSingleConfig
- deepCopy(JSONArray) - 类 中的静态方法xin.manong.weapon.base.util.JSONUtil
-
深度拷贝JSON数组
- deepCopy(JSONObject) - 类 中的静态方法xin.manong.weapon.base.util.JSONUtil
-
深度拷贝JSON对象
- delete(String) - 类 中的静态方法xin.manong.weapon.base.util.FileUtil
-
删除文件
- DELETE - xin.manong.weapon.base.http.RequestMethod
- DELETE - xin.manong.weapon.base.record.RecordType
- density - 类 中的变量xin.manong.weapon.base.html.HTMLNode
- destroy() - 类 中的方法xin.manong.weapon.base.kafka.KafkaProducer
-
销毁kafka消息生产
- distance(byte[], byte[]) - 类 中的静态方法xin.manong.weapon.base.util.ByteArrayUtil
-
计算字节数组海明距离
- distance(byte, byte) - 类 中的静态方法xin.manong.weapon.base.util.ByteArrayUtil
-
计算字节海明距离
- DomainUtil - xin.manong.weapon.base.util中的类
-
域名工具
- DomainUtil() - 类 的构造器xin.manong.weapon.base.util.DomainUtil
- DummyProxyAuthenticator - xin.manong.weapon.base.http中的类
-
dummy代理认证
- DummyProxyAuthenticator(String, String) - 类 的构造器xin.manong.weapon.base.http.DummyProxyAuthenticator
- DummyProxySelector - xin.manong.weapon.base.http中的类
-
dummy代理选择器
- DummyProxySelector(List<Proxy>) - 类 的构造器xin.manong.weapon.base.http.DummyProxySelector
- DynamicSecret - xin.manong.weapon.base.secret中的类
-
动态秘钥
- DynamicSecret() - 类 的构造器xin.manong.weapon.base.secret.DynamicSecret
- DynamicSecretListener - xin.manong.weapon.base.secret中的接口
-
动态秘钥监听器
E
- Entry<K,V> - xin.manong.weapon.base.collection中的类
-
数据key和数据值二元组
- Entry(K, V) - 类 的构造器xin.manong.weapon.base.collection.Entry
- equals(Object) - 类 中的方法xin.manong.weapon.base.collection.Entry
-
1.
- equals(Object) - 类 中的方法xin.manong.weapon.base.html.HTMLNode
- equals(Object) - 类 中的方法xin.manong.weapon.base.record.KVRecord
- EqualsUtil - xin.manong.weapon.base.util中的类
-
对象相等比较工具
- EqualsUtil() - 类 的构造器xin.manong.weapon.base.util.EqualsUtil
- execute(HttpRequest) - 类 中的方法xin.manong.weapon.base.http.HttpClient
-
执行HTTP请求
F
- featureMap - 类 中的变量xin.manong.weapon.base.common.Context
- FileUtil - xin.manong.weapon.base.util中的类
-
读写文件工具类
- FileUtil() - 类 的构造器xin.manong.weapon.base.util.FileUtil
- fillAddress(String) - 类 中的方法xin.manong.weapon.base.redis.RedisConfig
-
补充redis地址协议
- fillAddress(List<String>) - 类 中的方法xin.manong.weapon.base.redis.RedisConfig
-
补充redis地址协议
- findNextPrime(int) - 类 中的静态方法xin.manong.weapon.base.util.CommonUtil
-
找到比n大的第一个质数
- followRedirect - 类 中的变量xin.manong.weapon.base.http.HttpClientConfig
- followSSLRedirect - 类 中的变量xin.manong.weapon.base.http.HttpClientConfig
- forceFullGC() - 类 中的方法xin.manong.weapon.base.memory.MemoryMonitor
-
强制执行FullGC
- FORM - xin.manong.weapon.base.http.RequestFormat
- format - 类 中的变量xin.manong.weapon.base.common.ImageMeta
- format - 类 中的变量xin.manong.weapon.base.http.HttpRequest
- format(RequestFormat) - 类 中的方法xin.manong.weapon.base.http.HttpRequest.Builder
-
设置请求数据格式
- formatHTML(String, String) - 类 中的静态方法xin.manong.weapon.base.html.HTMLExtractor
-
格式化HTML内容 以分段元素p构建HTML内容
- formatHTMLElement(Element) - 类 中的静态方法xin.manong.weapon.base.html.HTMLExtractor
-
格式化HTML内容 以分段元素p构建HTML内容
- FP63 - xin.manong.weapon.base.util中的类
-
将任意字符串映射为long值类型,保证很小的重复率
- FP63() - 类 的构造器xin.manong.weapon.base.util.FP63
- freeMemory - 类 中的变量xin.manong.weapon.base.memory.Memory
G
- get(JSONArray, String) - 类 中的静态方法xin.manong.weapon.base.util.JSONUtil
-
根据key获取JSON数组字段
- get(JSONObject, String) - 类 中的静态方法xin.manong.weapon.base.util.JSONUtil
-
根据key获取JSON对象字段
- get(String) - 类 中的方法xin.manong.weapon.base.common.Context
-
获取feature
- get(String) - 类 中的方法xin.manong.weapon.base.record.KVRecord
-
根据key获取值
- get(String, Class<T>) - 类 中的方法xin.manong.weapon.base.record.KVRecord
-
根据key获取值并强制转换为指定类型
- get(K) - 类 中的方法xin.manong.weapon.base.collection.SkipList
-
根据key获取值
- GET - xin.manong.weapon.base.http.RequestMethod
- getAcceptedIssuers() - 类 中的方法xin.manong.weapon.base.http.UnsafeTrustManager
- getAnnotatedFields(Object, Class<? extends Annotation>) - 类 中的静态方法xin.manong.weapon.base.util.ReflectUtil
-
获取有指定注解的字段列表
- getContext() - 类 中的静态方法xin.manong.weapon.base.common.ThreadContext
-
获取线程上下文
- getCurrentMemory() - 类 中的静态方法xin.manong.weapon.base.memory.MemoryMonitor
-
获取当前内存信息
- getDomain(String) - 类 中的静态方法xin.manong.weapon.base.util.DomainUtil
-
根据站点获取一级域名
- getFeatureMap() - 类 中的方法xin.manong.weapon.base.common.Context
-
获取内部feature map
- getFieldAnnotation(Field, Class<T>) - 类 中的静态方法xin.manong.weapon.base.util.ReflectUtil
-
获取字段注解
- getFieldCount() - 类 中的方法xin.manong.weapon.base.record.KVRecord
-
获取字段数量
- getFieldMap() - 类 中的方法xin.manong.weapon.base.record.KVRecord
-
获取数据
- getFields(Object) - 类 中的静态方法xin.manong.weapon.base.util.ReflectUtil
-
获取对象所有字段
- getFieldValue(Object, String) - 类 中的静态方法xin.manong.weapon.base.util.ReflectUtil
-
获取目标对象指定字段值
- getFileSuffix(String) - 类 中的静态方法xin.manong.weapon.base.util.FileUtil
-
获取文件后缀
- getFirst() - 类 中的方法xin.manong.weapon.base.collection.BTree
-
获取第一个元素
- getFirst() - 类 中的方法xin.manong.weapon.base.collection.SkipList
-
获取首元素,如果跳表为空返回null
- getHost(String) - 类 中的静态方法xin.manong.weapon.base.util.CommonUtil
-
获取URL中host
- getId() - 类 中的方法xin.manong.weapon.base.record.KVRecord
-
获取数据ID
- getImageMeta(byte[]) - 类 中的静态方法xin.manong.weapon.base.util.ImageUtil
-
获取图片信息
- getKey() - 类 中的方法xin.manong.weapon.base.collection.Entry
-
获取数据key
- getKeyMap() - 类 中的方法xin.manong.weapon.base.record.KVRecord
-
获取key值映射
- getKeys() - 类 中的方法xin.manong.weapon.base.record.KVRecord
-
获取key集合
- getLast() - 类 中的方法xin.manong.weapon.base.collection.BTree
-
获取最后一个元素
- getLast() - 类 中的方法xin.manong.weapon.base.collection.SkipList
-
获取尾元素值,如果跳表为空返回null
- getMemoryInfo() - 类 中的方法xin.manong.weapon.base.redis.RedisClient
-
获取内存使用情况
- getRateLimiter(String) - 类 中的方法xin.manong.weapon.base.redis.RedisClient
-
获取限速器
- getRecord() - 类 中的方法xin.manong.weapon.base.collection.LSMTree
-
获取排序数据
- getRecord(int) - 类 中的方法xin.manong.weapon.base.record.KVRecords
-
获取指定下标的KVRecord
- getRecordCount() - 类 中的方法xin.manong.weapon.base.record.KVRecords
-
获取KVRecord数量
- getRecordType() - 类 中的方法xin.manong.weapon.base.record.KVRecord
-
获取数据类型
- getRedissonClient() - 类 中的方法xin.manong.weapon.base.redis.RedisClient
-
获取RedissonClient
- getValue() - 类 中的方法xin.manong.weapon.base.collection.Entry
-
获取数据值
- getValue(Map<String, Object>, String, Class<T>) - 类 中的静态方法xin.manong.weapon.base.util.MapUtil
-
获取map值,值必须符合指定class类型
- gray(BufferedImage) - 类 中的静态方法xin.manong.weapon.base.util.ImageUtil
-
灰度图片
- groupId - 类 中的变量xin.manong.weapon.base.kafka.KafkaConsumeConfig
H
- has(String) - 类 中的方法xin.manong.weapon.base.record.KVRecord
-
是否包含key
- Hash - xin.manong.weapon.base.image中的类
-
计算图片Hash
- Hash() - 类 的构造器xin.manong.weapon.base.image.Hash
- hashCode() - 类 中的方法xin.manong.weapon.base.collection.Entry
-
数据key和数据值hashCode取或
- hashCode() - 类 中的方法xin.manong.weapon.base.html.HTMLNode
- hashCode() - 类 中的方法xin.manong.weapon.base.record.KVRecord
- HEAD - xin.manong.weapon.base.http.RequestMethod
- HEADER_CONNECT_TIMEOUT_MS - 类 中的静态变量xin.manong.weapon.base.http.HttpClient
- HEADER_HOST - 类 中的静态变量xin.manong.weapon.base.http.HttpClient
- HEADER_READ_TIMEOUT_MS - 类 中的静态变量xin.manong.weapon.base.http.HttpClient
- HEADER_WRITE_TIMEOUT_MS - 类 中的静态变量xin.manong.weapon.base.http.HttpClient
- headers - 类 中的变量xin.manong.weapon.base.http.HttpRequest
- headers(Map<String, String>) - 类 中的方法xin.manong.weapon.base.http.HttpRequest.Builder
-
设置请求头信息
- Heap<E> - xin.manong.weapon.base.collection中的类
-
堆实现 1.
- Heap() - 类 的构造器xin.manong.weapon.base.collection.Heap
- Heap(int, Comparator<? super E>) - 类 的构造器xin.manong.weapon.base.collection.Heap
- Heap(Collection<E>) - 类 的构造器xin.manong.weapon.base.collection.Heap
- Heap(Collection<E>, Comparator<? super E>) - 类 的构造器xin.manong.weapon.base.collection.Heap
- Heap(Comparator<? super E>) - 类 的构造器xin.manong.weapon.base.collection.Heap
- heapMemory - 类 中的变量xin.manong.weapon.base.memory.Memory
- height - 类 中的变量xin.manong.weapon.base.common.ImageMeta
- hexToByteArray(String) - 类 中的静态方法xin.manong.weapon.base.util.ByteArrayUtil
-
十六进制字符串转换字节数组
- hold(DynamicSecretListener) - 类 中的静态方法xin.manong.weapon.base.secret.Holder
-
hold动态秘钥监听器
- Holder - xin.manong.weapon.base.secret中的类
-
秘钥监听器holder
- Holder() - 类 的构造器xin.manong.weapon.base.secret.Holder
- HostModifyInterceptor - xin.manong.weapon.base.http中的类
-
Host修改拦截处理 当HTTP header中Host与实际请求Host不一致时,修正HTTP header
- HostModifyInterceptor() - 类 的构造器xin.manong.weapon.base.http.HostModifyInterceptor
- HTMLExtractor - xin.manong.weapon.base.html中的类
-
HTML正文抽取器
- HTMLExtractor() - 类 的构造器xin.manong.weapon.base.html.HTMLExtractor
- HTMLNode - xin.manong.weapon.base.html中的类
-
HTML节点信息
- HTMLNode(Node) - 类 的构造器xin.manong.weapon.base.html.HTMLNode
- HttpClient - xin.manong.weapon.base.http中的类
-
OKHttpClient封装
- HttpClient() - 类 的构造器xin.manong.weapon.base.http.HttpClient
-
普通模式,使用默认配置,不启用代理
- HttpClient(HttpClientConfig) - 类 的构造器xin.manong.weapon.base.http.HttpClient
-
普通模式,不启用代理
- HttpClient(HttpClientConfig, Proxy, Authenticator) - 类 的构造器xin.manong.weapon.base.http.HttpClient
-
启用代理及认证机制
- HttpClient(HttpClientConfig, ProxySelector, Authenticator) - 类 的构造器xin.manong.weapon.base.http.HttpClient
-
启用代理选择器及认证机制
- HttpClientConfig - xin.manong.weapon.base.http中的类
-
OKHttpClient配置信息
- HttpClientConfig() - 类 的构造器xin.manong.weapon.base.http.HttpClientConfig
- HttpProxy - xin.manong.weapon.base.http中的类
-
HTTP代理封装 支持用户名和密码
- HttpProxy(Proxy.Type, SocketAddress) - 类 的构造器xin.manong.weapon.base.http.HttpProxy
-
Creates an entry representing a PROXY connection.
- HttpProxy(Proxy.Type, SocketAddress, String, String) - 类 的构造器xin.manong.weapon.base.http.HttpProxy
- HttpProxyAuthenticator - xin.manong.weapon.base.http中的类
-
HTTP代理认证
- HttpProxyAuthenticator() - 类 的构造器xin.manong.weapon.base.http.HttpProxyAuthenticator
- HttpRequest - xin.manong.weapon.base.http中的类
-
HTTP请求
- HttpRequest() - 类 的构造器xin.manong.weapon.base.http.HttpRequest
- HttpRequest.Builder - xin.manong.weapon.base.http中的类
-
请求构建器
I
- ImageMeta - xin.manong.weapon.base.common中的类
-
图片信息
- ImageMeta(int, String) - 类 的构造器xin.manong.weapon.base.common.ImageMeta
- imageNum - 类 中的变量xin.manong.weapon.base.common.ImageMeta
- ImageUtil - xin.manong.weapon.base.util中的类
-
图片工具
- ImageUtil() - 类 的构造器xin.manong.weapon.base.util.ImageUtil
- init() - 类 中的方法xin.manong.weapon.base.kafka.KafkaProducer
-
初始化kafka消息生产
- intercept(Interceptor.Chain) - 类 中的方法xin.manong.weapon.base.http.HostModifyInterceptor
- intercept(Interceptor.Chain) - 类 中的方法xin.manong.weapon.base.http.TimeoutModifyInterceptor
- INTERNATIONAL_TOP_DOMAINS - 类 中的静态变量xin.manong.weapon.base.util.DomainUtil
- invoke(String, Object, ReflectArgs) - 类 中的静态方法xin.manong.weapon.base.util.ReflectUtil
-
方法调用
- isAnimatedImage(byte[]) - 类 中的静态方法xin.manong.weapon.base.util.ImageUtil
-
判断是否为动画图片 判断标准:1.
- isDigit(char) - 类 中的静态方法xin.manong.weapon.base.util.CommonUtil
-
判断字符是否为数字
- isEmpty() - 类 中的方法xin.manong.weapon.base.collection.BTree
-
是否为空
- isEmpty() - 类 中的方法xin.manong.weapon.base.collection.Heap
-
堆是否为空
- isEmpty() - 类 中的方法xin.manong.weapon.base.collection.SkipList
-
列表是否为空
- isEmpty() - 类 中的方法xin.manong.weapon.base.record.KVRecord
-
判断是否为空
- isEmpty() - 类 中的方法xin.manong.weapon.base.record.KVRecords
-
判断KVRecord列表是否为空
- isIP(String) - 类 中的静态方法xin.manong.weapon.base.util.CommonUtil
-
判断是否为IP
- isLetter(char) - 类 中的静态方法xin.manong.weapon.base.util.CommonUtil
-
判断字符是否为字母
- isPrime(int) - 类 中的静态方法xin.manong.weapon.base.util.CommonUtil
-
判断一个整数是否为质数
- isPrimitiveType(Object) - 类 中的静态方法xin.manong.weapon.base.util.CommonUtil
-
判断对象是否为Java原型
- isSpace(char) - 类 中的静态方法xin.manong.weapon.base.util.CommonUtil
-
判断字符是否为空白字符
- iterator() - 类 中的方法xin.manong.weapon.base.collection.BTree
-
获取数据迭代器
- iterator() - 类 中的方法xin.manong.weapon.base.collection.Heap
-
数据迭代器
- iterator() - 类 中的方法xin.manong.weapon.base.collection.SkipList
-
获取数据迭代器
J
- JSON - xin.manong.weapon.base.http.RequestFormat
- JSONLogger - xin.manong.weapon.base.log中的类
-
JSON格式日志生成
- JSONLogger(String, Set<String>) - 类 的构造器xin.manong.weapon.base.log.JSONLogger
- JSONUtil - xin.manong.weapon.base.util中的类
-
JSON工具类
- JSONUtil() - 类 的构造器xin.manong.weapon.base.util.JSONUtil
K
- KafkaAuthConfig - xin.manong.weapon.base.kafka中的类
-
kafka认证配置
- KafkaAuthConfig() - 类 的构造器xin.manong.weapon.base.kafka.KafkaAuthConfig
- KafkaConsumeConfig - xin.manong.weapon.base.kafka中的类
-
kafka消费配置
- KafkaConsumeConfig() - 类 的构造器xin.manong.weapon.base.kafka.KafkaConsumeConfig
- KafkaConsumeGroup - xin.manong.weapon.base.kafka中的类
-
kafka消费组
- KafkaConsumeGroup(KafkaConsumeConfig) - 类 的构造器xin.manong.weapon.base.kafka.KafkaConsumeGroup
- KafkaConsumeGroup(KafkaConsumeConfig, KafkaRecordProcessor) - 类 的构造器xin.manong.weapon.base.kafka.KafkaConsumeGroup
- KafkaConsumer - xin.manong.weapon.base.kafka中的类
-
kafka消费线程
- KafkaConsumer(String, KafkaConsumeConfig, KafkaRecordProcessor) - 类 的构造器xin.manong.weapon.base.kafka.KafkaConsumer
- KafkaProduceConfig - xin.manong.weapon.base.kafka中的类
-
kafka消息生产配置
- KafkaProduceConfig() - 类 的构造器xin.manong.weapon.base.kafka.KafkaProduceConfig
- KafkaProducer - xin.manong.weapon.base.kafka中的类
-
kafka消息生产
- KafkaProducer(KafkaProduceConfig) - 类 的构造器xin.manong.weapon.base.kafka.KafkaProducer
- KafkaRecordProcessor - xin.manong.weapon.base.kafka中的接口
-
kafka数据处理接口
- keepAliveMinutes - 类 中的变量xin.manong.weapon.base.http.HttpClientConfig
- KVRecord - xin.manong.weapon.base.record中的类
-
KV数据
- KVRecord() - 类 的构造器xin.manong.weapon.base.record.KVRecord
- KVRecord(Set<String>, Map<String, Object>) - 类 的构造器xin.manong.weapon.base.record.KVRecord
- KVRecordConverter - xin.manong.weapon.base.record中的类
-
KVRecord数据转换器
- KVRecordConverter() - 类 的构造器xin.manong.weapon.base.record.KVRecordConverter
- KVRecords - xin.manong.weapon.base.record中的类
-
KV数据列表
- KVRecords() - 类 的构造器xin.manong.weapon.base.record.KVRecords
- KVRecords(KVRecord) - 类 的构造器xin.manong.weapon.base.record.KVRecords
L
- listEquals(List<T>, List<T>) - 类 中的静态方法xin.manong.weapon.base.util.EqualsUtil
-
判断列表是否相等 1.
- LSMTree<T> - xin.manong.weapon.base.collection中的类
-
LSM Tree实现:基于本地磁盘外部排序
- LSMTree(Class<T>, Comparator<? super T>, String) - 类 的构造器xin.manong.weapon.base.collection.LSMTree
M
- mainHTMLElement(String, String) - 类 中的静态方法xin.manong.weapon.base.html.HTMLExtractor
-
抽取HTML主体元素 针对新闻文章网页生效
- mapEquals(Map<K, V>, Map<K, V>) - 类 中的静态方法xin.manong.weapon.base.util.EqualsUtil
-
判断map是否相等 1.
- MapUtil - xin.manong.weapon.base.util中的类
-
Map工具
- MapUtil() - 类 的构造器xin.manong.weapon.base.util.MapUtil
- MASTER_SLAVE - xin.manong.weapon.base.redis.RedisMode
- masterAddress - 类 中的变量xin.manong.weapon.base.redis.RedisMasterSlaveConfig
- masterName - 类 中的变量xin.manong.weapon.base.redis.RedisSentinelConfig
- MatchResult - xin.manong.weapon.base.pattern中的类
-
匹配结果
- MatchResult(String) - 类 的构造器xin.manong.weapon.base.pattern.MatchResult
- maxFetchWaitTimeMs - 类 中的变量xin.manong.weapon.base.kafka.KafkaConsumeConfig
- maxHeapMemory - 类 中的变量xin.manong.weapon.base.memory.Memory
- maxIdleConnections - 类 中的变量xin.manong.weapon.base.http.HttpClientConfig
- maxMemoryBytes - 类 中的变量xin.manong.weapon.base.redis.RedisMemory
- MeanHash - xin.manong.weapon.base.image中的类
-
图片均值hash
- MeanHash() - 类 的构造器xin.manong.weapon.base.image.MeanHash
- Memory - xin.manong.weapon.base.memory中的类
-
JVM内存
- Memory() - 类 的构造器xin.manong.weapon.base.memory.Memory
- MemoryMonitor - xin.manong.weapon.base.memory中的类
-
JVM内存监控
- MemoryMonitor(MemoryMonitorConfig) - 类 的构造器xin.manong.weapon.base.memory.MemoryMonitor
- MemoryMonitorConfig - xin.manong.weapon.base.memory中的类
-
JVM内存监控配置
- MemoryMonitorConfig() - 类 的构造器xin.manong.weapon.base.memory.MemoryMonitorConfig
- merge(JSONArray, JSONArray) - 类 中的静态方法xin.manong.weapon.base.util.JSONUtil
-
合并JSON数组
- merge(JSONObject, JSONObject) - 类 中的静态方法xin.manong.weapon.base.util.JSONUtil
-
合并JSON对象
- method - 类 中的变量xin.manong.weapon.base.http.HttpRequest
- method(RequestMethod) - 类 中的方法xin.manong.weapon.base.http.HttpRequest.Builder
-
设置请求方式
- minForceFullGCInterval - 类 中的变量xin.manong.weapon.base.memory.MemoryMonitorConfig
- minForceFullGCMemoryRatio - 类 中的变量xin.manong.weapon.base.memory.MemoryMonitorConfig
N
- name - 类 中的变量xin.manong.weapon.base.kafka.KafkaConsumeConfig
- newFP63(byte[], int, int) - 类 中的静态方法xin.manong.weapon.base.util.FP63
-
将字节数组转换为long类型,转换范围为[pos, pos+length)
- newFP63(String) - 类 中的静态方法xin.manong.weapon.base.util.FP63
-
将字符串转换为long类型
- newInstance(Class, ReflectArgs) - 类 中的静态方法xin.manong.weapon.base.util.ReflectUtil
-
创建对象实例
- newInstance(String, ReflectArgs) - 类 中的静态方法xin.manong.weapon.base.util.ReflectUtil
-
创建对象实例
- node - 类 中的变量xin.manong.weapon.base.html.HTMLNode
- nodeAddresses - 类 中的变量xin.manong.weapon.base.redis.RedisClusterConfig
- nodeCount - 类 中的变量xin.manong.weapon.base.html.HTMLNode
- notifyRebuildEvent(Rebuildable) - 接口 中的方法xin.manong.weapon.base.rebuild.RebuildListener
-
通知监听对象重建事件
O
- objectEquals(Object, Object) - 类 中的静态方法xin.manong.weapon.base.util.EqualsUtil
-
判断两个对象是否相等 1.
P
- paragraphNodeCount - 类 中的变量xin.manong.weapon.base.html.HTMLNode
- params - 类 中的变量xin.manong.weapon.base.http.HttpRequest
- params(Map<String, Object>) - 类 中的方法xin.manong.weapon.base.http.HttpRequest.Builder
-
设置请求参数
- parentNode - 类 中的变量xin.manong.weapon.base.html.HTMLNode
- parseFields(JSONObject, Set<String>) - 类 中的静态方法xin.manong.weapon.base.util.JSONUtil
-
对JSON对象的指定字段进行JSON解析 如果字段值是字符串且符合JSON规则,则解析为JSON,否则不做解析
- password - 类 中的变量xin.manong.weapon.base.http.HttpProxy
- password - 类 中的变量xin.manong.weapon.base.redis.RedisConfig
- PATCH - xin.manong.weapon.base.http.RequestMethod
- pattern - 类 中的变量xin.manong.weapon.base.pattern.MatchResult
- peek() - 类 中的方法xin.manong.weapon.base.collection.Heap
-
获取堆顶元素 完成操作后不影响堆元素
- PerceivedHash - xin.manong.weapon.base.image中的类
-
图片感知Hash
- PerceivedHash() - 类 的构造器xin.manong.weapon.base.image.PerceivedHash
- permutation(List<V>, int) - 类 中的静态方法xin.manong.weapon.base.collection.Collections
-
从列表elements中选择m个元素进行排列
- poll() - 类 中的方法xin.manong.weapon.base.collection.Heap
-
弹出堆顶元素 完成操作后移除堆顶元素
- positions - 类 中的变量xin.manong.weapon.base.pattern.MatchResult
- POST - xin.manong.weapon.base.http.RequestMethod
- process(String) - 接口 中的方法xin.manong.weapon.base.secret.DynamicSecretListener
-
处理变更秘钥
- process(ConsumerRecord<byte[], byte[]>) - 接口 中的方法xin.manong.weapon.base.kafka.KafkaRecordProcessor
-
处理kafka数据,处理失败抛出异常
- publishTime(Element) - 类 中的静态方法xin.manong.weapon.base.html.HTMLExtractor
-
从正文主体中抽取发布时间 如果无法抽取返回null
- put(String, Object) - 类 中的方法xin.manong.weapon.base.common.Context
-
添加feature
- put(String, Object) - 类 中的方法xin.manong.weapon.base.record.KVRecord
-
增加数据 如果key或value为null,不产生效果
- PUT - xin.manong.weapon.base.http.RequestMethod
- PUT - xin.manong.weapon.base.record.RecordType
R
- RandomID - xin.manong.weapon.base.util中的类
-
随机ID生成器
- RandomID() - 类 的构造器xin.manong.weapon.base.util.RandomID
- read(byte[]) - 类 中的静态方法xin.manong.weapon.base.util.ImageUtil
-
读取图片
- read(String) - 类 中的静态方法xin.manong.weapon.base.util.FileUtil
-
读取文件字节内容
- read(String, Charset) - 类 中的静态方法xin.manong.weapon.base.util.FileUtil
-
读取文件字符内容,并按照charset进行编码
- readTimeout(Integer) - 类 中的方法xin.manong.weapon.base.http.HttpRequest.Builder
-
设置读取超时
- readTimeoutMs - 类 中的变量xin.manong.weapon.base.http.HttpRequest
- readTimeoutSeconds - 类 中的变量xin.manong.weapon.base.http.HttpClientConfig
- rebuild() - 接口 中的方法xin.manong.weapon.base.rebuild.Rebuildable
-
重新构建
- rebuild() - 类 中的静态方法xin.manong.weapon.base.rebuild.RebuildManager
-
重建对象
- rebuild(String) - 类 中的方法xin.manong.weapon.base.pattern.BM
-
重建匹配模式 模式非法抛出异常
- rebuild(List<String>) - 类 中的方法xin.manong.weapon.base.pattern.WM
-
重新构建匹配模型 构建失败抛出异常
- Rebuildable - xin.manong.weapon.base.rebuild中的接口
-
重新构建接口定义 需要动态重新构建对象实现该接口
- RebuildListener - xin.manong.weapon.base.rebuild中的接口
-
重建监听器
- RebuildManager - xin.manong.weapon.base.rebuild中的类
-
可重建对象管理器
- RebuildManager() - 类 的构造器xin.manong.weapon.base.rebuild.RebuildManager
- RecordType - xin.manong.weapon.base.record中的枚举
-
数据类型
- RedisClient - xin.manong.weapon.base.redis中的类
-
redis客户端
- RedisClusterConfig - xin.manong.weapon.base.redis中的类
-
redis集群模式配置信息
- RedisClusterConfig() - 类 的构造器xin.manong.weapon.base.redis.RedisClusterConfig
- RedisConfig - xin.manong.weapon.base.redis中的类
-
redis基础配置信息
- RedisConfig() - 类 的构造器xin.manong.weapon.base.redis.RedisConfig
- RedisMasterSlaveConfig - xin.manong.weapon.base.redis中的类
-
redis主从模式配置信息
- RedisMasterSlaveConfig() - 类 的构造器xin.manong.weapon.base.redis.RedisMasterSlaveConfig
- RedisMemory - xin.manong.weapon.base.redis中的类
-
redis内存信息
- RedisMemory() - 类 的构造器xin.manong.weapon.base.redis.RedisMemory
- RedisMode - xin.manong.weapon.base.redis中的枚举
-
redis模式
- RedisSentinelConfig - xin.manong.weapon.base.redis中的类
-
redis哨兵模式配置信息
- RedisSentinelConfig() - 类 的构造器xin.manong.weapon.base.redis.RedisSentinelConfig
- RedisSingleConfig - xin.manong.weapon.base.redis中的类
-
redis单点服务配置信息
- RedisSingleConfig() - 类 的构造器xin.manong.weapon.base.redis.RedisSingleConfig
- ReflectArgs - xin.manong.weapon.base.util中的类
-
反射参数
- ReflectArgs() - 类 的构造器xin.manong.weapon.base.util.ReflectArgs
- ReflectArgs(Class[], Object[]) - 类 的构造器xin.manong.weapon.base.util.ReflectArgs
- ReflectUtil - xin.manong.weapon.base.util中的类
-
反射工具
- ReflectUtil() - 类 的构造器xin.manong.weapon.base.util.ReflectUtil
- register(Rebuildable) - 类 中的静态方法xin.manong.weapon.base.rebuild.RebuildManager
-
注册重建对象
- remove(E) - 类 中的方法xin.manong.weapon.base.collection.Heap
-
移除元素
- remove(String) - 类 中的方法xin.manong.weapon.base.common.Context
-
删除feature
- remove(String) - 类 中的静态方法xin.manong.weapon.base.common.ThreadContext
-
从上下文中移除信息
- remove(String) - 类 中的方法xin.manong.weapon.base.record.KVRecord
-
删除指定key数据
- remove(K) - 类 中的方法xin.manong.weapon.base.collection.BTree
-
移除数据 1.
- remove(K) - 类 中的方法xin.manong.weapon.base.collection.SkipList
-
根据key删除数据 1.
- removeContext() - 类 中的静态方法xin.manong.weapon.base.common.ThreadContext
-
移除线程上下文
- removeFirst() - 类 中的方法xin.manong.weapon.base.collection.BTree
-
移除第一个元素
- removeFirst() - 类 中的方法xin.manong.weapon.base.collection.SkipList
-
移除首元素 1.
- removeLast() - 类 中的方法xin.manong.weapon.base.collection.BTree
-
移除最后一个元素
- removeLast() - 类 中的方法xin.manong.weapon.base.collection.SkipList
-
移除尾元素 1.
- RequestFormat - xin.manong.weapon.base.http中的枚举
-
POST请求体数据格式
- RequestMethod - xin.manong.weapon.base.http中的枚举
-
HTTP请求方式
- requestTimeoutMs - 类 中的变量xin.manong.weapon.base.kafka.KafkaProduceConfig
- requestURL - 类 中的变量xin.manong.weapon.base.http.HttpRequest
- requestURL(String) - 类 中的方法xin.manong.weapon.base.http.HttpRequest.Builder
-
设置请求URL
- reset() - 类 中的方法xin.manong.weapon.base.collection.LSMTree
-
重置排序
- resize(BufferedImage, int, int, int) - 类 中的静态方法xin.manong.weapon.base.util.ImageUtil
-
缩放图片
- retryCnt - 类 中的变量xin.manong.weapon.base.http.HttpClientConfig
- retryCnt - 类 中的变量xin.manong.weapon.base.kafka.KafkaProduceConfig
- reversedIterator() - 类 中的方法xin.manong.weapon.base.collection.BTree
-
获取逆向数据迭代器
- reversedIterator() - 类 中的方法xin.manong.weapon.base.collection.SkipList
-
获取逆向数据迭代器
- round(double, int) - 类 中的静态方法xin.manong.weapon.base.util.CommonUtil
-
取小数点后n位数字
- run() - 类 中的方法xin.manong.weapon.base.kafka.KafkaConsumer
S
- safeReplace(Map<K, V>, Map<K, V>) - 类 中的静态方法xin.manong.weapon.base.util.MapUtil
-
用replaceMap内容安全替换targetMap内容
- SASL_JAAS_CONFIG - 类 中的静态变量xin.manong.weapon.base.kafka.KafkaAuthConfig
- SASL_MECHANISM - 类 中的静态变量xin.manong.weapon.base.kafka.KafkaAuthConfig
- saslJaasConfig - 类 中的变量xin.manong.weapon.base.kafka.KafkaAuthConfig
- saslMechanism - 类 中的变量xin.manong.weapon.base.kafka.KafkaAuthConfig
- scan() - 类 中的静态方法xin.manong.weapon.base.secret.Scanner
-
扫描加载动态秘钥监听器
- Scanner - xin.manong.weapon.base.secret中的类
-
动态秘钥监听器扫描加载
- Scanner() - 类 的构造器xin.manong.weapon.base.secret.Scanner
- score - 类 中的变量xin.manong.weapon.base.html.HTMLNode
- search(String) - 类 中的方法xin.manong.weapon.base.pattern.BM
-
匹配文本
- search(String) - 类 中的方法xin.manong.weapon.base.pattern.WM
-
搜索匹配
- search(K) - 类 中的方法xin.manong.weapon.base.collection.BTree
-
搜索数据
- search(K, K) - 类 中的方法xin.manong.weapon.base.collection.BTree
-
搜索数据范围 如果startKey大于endKey抛出异常IllegalArgumentException
- secretKey - 类 中的静态变量xin.manong.weapon.base.secret.DynamicSecret
- SECURITY_PROTOCOL - 类 中的静态变量xin.manong.weapon.base.kafka.KafkaAuthConfig
- securityProtocol - 类 中的变量xin.manong.weapon.base.kafka.KafkaAuthConfig
- segmentTextCounts - 类 中的变量xin.manong.weapon.base.html.HTMLNode
- select(byte[], int) - 类 中的静态方法xin.manong.weapon.base.util.ByteArrayUtil
-
从目标字节数组中选择num个字节,返回所有组合可能
- select(JSONArray, Set<String>) - 类 中的静态方法xin.manong.weapon.base.util.JSONUtil
-
从JSON数组选择指定key内容
- select(JSONObject, Set<String>) - 类 中的静态方法xin.manong.weapon.base.util.JSONUtil
-
从JSON对象选择指定key内容
- select(URI) - 类 中的方法xin.manong.weapon.base.http.DummyProxySelector
- send(byte[], String) - 类 中的方法xin.manong.weapon.base.kafka.KafkaProducer
-
发送消息
- send(String, byte[], String) - 类 中的方法xin.manong.weapon.base.kafka.KafkaProducer
-
发送消息
- SENTINEL - xin.manong.weapon.base.redis.RedisMode
- sentinelAddresses - 类 中的变量xin.manong.weapon.base.redis.RedisSentinelConfig
- servers - 类 中的变量xin.manong.weapon.base.kafka.KafkaConsumeConfig
- servers - 类 中的变量xin.manong.weapon.base.kafka.KafkaProduceConfig
- setContext(Context) - 类 中的静态方法xin.manong.weapon.base.common.ThreadContext
-
设置上下文对象
- setFieldMap(Map<String, Object>) - 类 中的方法xin.manong.weapon.base.record.KVRecord
-
设置数据内容
- setFieldValue(Object, String, Object) - 类 中的静态方法xin.manong.weapon.base.util.ReflectUtil
-
设置目标对象指定字段值
- setKeys(Set<String>) - 类 中的方法xin.manong.weapon.base.record.KVRecord
-
设置key集合
- setMaxCacheRecordNum(int) - 类 中的方法xin.manong.weapon.base.collection.LSMTree
-
设置内存最大缓存记录数量
- setMaxOpenFileNum(int) - 类 中的方法xin.manong.weapon.base.collection.LSMTree
-
设置最大打开合并文件数量
- setProcessor(KafkaRecordProcessor) - 类 中的方法xin.manong.weapon.base.kafka.KafkaConsumeGroup
-
设置数据处理器
- setRecordType(RecordType) - 类 中的方法xin.manong.weapon.base.record.KVRecord
-
设置数据类型
- setTempDirectory(String) - 类 中的方法xin.manong.weapon.base.collection.LSMTree
-
设置临时文件目录
- setValue(V) - 类 中的方法xin.manong.weapon.base.collection.Entry
-
设置数据值
- ShortKeyBuilder - xin.manong.weapon.base.util中的类
-
短key编码器 采用数字0-9,小写字母a-z,大写字母A-Z进行编码
- ShortKeyBuilder() - 类 的构造器xin.manong.weapon.base.util.ShortKeyBuilder
- SimilarityUtil - xin.manong.weapon.base.util中的类
-
文本相似度工具
- SimilarityUtil() - 类 的构造器xin.manong.weapon.base.util.SimilarityUtil
- SINGLE - xin.manong.weapon.base.redis.RedisMode
- size() - 类 中的方法xin.manong.weapon.base.collection.BTree
-
数据数量
- size() - 类 中的方法xin.manong.weapon.base.collection.Heap
-
元素数量
- size() - 类 中的方法xin.manong.weapon.base.collection.SkipList
-
获取数据数量
- SkipList<K,V> - xin.manong.weapon.base.collection中的类
-
跳表实现 1.
- SkipList() - 类 的构造器xin.manong.weapon.base.collection.SkipList
- SkipList(int) - 类 的构造器xin.manong.weapon.base.collection.SkipList
- SkipList(int, Comparator<? super K>) - 类 的构造器xin.manong.weapon.base.collection.SkipList
- SkipList(Comparator<? super K>) - 类 的构造器xin.manong.weapon.base.collection.SkipList
- slaveAddresses - 类 中的变量xin.manong.weapon.base.redis.RedisMasterSlaveConfig
- sortHeap(List<E>, Comparator<E>) - 类 中的静态方法xin.manong.weapon.base.collection.Collections
-
堆排序 comparator为空:保证元素类型实现Comparable接口
- sortQuick(List<E>, Comparator<E>) - 类 中的静态方法xin.manong.weapon.base.collection.Collections
-
快速排序 comparator为空:保证元素类型实现Comparable接口
- start() - 类 中的方法xin.manong.weapon.base.kafka.KafkaConsumeGroup
-
启动kafka消费组
- start() - 类 中的方法xin.manong.weapon.base.kafka.KafkaConsumer
-
启动kafka消费线程
- start() - 接口 中的方法xin.manong.weapon.base.secret.DynamicSecretListener
-
启动监听器
- stop() - 类 中的方法xin.manong.weapon.base.kafka.KafkaConsumeGroup
-
停止kafka消费组
- stop() - 类 中的方法xin.manong.weapon.base.kafka.KafkaConsumer
-
停止kafka消费线程
- stringToTime(String, String) - 类 中的静态方法xin.manong.weapon.base.util.CommonUtil
-
字符串转换时间戳
- sumDensity - 类 中的变量xin.manong.weapon.base.html.HTMLNode
- sweep() - 类 中的方法xin.manong.weapon.base.common.Context
-
清理上下文
T
- textCount - 类 中的变量xin.manong.weapon.base.html.HTMLNode
- ThreadContext - xin.manong.weapon.base.common中的类
-
线程上下文 用于同一线程中上下文在不同对象中传递
- ThreadContext() - 类 的构造器xin.manong.weapon.base.common.ThreadContext
- timeout - 类 中的变量xin.manong.weapon.base.redis.RedisConfig
- TimeoutModifyInterceptor - xin.manong.weapon.base.http中的类
-
HTTP超时修改拦截处理
- TimeoutModifyInterceptor() - 类 的构造器xin.manong.weapon.base.http.TimeoutModifyInterceptor
- timeToString(long, String) - 类 中的静态方法xin.manong.weapon.base.util.CommonUtil
-
时间戳转换字符串
- topics - 类 中的变量xin.manong.weapon.base.kafka.KafkaConsumeConfig
- toString() - 类 中的方法xin.manong.weapon.base.collection.BTree
-
格式化BTree数据
- toString() - 类 中的方法xin.manong.weapon.base.collection.Entry
-
字符串格式化:key=value
- toString() - 类 中的方法xin.manong.weapon.base.collection.Heap
- toString() - 类 中的方法xin.manong.weapon.base.collection.SkipList
- toString() - 类 中的方法xin.manong.weapon.base.memory.Memory
- toString() - 类 中的方法xin.manong.weapon.base.record.KVRecord
- toString() - 类 中的方法xin.manong.weapon.base.record.KVRecords
- tryLock(String, Long) - 类 中的方法xin.manong.weapon.base.redis.RedisClient
-
加锁
- tryReadLock(String, Long) - 类 中的方法xin.manong.weapon.base.redis.RedisClient
-
加读锁
- tryWriteLock(String, Long) - 类 中的方法xin.manong.weapon.base.redis.RedisClient
-
加写锁
- types - 类 中的变量xin.manong.weapon.base.util.ReflectArgs
U
- unlock(String) - 类 中的方法xin.manong.weapon.base.redis.RedisClient
-
解锁
- unLockRead(String) - 类 中的方法xin.manong.weapon.base.redis.RedisClient
-
解开读锁
- unLockWrite(String) - 类 中的方法xin.manong.weapon.base.redis.RedisClient
-
解开写锁
- unregister(Rebuildable) - 类 中的静态方法xin.manong.weapon.base.rebuild.RebuildManager
-
注销重建对象
- UnsafeHostnameVerifier - xin.manong.weapon.base.http中的类
-
不安全的站点证书验证器
- UnsafeHostnameVerifier() - 类 的构造器xin.manong.weapon.base.http.UnsafeHostnameVerifier
- UnsafeHostnameVerifier(Set<String>) - 类 的构造器xin.manong.weapon.base.http.UnsafeHostnameVerifier
- UnsafeTrustManager - xin.manong.weapon.base.http中的类
-
不安全证书凭证管理:忽略所有HTTPS检测
- UnsafeTrustManager() - 类 的构造器xin.manong.weapon.base.http.UnsafeTrustManager
- UPDATE - xin.manong.weapon.base.record.RecordType
- usedMemoryBytes - 类 中的变量xin.manong.weapon.base.redis.RedisMemory
- usedMemoryLuaBytes - 类 中的变量xin.manong.weapon.base.redis.RedisMemory
- usedMemoryRssBytes - 类 中的变量xin.manong.weapon.base.redis.RedisMemory
- usedMemoryScriptsBytes - 类 中的变量xin.manong.weapon.base.redis.RedisMemory
- useMemory - 类 中的变量xin.manong.weapon.base.memory.Memory
- username - 类 中的变量xin.manong.weapon.base.http.HttpProxy
V
- valueOf(String) - 枚举 中的静态方法xin.manong.weapon.base.http.RequestFormat
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法xin.manong.weapon.base.http.RequestMethod
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法xin.manong.weapon.base.record.RecordType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法xin.manong.weapon.base.redis.RedisMode
-
返回带有指定名称的该类型的枚举常量。
- values - 类 中的变量xin.manong.weapon.base.util.ReflectArgs
- values() - 枚举 中的静态方法xin.manong.weapon.base.http.RequestFormat
-
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
- values() - 枚举 中的静态方法xin.manong.weapon.base.http.RequestMethod
-
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
- values() - 枚举 中的静态方法xin.manong.weapon.base.record.RecordType
-
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
- values() - 枚举 中的静态方法xin.manong.weapon.base.redis.RedisMode
-
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
- verify(String, SSLSession) - 类 中的方法xin.manong.weapon.base.http.UnsafeHostnameVerifier
W
- width - 类 中的变量xin.manong.weapon.base.common.ImageMeta
- WM - xin.manong.weapon.base.pattern中的类
-
字符串多模匹配算法:WuManber算法实现
- WM(List<String>) - 类 的构造器xin.manong.weapon.base.pattern.WM
- WM(List<String>, int) - 类 的构造器xin.manong.weapon.base.pattern.WM
- writeTimeout(Integer) - 类 中的方法xin.manong.weapon.base.http.HttpRequest.Builder
-
设置写入超时
- writeTimeoutMs - 类 中的变量xin.manong.weapon.base.http.HttpRequest
- writeTimeoutSeconds - 类 中的变量xin.manong.weapon.base.http.HttpClientConfig
X
- xin.manong.weapon.base.collection - 程序包 xin.manong.weapon.base.collection
- xin.manong.weapon.base.common - 程序包 xin.manong.weapon.base.common
- xin.manong.weapon.base.html - 程序包 xin.manong.weapon.base.html
- xin.manong.weapon.base.http - 程序包 xin.manong.weapon.base.http
- xin.manong.weapon.base.image - 程序包 xin.manong.weapon.base.image
- xin.manong.weapon.base.kafka - 程序包 xin.manong.weapon.base.kafka
- xin.manong.weapon.base.log - 程序包 xin.manong.weapon.base.log
- xin.manong.weapon.base.memory - 程序包 xin.manong.weapon.base.memory
- xin.manong.weapon.base.pattern - 程序包 xin.manong.weapon.base.pattern
- xin.manong.weapon.base.rebuild - 程序包 xin.manong.weapon.base.rebuild
- xin.manong.weapon.base.record - 程序包 xin.manong.weapon.base.record
- xin.manong.weapon.base.redis - 程序包 xin.manong.weapon.base.redis
- xin.manong.weapon.base.secret - 程序包 xin.manong.weapon.base.secret
- xin.manong.weapon.base.util - 程序包 xin.manong.weapon.base.util
所有类 所有程序包