netty DefaultAttributeMap(比hashmap节省空间)源码学习AtomicReferenceArray/AtomicReference/ConcurrentHashMap乐观锁cas/悲观锁synchronized
摘要:
DefaultAttributeMap : private volatile AtomicReferenceArray<DefaultAttribute<?>> attributes; 寻址方式: Attributekey父类: public abstract class AbstractConst 阅读全文
posted @ 2019-11-28 15:19 CreatorKou 阅读(342) 评论(0) 推荐(0) 编辑