Package org.apache.solr.logging
Class CircularList<T>
java.lang.Object
org.apache.solr.logging.CircularList<T>
- All Implemented Interfaces:
Iterable<T>
FIFO Circular List.
Once the size is reached, it will overwrite previous entries
-
Constructor Details
-
CircularList
public CircularList(int size)
-
-
Method Details