会员
周边
众包
新闻
博问
闪存
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
jpejie
博客园
首页
新随笔
联系
订阅
管理
2018年9月8日
trident-mongo实现更新操作
摘要: MongoDB是大数据技术中常用的NoSql型数据库,它提供的大量的查询、聚合等操作函数,对于大量查询的日志系统来说,该MongoDB是大数据日志存储的福音。Storm的高级编程技术Trident,也提供了与Mongo集成的方法,但官方只提供了新增的处理,对于常用的修改操作并未提供接口,本文提供了一
阅读全文
posted @ 2018-09-08 14:35 jpejie
阅读(142)
评论(0)
推荐(0)
2018年9月7日
初见Trident
摘要: 1、trident是什么?Trident is a high-level abstraction for doing realtime computing on top of Storm. It allows you to seamlessly intermix high throughput (m
阅读全文
posted @ 2018-09-07 15:37 jpejie
阅读(188)
评论(0)
推荐(0)
2018年9月3日
redis有序集合(sorted set)统计排名
摘要: 3.创建UVModel实体类 4.编写测试方法
阅读全文
posted @ 2018-09-03 10:46 jpejie
阅读(519)
评论(0)
推荐(0)
SerializeUtil对象序列化工具
摘要: import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; public class SerializeUtil { /** * 对象序列化 ...
阅读全文
posted @ 2018-09-03 10:19 jpejie
阅读(226)
评论(0)
推荐(0)
RedisUtil
摘要: import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.redis.core.RedisTempl
阅读全文
posted @ 2018-09-03 10:11 jpejie
阅读(361)
评论(0)
推荐(0)
公告