- redisClusterServers() - 类 中的方法cn.wanghaomiao.seimi.config.SeimiConfig
-
Init cluster servers configuration
config.useClusterServers()
.setScanInterval(2000) // 集群状态扫描间隔时间,单位是毫秒
//可以用"rediss://"来启用SSL连接
.addNodeAddress("redis://127.0.0.1:7000", "redis://127.0.0.1:7001")
.addNodeAddress("redis://127.0.0.1:7002");
- redisMasterSlaveServers() - 类 中的方法cn.wanghaomiao.seimi.config.SeimiConfig
-
Init master/slave servers configuration.
- redisReplicatedServers() - 类 中的方法cn.wanghaomiao.seimi.config.SeimiConfig
-
Init Replicated servers configuration.
- redisSentinelServers() - 类 中的方法cn.wanghaomiao.seimi.config.SeimiConfig
-
Init sentinel servers configuration.
- redisSingleServer() - 类 中的方法cn.wanghaomiao.seimi.config.SeimiConfig
-
Init single server configuration.
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - 类 中的方法cn.wanghaomiao.seimi.spring.boot.SeimiCrawlerBeanRegistar
-
- render(Class<T>) - 类 中的方法cn.wanghaomiao.seimi.struct.Response
-
通过bean中定义的Xpath注解进行自动填充
- Request - cn.wanghaomiao.seimi.struct中的类
-
封装一个抓取请求的基本信息体
- Request(String, String, Request.SeimiCallbackFunc<T, A1>, HttpMethod, Map<String, String>, Map<String, Object>, int) - 类 的构造器cn.wanghaomiao.seimi.struct.Request
-
- Request(String, String) - 类 的构造器cn.wanghaomiao.seimi.struct.Request
-
- Request(String, Request.SeimiCallbackFunc<T, A1>) - 类 的构造器cn.wanghaomiao.seimi.struct.Request
-
- Request() - 类 的构造器cn.wanghaomiao.seimi.struct.Request
-
- Request.SeimiCallbackFunc<T,A1> - cn.wanghaomiao.seimi.struct中的接口
-
- Response - cn.wanghaomiao.seimi.struct中的类
-
抓取请求的返回结果
- Response() - 类 的构造器cn.wanghaomiao.seimi.struct.Response
-
- Run - cn.wanghaomiao.seimi.boot中的类
-
- Run() - 类 的构造器cn.wanghaomiao.seimi.boot.Run
-
- run(String[]) - 类 中的方法cn.wanghaomiao.seimi.boot.Run
-
- run() - 类 中的方法cn.wanghaomiao.seimi.core.SeimiProcessor
-