Uses of Class
org.geotools.factory.Hints.IntegerKey

Packages that use Hints.IntegerKey
org.geotools.factory Utility classes which enable dynamic binding to factory implementations at runtime. 
 

Uses of Hints.IntegerKey in org.geotools.factory
 

Fields in org.geotools.factory declared as Hints.IntegerKey
static Hints.IntegerKey Hints.AUTHORITY_MAX_ACTIVE
          The maximum number of active authority factories.
static Hints.IntegerKey Hints.AUTHORITY_MAX_IDLE
          The number of idle AuthorityFactories.
static Hints.IntegerKey Hints.AUTHORITY_MIN_EVICT_IDLETIME
          When the evictor is run, if more time (in milliseconds) than the value in AUTHORITY_MIN_EVICT_IDLETIME has passed, then the worker is destroyed.
static Hints.IntegerKey Hints.AUTHORITY_MIN_IDLE
          Minimum number of objects required before the evictor will begin removing objects.
static Hints.IntegerKey Hints.AUTHORITY_SOFTMIN_EVICT_IDLETIME
          When 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.IntegerKey Hints.AUTHORITY_TIME_BETWEEN_EVICTION_RUNS
          Time in milliseconds to wait between eviction runs.
static Hints.IntegerKey Hints.CACHE_LIMIT
          The recommended maximum number of referencing objects to hold in a authority factory.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.