Uses of Class
ch.qos.logback.core.helpers.CyclicBuffer

Packages that use CyclicBuffer
ch.qos.logback.core Contains the main classes of logback core. 
ch.qos.logback.core.helpers Helpers package. 
ch.qos.logback.core.spi Contains core functionnalities of logback, such as 
 

Uses of CyclicBuffer in ch.qos.logback.core
 

Fields in ch.qos.logback.core declared as CyclicBuffer
protected  CyclicBuffer<Status> BasicStatusManager.tailBuffer
           
 

Uses of CyclicBuffer in ch.qos.logback.core.helpers
 

Constructors in ch.qos.logback.core.helpers with parameters of type CyclicBuffer
CyclicBuffer(CyclicBuffer<E> other)
           
 

Uses of CyclicBuffer in ch.qos.logback.core.spi
 

Methods in ch.qos.logback.core.spi that return CyclicBuffer
 CyclicBuffer<E> CyclicBufferTracker.getOrCreate(java.lang.String key, long timestamp)
          Get the cyclic buffer identified by 'key', updating its timestamp in the process.
 CyclicBuffer<E> CyclicBufferTrackerImpl.getOrCreate(java.lang.String key, long timestamp)