A B C D E F G H I J K M N P R S T U V W X 
所有类 所有程序包

A

accessKey - 类 中的静态变量xin.manong.weapon.base.secret.DynamicSecret
 
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
 
authConfig - 类 中的变量xin.manong.weapon.base.kafka.KafkaConsumeConfig
 
authConfig - 类 中的变量xin.manong.weapon.base.kafka.KafkaProduceConfig
 

B

BM - xin.manong.weapon.base.algorithm中的类
字符串单模匹配算法:BoyerMoore算法实现
BM(String) - 类 的构造器xin.manong.weapon.base.algorithm.BM
 
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请求
buildMainHTML(Element) - 类 中的静态方法xin.manong.weapon.base.html.HTMLExtractor
构建HTML内容 以分段元素p构建HTML内容
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
构建事务
byteArraysToHexStrings(List<byte[]>) - 类 中的静态方法xin.manong.weapon.base.util.ByteArrayUtil
byte数组列表转换十六进制字符串列表
byteArrayToBinString(byte[]) - 类 中的静态方法xin.manong.weapon.base.util.ByteArrayUtil
获取byte数组的二进制字符串表示 位数不足前置补0
byteArrayToHexString(byte[]) - 类 中的静态方法xin.manong.weapon.base.util.ByteArrayUtil
字节数组转换十六进制字符串
ByteArrayUtil - xin.manong.weapon.base.util中的类
字节数组工具
ByteArrayUtil() - 类 的构造器xin.manong.weapon.base.util.ByteArrayUtil
 

C

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.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.Similarity
根据Jaccard相似系数计算文本相似度 分数计算原理:重合分词越多,文本越相似,分数阈值[0.0, 1.0]
coefficientLCS(String, String) - 类 中的静态方法xin.manong.weapon.base.util.Similarity
根据最长公共字符串原理计算文本相似度 分数计算原理:公共字符越多,文本越相似,分数阈值[0.0, 1.0]
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
 
connectionPoolSize - 类 中的变量xin.manong.weapon.base.redis.RedisConfig
 
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.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
 
DynamicSecret - xin.manong.weapon.base.secret中的类
动态秘钥
DynamicSecret() - 类 的构造器xin.manong.weapon.base.secret.DynamicSecret
 
DynamicSecretListener - xin.manong.weapon.base.secret中的接口
动态秘钥监听器

E

equals(Object) - 类 中的方法xin.manong.weapon.base.html.HTMLNode
 
equals(Object) - 类 中的方法xin.manong.weapon.base.record.KVRecord
 
execute(HttpRequest) - 类 中的方法xin.manong.weapon.base.http.HttpClient
执行HTTP请求
extractMainElement(String, String) - 类 中的静态方法xin.manong.weapon.base.html.HTMLExtractor
抽取HTML主体元素 针对新闻文章网页生效
extractPublishTime(Element) - 类 中的静态方法xin.manong.weapon.base.html.HTMLExtractor
从正文主体中抽取发布时间 如果无法抽取返回null

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大的第一个质数
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
设置请求数据格式
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 - 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
获取文件后缀
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
获取图片信息
getKeyMap() - 类 中的方法xin.manong.weapon.base.record.KVRecord
获取key值映射
getKeys() - 类 中的方法xin.manong.weapon.base.record.KVRecord
获取key集合
getMemoryInfo() - 类 中的方法xin.manong.weapon.base.redis.RedisClient
获取内存使用情况
getRateLimiter(String) - 类 中的方法xin.manong.weapon.base.redis.RedisClient
获取限速器
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(Map<String, Object>, String, Class<T>) - 类 中的静态方法xin.manong.weapon.base.util.MapUtil
获取map值,值必须符合指定class类型
groupId - 类 中的变量xin.manong.weapon.base.kafka.KafkaConsumeConfig
 

H

has(String) - 类 中的方法xin.manong.weapon.base.record.KVRecord
是否包含key
hashCode() - 类 中的方法xin.manong.weapon.base.html.HTMLNode
 
hashCode() - 类 中的方法xin.manong.weapon.base.record.KVRecord
 
headers - 类 中的变量xin.manong.weapon.base.http.HttpRequest
 
headers(Map<String, String>) - 类 中的方法xin.manong.weapon.base.http.HttpRequest.Builder
设置请求头信息
heapMemory - 类 中的变量xin.manong.weapon.base.memory.Memory
 
height - 类 中的变量xin.manong.weapon.base.common.ImageMeta
 
hexStringToByteArray(String) - 类 中的静态方法xin.manong.weapon.base.util.ByteArrayUtil
十六进制字符串转换字节数组
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
 
HttpClientConfig - xin.manong.weapon.base.http中的类
OKHttpClient配置信息
HttpClientConfig() - 类 的构造器xin.manong.weapon.base.http.HttpClientConfig
 
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.http.HttpClient
初始化
init() - 类 中的方法xin.manong.weapon.base.kafka.KafkaProducer
初始化kafka消息生产
intercept(Interceptor.Chain) - 类 中的方法xin.manong.weapon.base.http.RequestInterceptor
 
