-
public interface UrlCache
-
-
Method Summary
Modifier and Type Method Description abstract UnitremoveDeceased()abstract Unitclear()UnitdeepClear()abstract StringgetName()abstract IntegergetPriority()The priority abstract Queue<UrlAware>getNonReentrantQueue()abstract Queue<UrlAware>getNReentrantQueue()abstract Queue<UrlAware>getReentrantQueue()List<Queue<UrlAware>>getQueues()IntegergetSize()IntegergetExternalSize()IntegergetEstimatedExternalSize()IntegergetEstimatedSize()-
-
Method Detail
-
removeDeceased
abstract Unit removeDeceased()
-
getPriority
abstract Integer getPriority()
The priority
-
getNonReentrantQueue
abstract Queue<UrlAware> getNonReentrantQueue()
-
getNReentrantQueue
abstract Queue<UrlAware> getNReentrantQueue()
-
getReentrantQueue
abstract Queue<UrlAware> getReentrantQueue()
-
getExternalSize
Integer getExternalSize()
-
getEstimatedExternalSize
Integer getEstimatedExternalSize()
-
getEstimatedSize
Integer getEstimatedSize()
-
-
-
-