Uses of Class
org.geotools.util.factory.Hints.IntegerKey
- 
Packages that use Hints.IntegerKey Package Description org.geotools.util.factory Utility classes which enable dynamic binding to factory implementations at runtime.
- 
- 
Uses of Hints.IntegerKey in org.geotools.util.factoryFields in org.geotools.util.factory declared as Hints.IntegerKey Modifier and Type Field Description static Hints.IntegerKeyHints. AUTHORITY_MAX_ACTIVEThe maximum number of active authority factories.static Hints.IntegerKeyHints. AUTHORITY_MAX_IDLEThe number of idle AuthorityFactories.static Hints.IntegerKeyHints. AUTHORITY_MIN_EVICT_IDLETIMEWhen the evictor is run, if more time (in milliseconds) than the value inAUTHORITY_MIN_EVICT_IDLETIMEhas passed, then the worker is destroyed.static Hints.IntegerKeyHints. AUTHORITY_MIN_IDLEMinimum number of objects required before the evictor will begin removing objects.static Hints.IntegerKeyHints. AUTHORITY_SOFTMIN_EVICT_IDLETIMEWhen the evictor is run, workers which have been idle for more than this value will be destroyed if and only if the number of idle workers exceeds AUTHORITY_MIN_IDLE.static Hints.IntegerKeyHints. AUTHORITY_TIME_BETWEEN_EVICTION_RUNSTime in milliseconds to wait between eviction runs.static Hints.IntegerKeyHints. CACHE_LIMITThe recommended maximum number of referencing objects to hold in a authority factory.
 
-