Package nz.org.riskscape.engine.jai
Class TileCacheBootstrapper
java.lang.Object
nz.org.riskscape.engine.jai.TileCacheBootstrapper
Bootstrapper responsible for initializing the JAI tile cache with configured size and instrumentation.
This bootstrapper configures the default JAI tile cache based on engine settings and wraps it with an InstrumentedTileCache for performance monitoring.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final doublestatic final nz.org.riskscape.engine.spi.EngineBootstrapperCreates an EngineBootstrapper for tile cache initialization.static final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TILE_CACHE_SETTING
- See Also:
-
DEFAULT_TILE_CACHE_PERCENT
public static final double DEFAULT_TILE_CACHE_PERCENT- See Also:
-
INSTANCE
public static final nz.org.riskscape.engine.spi.EngineBootstrapper INSTANCECreates an EngineBootstrapper for tile cache initialization.
-
-
Constructor Details
-
TileCacheBootstrapper
public TileCacheBootstrapper()
-