Uses of Enum Class
org.aksw.commons.io.cache.IdleMode
Packages that use IdleMode
-
Uses of IdleMode in org.aksw.commons.io.cache
Subclasses with type arguments of type IdleMode in org.aksw.commons.io.cacheModifier and TypeClassDescriptionenumModes for how a data producer thread should react to a lack of demand.Fields in org.aksw.commons.io.cache declared as IdleModeModifier and TypeFieldDescriptionprotected IdleModeRangeRequestWorkerImpl.idleModeWait mode - true: do not fetch more data then there is demand - false: keep pre-fetching dataMethods in org.aksw.commons.io.cache that return IdleMode