Class DataAccessMap

All Implemented Interfaces:
Serializable, Cloneable, Map<Map<String,Serializable>,DataAccess<FeatureType,Feature>>

public class DataAccessMap extends HashMap<Map<String,Serializable>,DataAccess<FeatureType,Feature>>
Utility class to help keep track of the DataAccess instances created while parsing App-Schema configuration and thus avoid creating the same (i.e. with identical configuration parameters) DataAccess twice.

DataAccess instances are indexed by the parameters map used to create them.

Author:
Stefano Costa, GeoSolutions
See Also:
  • Constructor Details

    • DataAccessMap

      public DataAccessMap()