Uses of Class
ch.qos.logback.core.spi.AbstractComponentTracker.Entry
-
Packages that use AbstractComponentTracker.Entry Package Description ch.qos.logback.core.spi Contains core functionnalities of logback, such as -
-
Uses of AbstractComponentTracker.Entry in ch.qos.logback.core.spi
Fields in ch.qos.logback.core.spi with type parameters of type AbstractComponentTracker.Entry Modifier and Type Field Description (package private) java.util.LinkedHashMap<java.lang.String,AbstractComponentTracker.Entry<C>>
AbstractComponentTracker. lingerersMap
(package private) java.util.LinkedHashMap<java.lang.String,AbstractComponentTracker.Entry<C>>
AbstractComponentTracker. liveMap
Methods in ch.qos.logback.core.spi that return AbstractComponentTracker.Entry Modifier and Type Method Description private AbstractComponentTracker.Entry<C>
AbstractComponentTracker. getFromEitherMap(java.lang.String key)
Get an entry from the liveMap, if not found search the lingerersMap.Methods in ch.qos.logback.core.spi with parameters of type AbstractComponentTracker.Entry Modifier and Type Method Description private boolean
AbstractComponentTracker. isEntryDoneLingering(AbstractComponentTracker.Entry<C> entry, long now)
private boolean
AbstractComponentTracker. isEntryStale(AbstractComponentTracker.Entry<C> entry, long now)
boolean
AbstractComponentTracker.RemovalPredicator. isSlatedForRemoval(AbstractComponentTracker.Entry<C> entry, long timestamp)
Method parameters in ch.qos.logback.core.spi with type arguments of type AbstractComponentTracker.Entry Modifier and Type Method Description private void
AbstractComponentTracker. genericStaleComponentRemover(java.util.LinkedHashMap<java.lang.String,AbstractComponentTracker.Entry<C>> map, long now, AbstractComponentTracker.RemovalPredicator<C> removalPredicator)
-