|
From: Jim H. <jn...@cc...> - 2016-10-27 20:52:56
|
Hi all, In GeoMesa, we are using the ContentDataStore, etc abstract interfaces. In the case of ContentDataStore.getSchema functions, I'd like to suggest that getSchema(String typename) ought not be marked final. For the DataStore in question, sufficient metadata is available at the DataStore level, and instantiating a FeatureSource creates additional threads and connections (which in this case is very undesirable). Thoughts? Cheers, Jim https://github.com/geotools/geotools/blob/master/modules/library/data/src/main/java/org/geotools/data/store/ContentDataStore.java#L342 |