INTERNATIONAL_TOP_DOMAINS - 类 中的静态变量xin.manong.weapon.base.util.DomainUtil
 
invoke(String, Object, ReflectParams) - 类 中的静态方法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.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
判断字符是否为空白字符

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
 

M

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.algorithm中的类
匹配结果
MatchResult(String) - 类 的构造器xin.manong.weapon.base.algorithm.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
 
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, ReflectParams) - 类 中的静态方法xin.manong.weapon.base.util.ReflectUtil
创建对象实例
newInstance(String, ReflectParams) - 类 中的静态方法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
通知监听对象重建事件

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.redis.RedisConfig
 
pattern - 类 中的变量xin.manong.weapon.base.algorithm.MatchResult
 
positions - 类 中的变量xin.manong.weapon.base.algorithm.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数据,处理失败抛出异常
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.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进行编码
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.algorithm.BM
重建匹配模式 模式非法抛出异常
rebuild(List<String>) - 类 中的方法xin.manong.weapon.base.algorithm.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
 
ReflectParams - xin.manong.weapon.base.util中的类
反射参数
ReflectParams() - 类 的构造器xin.manong.weapon.base.util.ReflectParams
 
ReflectParams(Class[], Object[]) - 类 的构造器xin.manong.weapon.base.util.ReflectParams
 
ReflectUtil - xin.manong.weapon.base.util中的类
反射工具
ReflectUtil() - 类 的构造器xin.manong.weapon.base.util.ReflectUtil
 
register(Rebuildable) - 类 中的静态方法xin.manong.weapon.base.rebuild.RebuildManager
注册重建对象
register(DynamicSecretListener) - 类 中的静态方法xin.manong.weapon.base.secret.SecretListenerManager
注册动态秘钥监听器
remove(String) - 类 中的方法xin.manong.weapon.base.common.Context
删除feature
remove(String) - 类 中的方法xin.manong.weapon.base.record.KVRecord
删除指定key数据
removeContext() - 类 中的静态方法xin.manong.weapon.base.common.ThreadContext
移除线程上下文
RequestFormat - xin.manong.weapon.base.http中的枚举
POST请求体数据格式
RequestInterceptor - xin.manong.weapon.base.http中的类
HTTP请求拦截处理 处理请求头Host与实际请求URL不一致问题
RequestInterceptor() - 类 的构造器xin.manong.weapon.base.http.RequestInterceptor
 
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
retryCnt - 类 中的变量xin.manong.weapon.base.http.HttpClientConfig
 
retryCnt - 类 中的变量xin.manong.weapon.base.kafka.KafkaProduceConfig
 
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
 
score - 类 中的变量xin.manong.weapon.base.html.HTMLNode
 
search(String) - 类 中的方法xin.manong.weapon.base.algorithm.BM
匹配文本
search(String) - 类 中的方法xin.manong.weapon.base.algorithm.WM
搜索匹配
secretKey - 类 中的静态变量xin.manong.weapon.base.secret.DynamicSecret
 
SecretListenerManager - xin.manong.weapon.base.secret中的类
秘钥监听器管理器 管理监听器生命周期
SecretListenerManager() - 类 的构造器xin.manong.weapon.base.secret.SecretListenerManager
 
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内容
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集合
setProcessor(KafkaRecordProcessor) - 类 中的方法xin.manong.weapon.base.kafka.KafkaConsumeGroup
设置数据处理器
setRecordType(RecordType) - 类 中的方法xin.manong.weapon.base.record.KVRecord
设置数据类型
ShortKeyBuilder - xin.manong.weapon.base.util中的类
短key编码器 采用数字0-9,小写字母a-z,大写字母A-Z进行编码
ShortKeyBuilder() - 类 的构造器xin.manong.weapon.base.util.ShortKeyBuilder
 
Similarity - xin.manong.weapon.base.util中的类
文本相似度工具
Similarity() - 类 的构造器xin.manong.weapon.base.util.Similarity
 
SINGLE - xin.manong.weapon.base.redis.RedisMode
 
slaveAddresses - 类 中的变量xin.manong.weapon.base.redis.RedisMasterSlaveConfig
 
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
 
timeToString(long, String) - 类 中的静态方法xin.manong.weapon.base.util.CommonUtil
时间戳转换字符串
topics - 类 中的变量xin.manong.weapon.base.kafka.KafkaConsumeConfig
 
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.ReflectParams
 

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
 

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.ReflectParams
 
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.algorithm中的类
字符串多模匹配算法:WuManber算法实现
WM(List<String>) - 类 的构造器xin.manong.weapon.base.algorithm.WM
 
WM(List<String>, int) - 类 的构造器xin.manong.weapon.base.algorithm.WM
 

X

xin.manong.weapon.base.algorithm - 程序包 xin.manong.weapon.base.algorithm
 
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.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.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
 
A B C D E F G H I J K M N P R S T U V W X 
所有类 所有程序包