tomcat源码阅读9

org.apache.catalina.cluster.util

Interface Summary
IDynamicProperty
IQueue 队列接口

Class Summary
FastQueue

A fast queue that remover thread lock the adder thread.

不知所云....

LinkObject

The class LinkObject implements an element for a linked list, consisting of a general data object and a pointer to the next element.

链表,持有数据和指向下一个元素的指针。

SingleRemoveSynchronizedAddLock

The class SingleRemoveSynchronizedAddLock implement locking for accessing the queue by a single remove thread and multiple add threads.

队列支持多线程添加,但是删除的时候是单线程的。

SmartQueue
SmartQueue.SmartEntry

原文地址:https://www.cnblogs.com/macula7/p/1960514.html