高并发Concurrent包(心得)

概述:Concurrent包是JDK1.5提供的一个用于应对高并发的包,包含5块主要内容:BlockingQueue、 ConcurrentMap、 ExecutorService、 Lock、 Atomic操做 阻塞式队列-BlockqingQueue 概述:BlockqingQueue是阻塞式队列中的顶级接口,BlockingQueue通常是有界限的,在队列为空的时候进行获取操做会产生阻塞,在
相关文章
相关标签/搜索