上一页 1 2 3 4 5 6 7 8 9 ··· 18 下一页
摘要: 1. public interface EventLoop extends EventExecutor, EventLoopGroup 2. public interface EventExecutor extends EventExecutorGroup 3. public interface E 阅读全文
posted @ 2018-09-07 10:18 iDragon 阅读(152) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-09-07 09:30 iDragon 阅读(130) 评论(0) 推荐(0)
摘要: public abstract class AbstractBootstrap<B extends AbstractBootstrap<B, C>, C extends Channel> implements Cloneable public final class ServerBootstrap 阅读全文
posted @ 2018-09-05 08:47 iDragon 阅读(346) 评论(0) 推荐(0)
摘要: Distributor Software Desgin: Netty RPC (Reactor Model) --> Proxy or Reflection --> Busisness Logic 1. Configuration 2. BuildFactory --> Context or Env 阅读全文
posted @ 2018-08-11 09:05 iDragon 阅读(119) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-08-03 14:04 iDragon 阅读(111) 评论(0) 推荐(0)
摘要: Source within Flume is a kind of Server for outside client. Sink within Flume is a kind of client for ourside server such as HDFS, MongoDB, Kafka. 阅读全文
posted @ 2018-08-02 10:06 iDragon 阅读(313) 评论(0) 推荐(0)
摘要: Data Collections > Stream to Channel (as source input) > Parallel Computing > Results (as source ouput) > To DB ( Presentation) Integration With Exter 阅读全文
posted @ 2018-07-30 09:00 iDragon 阅读(238) 评论(0) 推荐(0)
摘要: MapReduce provides a programming model that abstracts the problem form disk reads and writes, transforming it into computation over sets of keys and v 阅读全文
posted @ 2018-07-27 07:37 iDragon 阅读(1024) 评论(0) 推荐(0)
摘要: Spark函数详解系列之RDD基本转换 https://www.cnblogs.com/MOBIN/p/5373256.html The RDD provides low level API for hight level of transformation (lasy loading) which 阅读全文
posted @ 2018-07-27 07:22 iDragon 阅读(250) 评论(0) 推荐(0)
摘要: An Event is a unit of data that flows through a Flume agent. The Event flows from Source to Channel to Sink, and is represented by an implementation o 阅读全文
posted @ 2018-07-18 16:24 iDragon 阅读(165) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 18 下一页